• 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

invisble popup

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
How to open an invisible popup window in Javascript?
[ October 16, 2005: Message edited by: Periakaruppan Thiagarajan ]
 
Ranch Hand
Posts: 455
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why do you want a popup if you want it to be invisble ? Could you explain more on this ?

Thanks,
 
Periakaruppan Thiagarajan
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when I'm logging out from a page, I want to close the pop up window.
Ater opening a popup window, the user may navigated to some links, so window handle object gets reinitialised . So , Im not able to use windowhandle.close()

So, Onclick of logout, Im trying to open a new popup window with same windowname and trying to close it. If popup window exist, its working fine. If it does not exist, then user able to see a popup opening & closing. So , I want to open an invisble popup?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now lets think of this as a security issue. You goto a website. It opens a pop up window that you can not see. Now how do you know what it is doing? You do not,that is why you can not do this.

You need to rethink what you are trying to do.

Eric
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic