tags:

views:

43

answers:

1

Possible Duplicate:
Disable IE menu while displaying a custom dialog

alert Function is executed, you can not click on the menu of Internet Explorer.

I would like to implement these features.

please , give me hint.

and sorry, i can't speak english well..

A: 
alert ( "You have to close this to click anywhere else" );

This will prevent the user from clicking anywhere inside the browser window.

rahul
but,i don't want to use alert function...I want to use the function I created the dialog...
hillpath