PDA

View Full Version : hyperlinking to a custom sized window help



slikspic
August 26th, 2004, 07:26 AM
:red: I'm creating an image map that will open a new window and i want this new window to be 1024x670 with no toolbars, borders or anything and centered on the screen. What code do i use for this? I'm using dreamweaver and this is what i'm using so far and it works except that the toolbars still show up and it messes up my window, please help me!! :red: :trout:

<AREA SHAPE="rect" COORDS="338,285,456,327" href='home.cfm' target="_blank" alt="Fighting Knights" width=1024 height=676 onClick="MM_openBrWindow('home.cfm','','width=1024,height=6 76')">

pwyll
August 26th, 2004, 12:26 PM
see my post below - it has a link to a tutorial

norie
August 26th, 2004, 12:38 PM
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp?frame=true

window.open('mypage.html', "_mypage", "width=1024, height=670, toolbars=no, title=no, scrollbars=no, titlebar=no, status=no, resizable=no, menubar=no, location=no");