kannanvenkatesh
06-05-2002, 01:32 PM
How to create a simple pop up menu using JavaScript? Please give me an example.
:D
:D
Pop up Menukannanvenkatesh 06-05-2002, 01:32 PM How to create a simple pop up menu using JavaScript? Please give me an example. :D Robby 06-05-2002, 02:50 PM try this... window.open("Preview.asp","YourTitle","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars= yes,resizable=yes,copyhistory=no,width=760,height=600") ChiefRedBull 06-06-2002, 09:58 AM I assume you mean a drop down menu like on microsoft.com - these aren't simple. Well, they can be, but they take a while to write. The best bet is to download a JS library of a menu and configure it to your liking. There are plenty here: http://www.dynamicdrive.com/dynamicindex1/index.html Robby 06-06-2002, 10:01 AM Oops, I thought I read "Pop up Window".... Sorry. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum