Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup Hourglass Problem

Status
Not open for further replies.

Lbob

Programmer
May 23, 2003
157
0
0
GB
Hi

I'm calling a popup window from my main page using ...

function NewCity()
{
void 0;
LocationWindow = window.open("popup_location.asp?Action=Add&Page=Client" ,"Location","width=400,height=150,left=600,top=300, toolbar=0,status=0,location=0,menubar=0,scrollbars=0,resizable=0");
}

...then returning to the main page, when the details have been entered......
newOpt.text = document.frmLocation.TxtLocation.value;
close();

However, the mousepointer remains as an hourglass and the screen flickers as if its still processing, which it isn't.

How can I stop this ?

Thanks
lbob

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top