seaclearly
01-11-2004, 07:43 PM
One of my web pages has javascript which is supposed to
enlarge a map to view full-sized. However, something has been mistyped, and I cannot figure out what it is. Can anyone look at the following information from the html page and tell where the problem is?
<script language="JavaScript" type="text/JavaScript">
<!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //-->
</script>
<a href="javascript:;" onclick="MM_openBrWindow('images/houmap.gif','map','width=500,height=420')">
<img src="images/houmap_sm.gif" alt="" hspace="15" vspace="15" border="0" align="left" width="250" height="250" /></a><a name="map" id="map">
I changed
<!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //-->
to
<!--function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } //-->
Still does not work.
enlarge a map to view full-sized. However, something has been mistyped, and I cannot figure out what it is. Can anyone look at the following information from the html page and tell where the problem is?
<script language="JavaScript" type="text/JavaScript">
<!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //-->
</script>
<a href="javascript:;" onclick="MM_openBrWindow('images/houmap.gif','map','width=500,height=420')">
<img src="images/houmap_sm.gif" alt="" hspace="15" vspace="15" border="0" align="left" width="250" height="250" /></a><a name="map" id="map">
I changed
<!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //-->
to
<!--function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } //-->
Still does not work.