> > The other problem is that if I open two browser
> > windows to your site, one after the other, and see
> > two banners, and then click on the first one, am
> > I going to go to the site for the second one?
>
> Yes, that is one of the main problems. Would using
> sessions help end this?

No, since sessions is usually just a cookie that points to somewhere with
more data...

The easiest thing would be to use PHP to dynamically re-write the page so
both the image and link reference the same "thing".  You can use an iframe
to do this pretty easily...

good luck.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to