Thread: Window resizing, again
Results 1 to 4 of 4
Related
-
Accessing a element of parent window in child window Forum: Javascript Forum
Replies: 1 -
Resizing Pictures Forum: HTML Forum
Replies: 2 -
resizing resolution Forum: HTML Forum
Replies: 1 -
Resizing a Window Forum: Javascript Forum
Replies: 2
-
03-26-2004, 11:43 AM #1
Window resizing, again
Hi,
Just read resizing window, not quite what I have in mind. My script is like this:
<a href="" onClick="MM_openBrWindow('flash/RWCintro.swf','RWC','width=760,height=435')">
Is there something I can add here to keep the window from being resized by people and browsers?
Thanks,
Heidi
-
03-27-2004, 01:36 PM #2
It depends on the code contained in function MM_openBrWindow
We need to see that too.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
03-29-2004, 10:32 AM #3
rest of code
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
This is the code for the function, it is the default in DW.
Thanks,
Heidi
-
03-29-2004, 11:34 AM #4
Originally Posted by hbass
In the original call, change
Code:'width=760,height=435'
Code:'width=760,height=435, resizeable=0'
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum