What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » How do you disable browser window resizing?

How do you disable browser window resizing?
Author: Message:
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. Huh?  How do you disable browser window resizing?
i mean can you disable manual window resizing with a mouse? :S
07-23-2005 01:22 PM
Profile E-Mail PM Find Quote Report
rix
Full Member
***

Avatar

Posts: 483
Reputation: 16
34 / Male / Flag
Joined: Apr 2004
RE: How do you disable browser window resizing?
If you mean how to disable guests to resize your popup, then add resizable=no to your code to make it look like this:

code:
<a href='javascript:window.open("file.php", "Title", "toolbar=no,resizable=no,menubar=no,scrollbars=yes,status=no"); history.go(0);'>Link</a>

I can't help you if you want your browser to not allow for you to resize windows. :^)

This post was edited on 07-23-2005 at 05:30 PM by rix.
Show Plus! your commitment - Support Plus!
:: Plus!'s Estonian community - http://foorum.msgpluslive.ee/ ::
07-23-2005 05:29 PM
Profile E-Mail PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: How do you disable browser window resizing?
is there a way to do the same in this code? :S

code:
<a href="page.htm" target="main" onclick="NewWindow(this.href,'name','175','390','yes');return false;">Page</a>


It pop's up after you click

This post was edited on 07-23-2005 at 05:48 PM by Supersonicdarky.
07-23-2005 05:47 PM
Profile E-Mail PM Find Quote Report
rix
Full Member
***

Avatar

Posts: 483
Reputation: 16
34 / Male / Flag
Joined: Apr 2004
RE: How do you disable browser window resizing?
I don't know, if it works, but try this
code:
<a onclick='javascript:window.open("file.php", "Title", "toolbar=no,resizable=no,menubar=no,scrollbars=yes,status=no"); history.go(0);'>Link</a>

It seems to work fine...

This post was edited on 07-23-2005 at 06:03 PM by rix.
Show Plus! your commitment - Support Plus!
:: Plus!'s Estonian community - http://foorum.msgpluslive.ee/ ::
07-23-2005 06:01 PM
Profile E-Mail PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
O.P. RE: How do you disable browser window resizing?
doesn't work for me :/

It doesn't show as a link, just plain text
07-23-2005 06:11 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On