open an invisible window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matt

    open an invisible window

    Is it possible open an invisible window??

    For example,

    window.open("pa ge2.asp");

    But I dont want to make page2.asp invisible. Any ideas?? Is it possible??

    Please advise. Thanks!!
  • Lee

    #2
    Re: open an invisible window

    Matt said:[color=blue]
    >
    >Is it possible open an invisible window??
    >
    >For example,
    >
    >window.open("p age2.asp");
    >
    >But I dont want to make page2.asp invisible. Any ideas?? Is it possible??[/color]


    Most browser developers won't let you do anything that
    the user might consider to be abusive, such as running
    programs on his machine without his knowledge or control.

    What is it that you're trying to do?

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: open an invisible window

      Lee wrote:
      [color=blue]
      > What is it that you're trying to do?[/color]

      I assume he thinks he would be hacking then.[1]


      PointedEars
      ___________
      [1] <http://www.catb.org/~esr/faqs/hacker-howto.html>

      Comment

      Working...