by YiKeS
4 replies
G`day,

I have struck a huge problem, I have setup a salepage for a
new product I want affiliates to be able to promote and be
credited for ... problem is I need to use javascript code to
parse the link ... nothing shows though.

Followed the instructions, setup on different sites and on
different servers even and still no show ... I can get normal
text and image order link to show ... actually every darn thing
works but this ... as the affiliate program is an important part
of the overall plan I must get this fixed.

Anyone with the experience to help out here please?

Christopher J.
#affiliate #links #linksjavascript #parse #problem
  • Profile picture of the author JustVisiting
    Check your browser settings?
    Signature
    "...If at first you don't succeed; call it Version 1.0"
    {{ DiscussionBoard.errors[283490].message }}
  • Profile picture of the author GeorgR.
    hmmm..JS for parsing might not be the best idea since many browser dont use JS....anyway....are you a programmer? Just wodnering how much sense it makes if i paste in some code now. Let me check since i did something just a few days ago...

    <script type="text/javascript">
    var $_GET = { };var q = window.location.href.split('?')[1];
    var pairs = (q != null) ? q.split('&') : [];
    for(var i=0;i<pairs.length;i++) {
    var pair = pairs[i].split('=');
    if(pair[1] == null) {
    pair[1] = '';
    } pair[1] = decodeURI(pair[1]);
    $_GET[pair[0]] = pair[1];
    }
    var id = $_GET['id'];
    </script>

    this script would parse an URL for "id=xxxxx" and give back the variable "id" which it read
    from the URL. Its extremely odd code, not even i dont understand it 100%..but it works
    Signature
    *** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
    -> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
    *** HIGH QUALITY CONTENT CREATION +++ Manual Article Spinning (Thread Here) ***
    Content Creation, Blogging, Articles, Converting Sales Copy, Reviews, Ebooks, Rewrites
    {{ DiscussionBoard.errors[283500].message }}
    • Profile picture of the author YiKeS
      Just sent you a PM Georg, I had replied to this before that but
      the forum threw an error and message wasn`t posted ... oh well.

      JustVisiting ... doubt if it`s my browser settings where noone else
      can see the link either ... I have no trouble with any other javascript
      code either .. at all.

      Christopher J.
      Signature
      AUSSIE MADE
      WSO --> HOMEPAGER <--- WSO
      {{ DiscussionBoard.errors[283535].message }}
      • Profile picture of the author JustVisiting
        Originally Posted by Christopher J. View Post


        JustVisiting ... doubt if it`s my browser settings where noone else
        can see the link either ... I have no trouble with any other javascript
        code either .. at all.

        Christopher J.
        It won't be your browser...but your original post didn't mention that others couldn't view it either
        Signature
        "...If at first you don't succeed; call it Version 1.0"
        {{ DiscussionBoard.errors[283549].message }}

Trending Topics