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.
|
|
|
|
|
![]() |
||
Urgent : Problem of pop-ups in XP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
|||
|
Please paste the code you're using to open the window.
|
|
||||
|
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
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Quote:
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 |
![]() |
| Tags |
| urgent, problem, popups |
| Thread Tools | |
|
|
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 |