Link to home
Start Free TrialLog in
Avatar of yingwho
yingwho

asked on

open modal window

i am trying to open a prompt modal window with a question and ok cancel buttons after 2mts the user is on the page. pl suggest.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
 </head>

 <body>
  <html>
	welcome<br />
	  <a href="#" target="_blank" onclick="#">Click here to open</a>  
  </html>
 </body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of amit_g
amit_g
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yingwho
yingwho

ASKER

thanks