i've been looking at some peoples join pages, and i noticed
4 slightly different codes webmasters have usedl
eg.
input type= "hidden" name="RevSharerID" value="RevSharerID">
notice here how there's a gap between the = "
some sites have it like that and some without the gap !
will both ways work ?
2nd.
same code, some use this
input type="hidden" name="RevSharerID" value="RevSharerID">
and some this
input type="hidden" name="RevSharerID" value="">
without this RevSharerID
again are both bits of code ok, or are my sales / traffic i'm sending not being tracked ?
4 slightly different codes webmasters have usedl
eg.
input type= "hidden" name="RevSharerID" value="RevSharerID">
notice here how there's a gap between the = "
some sites have it like that and some without the gap !
will both ways work ?
2nd.
same code, some use this
input type="hidden" name="RevSharerID" value="RevSharerID">
and some this
input type="hidden" name="RevSharerID" value="">
without this RevSharerID
again are both bits of code ok, or are my sales / traffic i'm sending not being tracked ?


Comment