javascript thread: parent waits for child to finish loading.
can you not put the change in the code for the ASP ? In IE I think you have
access to some elements like that.
At 13:50 16/09/02 -0500, you wrote:
>I have this...
>
><Script>
>window.open('DisplayReport.asp','MyWindow','width=780,height=500,left=20,top=20')
>window.location.href='Source.asp'
></Script>
>
>My problem is that while DisplayReport.asp is loading the Parent window
>just sits there until it finishes then performs the location change. Is
>there a way I can make it so that my page performs that second line of
>script without waiting for the first one to finish.
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20