Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-20-2002, 03:32 PM   PM User | #1
whackaxe
Senior Coder

 
Join Date: Jun 2002
Location: paris, france
Posts: 1,216
Thanks: 0
Thanked 0 Times in 0 Posts
whackaxe is an unknown quantity at this point
if anybody can hear me....

if anybody reads this in this somewhat desolate forum i would like to know how to float a div out side the window (ie. over the refresh, stop, home buttons). this aparantly can be done in dhtml. i was wondering how to do this for making a custom window with nice custom close and minimize buttons. does anybody know where i can get a javascript manual (like the php one) with all the properties and functions.
__________________
photoshop too expensive? use the GIMP! www.gimp.org
whackaxe is offline   Reply With Quote
Old 06-20-2002, 04:26 PM   PM User | #2
QuackHead
Regular Coder

 
Join Date: Jun 2002
Posts: 344
Thanks: 0
Thanked 0 Times in 0 Posts
QuackHead is an unknown quantity at this point
This is me participating in the somewhat desolate forum....

Whackaxe - I don't have any answers for you - but let me know if you get anything, cause that sounds like an amazing idea - I didn't know you could do stuff like that (I've never seen it...)

~Quack
QuackHead is offline   Reply With Quote
Old 06-20-2002, 04:28 PM   PM User | #3
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Use window.createPopup() from IE5.5 - a proprietary addition that was added and does exactly what you describe. Search msdn.microsoft.com for examples on how to do that.

BTW, this doesn't fall under the DOM scripting category - as createPopup() is not a standardized W3C DOM method, object, or property. I'll move somewhere appropriate in a sec...
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 06-20-2002, 05:31 PM   PM User | #4
whackaxe
Senior Coder

 
Join Date: Jun 2002
Location: paris, france
Posts: 1,216
Thanks: 0
Thanked 0 Times in 0 Posts
whackaxe is an unknown quantity at this point
well i have seen it but i cant remember where! the guy had managed to make his own titlebar and really cant see how he did it. i researched the createpopup method but the thing is that it dissappears if you click anywhere else on the page! so thats great if your navigating around a site and you go to check someothezr window and then the webpage is lost! this really is an effect i want to get so if anybody knows how this can be done. can they please tell me
__________________
photoshop too expensive? use the GIMP! www.gimp.org
whackaxe is offline   Reply With Quote
Old 06-20-2002, 06:34 PM   PM User | #5
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
Maybe this will be of some help:

http://www.dynamicdrive.com/dynamici...chromeless.htm
JohnKrutsch is offline   Reply With Quote
Old 06-20-2002, 06:38 PM   PM User | #6
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Just keep it focused then:

refToPopup.attachEvent('onblur', function() { this.focus() });

See what that accomplishes.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 06-20-2002, 07:39 PM   PM User | #7
whackaxe
Senior Coder

 
Join Date: Jun 2002
Location: paris, france
Posts: 1,216
Thanks: 0
Thanked 0 Times in 0 Posts
whackaxe is an unknown quantity at this point
thanks for the link john. thats exactly what i needed
__________________
photoshop too expensive? use the GIMP! www.gimp.org
whackaxe is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 +1. The time now is 03:55 AM.


Advertisement
Log in to turn off these ads.