Thread: Image links!
View Single Post
Old 02-02-2008, 10:16 AM   #7 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

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>';

???
Tanax is offline  
Reply With Quote