Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Closing the browser window
Old 12-06-2004, 01:52 PM Closing the browser window
camperjohn's Avatar
Ultra Talker

Posts: 268
Location: San Diego
Trades: 0
Does anyone know how to close the browse window without prompting the user?

I am using window.close(); but I am prompted each time "This windows is attempting to close the browser" message or something.

Since I am using this as a tool on my local machine, I don't need it to work on all browsers. I don't even need it to work on anyone else's machine. Even if it just works on my home machine I don't care - since it's only for a tool.

Are their settings in IE that allow this? Does FireFox allow this? (Maybe I can run my tool through FireFox instead of netscape)

Anyone have ideas?

JohnM
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE
camperjohn is offline
Reply With Quote
View Public Profile Visit camperjohn's homepage!
 
 
Register now for full access!
Old 12-06-2004, 02:24 PM
camperjohn's Avatar
Ultra Talker

Posts: 268
Location: San Diego
Trades: 0
Hey John, try this instead of the regular close. It's a trick that will work until they figure out the hole in IE.

Code:
function hp_tricky_win_close()
{
    window.opener = top;
    window.close();
};
JM
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by camperjohn; 12-06-2004 at 02:26 PM..
camperjohn is offline
Reply With Quote
View Public Profile Visit camperjohn's homepage!
 
Reply     « Reply to Closing the browser window
 

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60264 seconds with 12 queries