How to create popup menu in php ? Help me friends..
Popup Menu
Collapse
X
-
-
popup in php
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]"> <html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script type="text/javascript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> </head> <a href="#" onclick="MM_openBrWindow('index.php','','width=500,height=500')">Click Here The Link</a> </body> </html>
Comment
-
@mageswar, that code would open a pop-up window. I don't think that's what the OP requires. Please ensure that any code you post is in [code] tags.
@Viji, can you explain exactly what you mean by a pop-up menu. There's many different types. What have you tried so far?Comment
Comment