![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
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. I want the URL to not open automatically upon load...rather when someone clicks on that link. I have the following HTML involved: 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 |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I tried attaching a behavior to the link...but when I click on the link and/or highlight the entire link, the behaviors options within the behaviors window become limited to nearly nothing. Only when I click on the body can I attach a behavior such as the window behavior. Why is this? Is there a way to get the behaviors to work when clicking on a link as you suggest? or must I type the HTML in manually? |
#7
| |||
| |||
|
|
I tried attaching a behavior to the link...but when I click on the link and/or highlight the entire link, the behaviors options within the behaviors window become limited to nearly nothing. Only when I click on the body can I attach a behavior such as the window behavior. Why is this? Is there a way to get the behaviors to work when clicking on a link as you suggest? or must I type the HTML in manually? |
#8
| |||
| |||
|
#9
| |||
| |||
|
WONDERFUL, I finally got it to work . One last problem to figureout. I can get my policy window to popup "onclick" with the right window size...but another window opens after it with the address "javascript:;" Here's the HTML: a href="javascript:;" target="_blank" onClick="MM_openBrWindow('FairUse.html','','scroll bars=yes,width=560,height= |
|
)"><font color="#000000">FairUse</font></a I appreciate all the help, Benjamin |
![]() |
| Thread Tools | |
| Display Modes | |
| |