Mouse pointer remains busy after window popup

C

Conax

Hi,

I've been writing web pages that pops up smaller windows when links are
clicked. I noticed that very often after the small window is poped up, the
mouse pointer remains busy instead of returning to the normal pointer.

Does anyone seen this problem before and know how to resolve it?

Code I use is like this:

function viewproductdetail(sku)
{
g =
open(page,'g','status=no,toolbar=no,menubar=no,height=550,width=500,scrollba
rs=yes');
g.focus();
}

Thank you.
Conax
 
A

Aaron Bertrand [MVP]

I've been writing web pages that pops up smaller windows when links are
clicked. I noticed that very often after the small window is poped up, the
mouse pointer remains busy instead of returning to the normal pointer.

This is a client-side issue and has nothing to do with ASP. Might try an IE
newsgroup...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top