Hi
I tried it but it seems to not be able to find the site. It displays this
Code 404 filde not found.
(http://localhost/private/Page/Pages/Engine460.php?username=/private/Page/Pages/target=_top) for does not exist
I need to know, if the variable $webaddress is say ebay.com and the ONCLICK address is mysite.com. When I click on the example link Ebay.com will it also send the variable username to Mysite.com
This Is The Altered Code.
Header( "Pragma: no-cache" );
Header( "Expires: Monday 01-Jan-80 12:00:00 GMT" );
Header("Content-type: text/html");
print "<a href=$webaddress target=_top ONCLICK=\"window.location='http://localhost/private/Page/Pages/Engine460.php?username=44'\"
<img src=bannersource border=0 width=468 height=60></a>";
Thanks