Current location: Hot Scripts Forums » General Web Coding » JavaScript » how to make a pop up window?


how to make a pop up window?

Reply
  #1 (permalink)  
Old 10-10-04, 07:42 AM
honggesing honggesing is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
how to make a pop up window?

an automatic popup window...(as you click the URL)
Reply With Quote
  #2 (permalink)  
Old 10-10-04, 09:22 PM
isaacmlee isaacmlee is offline
New Member
 
Join Date: Oct 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
just use dreamweaver. change behavior so a new window could pop up.
or try using this code.
function small_window(myurl) {
var newWindow;
var props = 'scrollBars=yes,resizable=yes,toolbar=no,menubar=n o,location=no,directories=no,width=300,height=200' ;
newWindow = window.open(myurl, props);
}

call this function with onclick...
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
pop up window nitefire JavaScript 1 08-03-04 10:10 AM


All times are GMT -5. The time now is 10:31 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.