Hey. Basically, let me show you an example of my script.
when you click 'download for your Linux' i would like a box to open up (not lightbox, underneath the click here to downlo...).
I've googled but nothing avails. Anyhelp appreciated, Thanks.

Code:
if(eregi("linux",$_SERVER['HTTP_USER_AGENT'])){$system = "<a href=http://www.google.com>Click to download for your Linux</a>";}
when you click 'download for your Linux' i would like a box to open up (not lightbox, underneath the click here to downlo...).
I've googled but nothing avails. Anyhelp appreciated, Thanks.
