• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Modal window status bar Issue

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to know the solution for an issue I am facing. I am using modal window in my application. I am using following snippet to open a modal window.




I am passing status as 0 in attributes. so that the window will not show status bar. this is working perfectly when i deployed into windows machine. But the status will get shown when I deploy the application into a solaris machine.

In both cases I am accessing the application from my local machine using IE 6.0 . This is driving me nuts.....

I dont know why the pop-up status bar shown when it is deployed into solaris server. The application code is same in both servers.

Please let know if you any idea on this issue.


Thanks in advance.
[ October 01, 2007: Message edited by: JB Ramesh ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read this:

http://msdn2.microsoft.com/en-us/library/ms531202.aspx

Eric
 
JB Ramesh
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Eric for the valuable information.
 
reply
    Bookmark Topic Watch Topic
  • New Topic