Ask Experts Questions for FREE Help !
Ask
    jon_m212's Avatar
    jon_m212 Posts: 2, Reputation: 1
    New Member
     
    #1

    Aug 28, 2003, 08:32 AM
    JavaScript
    I have a web page and its only function is to open other asp web pages I'm using some javascript to open the pages i.e

    <script language=javascript>
    Function openwindow()
    {
    Window.open("http://bahabahabah.asp")
    }

    </script>
    </head>
    <body>
    <script language=javascript>
    Openwindow();
    </script>
    </body>
    </html>

    Is there a way of firstly refreshing the page once it has loaded then closing the window I have just opened.

    If refreshing the page is not a possibility I could just open it back up again, but I really need it to close the windows once they are done.

    Also there are a lot more window.open ("") lines and I would like the same for all of them.

    Many thanks,

    John

Check out some similar questions!

WWW::Mechanize and Javascript [ 1 Answers ]

Hi all, I am using Mechanize module of perl to do some web based testing.The client side validation which is written in javascript cannot be invoked from mechanize . I searched for it... The result is No.. No.. No.. Theortically Impossible. Javascript cannot be called from Mechanize. But...

Javascript qustion [ 1 Answers ]

Hi, I'll be very pleased if any one can give me a help with this issue: I am trying to set the Document.domain property inside the javascript tags, the statement will be as follow: try { document.domain="hiscreening.com"; }

Javascript [ 1 Answers ]

Does internet explorer support javascript anymore? I sometimes get that question from a site. Thank you. Brenda.


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.