Window Size on Popup

message from BeniFxTrader on 18 Jul 2004
Hey everyone,

I'm building a website that includes both a Fair Use and Privacy Policy
Statement. I'd like both pages to popup after being clicked in a window size of
my discretion. I rather have both window sizes fit to the image/text than open
as an entirely new large window.

What's the HTML or process in dreamweaver behind this?

Thanks,
Benjamin
 
:. Nadia .: replied to BeniFxTrader on 19 Jul 2004
You would use a null link "javascript:;" as your link (without the quote
marks) and attach an open browser window behaviour to that link. use the
settings to define the size of the window to open.
 
BeniFxTrader replied to :. Nadia .: on 19 Jul 2004
I understand what you mean with the Open Window Behaviors. I can get my page
to open...and then it automatically displays the URL at the window size I set.

<body
onLoad="MM_openBrWindow('file:///D|/BenjaminFolder/WebSites/ProfessorWilliamsWeb
Site/FairUse.html','FairUse','scrollbars=yes,width=250,height=388')">
<a
href="file:///D|/BenjaminFolder/WebSites/ProfessorWilliamsWebSite/FairUse.html">
FairUse </a>

Thanks,
Benjamin
 

Archived message: Window Size on Popup (Macromedia Dreamweaver Web Design)