Golden_Eagle
03-08-2003, 04:53 PM
I'm using
onClick="parent.location='link'"
for a link from a button.
The problem I'm getting is with an anti-leech script that recognises this as a blank referer.
Is there another may I can link without using parent.location from this button?
I have tried
onClick="location='link'"
which also did not work :(
Any ideas?
onClick="parent.location='link'"
for a link from a button.
The problem I'm getting is with an anti-leech script that recognises this as a blank referer.
Is there another may I can link without using parent.location from this button?
I have tried
onClick="location='link'"
which also did not work :(
Any ideas?