Results 1 to 2 of 2

Thread: Open a new window??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343

    Open a new window??

    I have an asp app that runs in a "popup" window. When an error occurs I want to open another "popup" window to display the error.

    The problem is when I run the code for opening a new window, it doesnt open a new window, instead my error page loads in the old window and my new window properties is not used. I need to open a completly new window for my error page


    This is the code I use to open the window:

    <SCRIPT LANGUAGE="JavaScript">
    windowprops "height=100,width=100,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no";

    window.open("error.asp", "Esite", windowprops);
    </SCRIPT>

    How can I get this to work???
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Location
    Kalix, Norrbotten, SWEDEN
    Posts
    343
    Problem solved.

    Changed the name of the window to another name...

    Cant be named the same name as the first...

    /Smirre......
    Visual Basic
    C, C++
    Java
    Access
    SQL Server

    MCP, MCSD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width