This is probably a simple request but I'm no coder. If dreamweaver doesn't have it easily accessible, I can't do it....
All I want to do is have a link on a page that opens a new "popup" window. I also need the popup window to be a fixed width and height. If there is more content than what can fit in the fixed-sized popup, it should use a scrollbar, not increase the height of the window.
This is the extent of what I know about sending links into new browser windows:
Any help would be greatly appreciated!
All I want to do is have a link on a page that opens a new "popup" window. I also need the popup window to be a fixed width and height. If there is more content than what can fit in the fixed-sized popup, it should use a scrollbar, not increase the height of the window.
This is the extent of what I know about sending links into new browser windows:
Code:
This is a new <a href="page2.html" target="_blank">popup</a>
Any help would be greatly appreciated!




