Urgent : Problem of pop-ups in XP

This is a discussion on "Urgent : Problem of pop-ups in XP" within the JavaScript Forum section. This forum, and the thread "Urgent : Problem of pop-ups in XP are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 28th, 2005, 06:45
New Member
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Urgent : Problem of pop-ups in XP

I have made a web UI wherein anyone can access a remote server and import certain files into his account.

I have a pop-up for the import function. The pop-up for this window has all the window attributes defined with "status=no" etc.

But whenever someone having the OS as XP (in their machine) tries to access my application installed at another remote location, that pop-up in their IE ( 5.0and above) shows status bar which i wish to avoid.

What settings can be done or does it have something to do with Service Pack for XP ?

If it is possible through code, then i would be grateful to you if you can send me a snippet of it or else any setting i need to do
Reply With Quote

  #2 (permalink)  
Old Jul 28th, 2005, 08:10
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Please paste the code you're using to open the window.
Reply With Quote
  #3 (permalink)  
Old Jul 28th, 2005, 08:12
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Vishal.... you really should consider using either an iframe, or a straight link with a blank target.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #4 (permalink)  
Old Jul 28th, 2005, 09:30
New Member
Join Date: Mar 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Catalyst
Please paste the code you're using to open the window.
Here is the code :

window.open(<my Url here> , "<%=session.getId()%>", "width=300,height=260,left=350,top=250,menubar=no, toolbar=no,scrollbars=no, resizable=yes, status=no,location=no, directories=no");


"status=no" attribute ensures that the status bar doesnot come for Windows 2000 but it is still coming for Windows XP and i want to remove it.

Please look into it and tell me any code which can be wriiten to remove it
Reply With Quote
Reply

Tags
urgent, problem, popups

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Really need help here..urgent!! mawarzinnirah Other Programming Languages 3 Sep 17th, 2007 14:00
XSL - urgent ai0912 Other Programming Languages 0 Nov 6th, 2006 13:35
Table layout problem! URGENT! mgcom Web Page Design 4 Jan 7th, 2006 22:08
urgent help req.. s_mazhar Graphics and 3D 5 Oct 31st, 2005 09:04


All times are GMT. The time now is 10:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43