Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:08
Window POPUP problem after windows SP2
Poster: mortency
Dated: Friday September 24 2004 - 13:40:45 BST
<SCRIPT language=JavaScript>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</SCRIPT>
This dosent work, can anybody help me?
," NEWS1","javascript:MM_openBrWindow(\"news.htm\",350,500,\"scrollbars=no,width=263,height=343\");",,"",1
," NEWS1","javascript:MM_openBrWindow(\"news.htm\",' ',\"scrollbars=no,width=263,height=343\");",,"",1
The code should be somthing like this:
MM_openBrWindow('news.htm','','scrollbars=no,width=263,height=343')
Poster: kevin3442
Dated: Friday September 24 2004 - 17:43:05 BST
Many of the "MM_" functions you see on various websites are automatically generated by Macromedia products. MM_openBrWindow() is a function inserted by DreamWeaver and is not related to Milonic Menus.
At any rate, WinXP/SP2 added popup blocking. It can be disabled in the user's browser. You'll find more on that with a general web search.
Kevin