Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Non-ASP Question
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mafifi
Junior Member

USA
308 Posts

Posted - 26 August 2001 :  18:19:51  Show Profile  Send mafifi an ICQ Message
Can someone please direct me to the code that will make a small window (300X300) pup-up when I open another window. See sample at http://www.cnn.com To see the sample correctly, please make sure to clear all cookies from your browser.

Thanks,

Mo

redbrad0
Advanced Member

USA
3725 Posts

Posted - 27 August 2001 :  07:19:03  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
here is the javascript


<script language="JavaScript">
<!--
function popWindow(href,title,parameters) {
window.open(href,title,parameters);
}
{
window.open("window_to_open.asp","window_title","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=300,top=0");
}
// -->

</script>


Brad
Go to Top of Page

sogoth
New Member

United Kingdom
73 Posts

Posted - 29 August 2001 :  09:01:34  Show Profile  Visit sogoth's Homepage
can I assume that if you change resizable from 0 to 1 people are able to resize the pop-up window?



Paul -
Complete Muppet, Borderline Feeble!
Go to Top of Page

Craig from Alberta
Starting Member

Canada
7 Posts

Posted - 29 August 2001 :  11:30:55  Show Profile  Visit Craig from Alberta's Homepage
Yes

Go to Top of Page

sogoth
New Member

United Kingdom
73 Posts

Posted - 29 August 2001 :  11:39:02  Show Profile  Visit sogoth's Homepage
just checking

Paul -
Complete Muppet, Borderline Feeble!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07