window.status
-
<html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here
-
<html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here
without 'return true' its not wokring
-
<html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here
It means that the function
return
s a value oftrue
, hencereturn true;
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
It means that the function
return
s a value oftrue
, hencereturn true;
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
<html> <body> <a href = "http://www.hotmail.com" onmouseover="window.status = 'wanna goto hotmail';return true" onmouseout = "window.status = '' ; return true"> hotmail</a> </body> </html> what does 'return true' statement means here
It doesn't mean to return, you can delete the return statement :laugh:
sunaSaRa Imdadhusen +91 99095 44184 +91 02767 284464