Go Back   Dynamic Drive Forums > General Coding > Looking for such a script or service
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 09-04-2007, 12:02 AM
hall2003 hall2003 is offline
Junior Coders
 
Join Date: Aug 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default popup window help stop resizing and toolbars etc

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>
Reply With Quote
  #2  
Old 09-04-2007, 11:41 AM
chechu's Avatar
chechu chechu is offline
Senior Coders
 
Join Date: Jul 2006
Location: Antwerp, Belgium (Europe)
Posts: 717
Thanks: 68
Thanked 2 Times in 2 Posts
Default

Code:
(url,'name',"","width=,height=,resizable=no")
(url,'name',"","width=100px,height=200px,resizable=no,toolbar=no")
__________________
Safaris and Tours in Argentina on http://www.casalplanet.com
strong and cheap webhosting
Reply With Quote
  #3  
Old 09-05-2007, 02:56 PM
hall2003 hall2003 is offline
Junior Coders
 
Join Date: Aug 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:45 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.