I've set up a page that should open the browser window when a specific word is clicked. The correct window does get opened, but the whole homepage also gets opened on top.
My references look like this:
<a href="#" target="_blank" onClick="MM_openBrWindow('abc.html','','width=700,height=300')">ABC Daycare</a><br>
The ABC Daycare page comes up, but so does the whole page.
Anyone have any ideas?
Thanks.
My references look like this:
<a href="#" target="_blank" onClick="MM_openBrWindow('abc.html','','width=700,height=300')">ABC Daycare</a><br>
The ABC Daycare page comes up, but so does the whole page.
Anyone have any ideas?
Thanks.