|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
below is my code, i need to stop thge popup window from being able to be resized and seeing toolbars etc, also the table width and height isnt working for some reason.
any help woud be great cheers. ------------------------------------------------------------ <script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name',"","width=,height=,resizable=no") if (window.focus) {newwindow.focus()} return false; } // --> </script> <p align="center"> <div align="center"><a target="_blank" onMouseOver="this.style.cursor='hand';" onclick="return popitup('http://www.google.com')">google</a></div> |
|
#2
|
||||
|
||||
|
Code:
(url,'name',"","width=,height=,resizable=no")
__________________
Safaris and Tours in Argentina on http://www.casalplanet.com strong and cheap webhosting |
|
#3
|
|||
|
|||
|
i dont no why but that doesnt work fr me, the page wont resize and i cant see to set the page size or anything.......
does any 1 have a popup script that will only allow 1 popup to open at one time within or open other popups but use the existing popup that was already open instead of opening a new 1??? please help |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|