Forum Moderators: open

Message Too Old, No Replies

window.open() should be hidden

window.open()

         

antgod

9:09 am on Oct 17, 2005 (gmt 0)

10+ Year Member



Hi,

I am trying to use window.open() to opoup a new window and reference to an action page, however I dont want this window be visible to the user?

Is this possible? Or is there a better alternative to accomplish the same task?

Thanks for the help.

AntGod

garann

7:34 pm on Oct 17, 2005 (gmt 0)

10+ Year Member



You can use AJAX to send and receive data from the server while keeping the user on the same page. You can also use a small iframe within the page, though that's more or less the same as the popup window.