SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: MM_openBrWindow help
-
Jan 8, 2007, 21:49 #1
- Join Date
- Jun 2001
- Location
- Australia
- Posts
- 676
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
MM_openBrWindow help
Hi, I have a page where im using MM_openBrWindow to open up another page with this code.
Code:<HTML> <HEAD> <TITLE> New Document </TITLE> <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> </HEAD> <BODY> <a href="javascript:;" onClick="MM_openBrWindow('http://www.cosmicvideos.com/thatsrightproductions/index.php','VIDEO','width=800,height=500')"><b>CLICK HERE</b></a>
Is there anyway to remove the url its using and just leave the title in the page?
-
Jan 9, 2007, 01:41 #2
Bookmarks