Javascript is not enabled problem

The Javascript is not enabled the popup window will not be open.

To avoid this situation to use following code;

<a href=“login.php” onClick=“javascript:window.open(’login.php’, ‘title’, ‘width=564PX, height=474PX, scrollbars=yes, top=0, left=0′); return false;”>Click To Login</a>

javascript is enabled–>onclick event will work

javascript is not enabled–> it will open a login.php page specified inside the href tag

Posted by Kalaivani S

Leave a Reply

You must be logged in to post a comment.