Heyas...
What I'm trying to do is completely hide the image source...
The image source is something like
www.domain.com/image.php?user=me
Where the variables that come after the "?" are alot...
How should I do this?? I did something like a frame... but then when you go to the link and look at the source as seen in http://139.179.155.209/link.php?link=1
when you look at it's source you see
<frameset rows="0,100%" border="0">
<frame src="visit.php" name="head" scrolling="no" marginheight="0" frameborder="0" noresize>
<frame src="http://google.com" name="body" marginheight="10" marginwidth="10" frameborder="0" noresize>
</frameset>
:bemused:
Any ideas?