02-02-2008, 10:16 AM
|
#7 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Is it possible to check if he's got JS enabled with php??
So like..
PHP Code:
if(javascriptcheck == enabled) { echo '<a href="http://some.site.com/" onmouseover="window.status='';">text</a>'; } else { echo '<a href="redirect.php?id=somesite">text</a>'; }
???
|
|
|
|