This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes HTML, CSS and JavaScript and the fly likes Disable the page if user clicks any link Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Disable the page if user clicks any link" Watch "Disable the page if user clicks any link" New topic
Author

Disable the page if user clicks any link

Mukil Kumar
Greenhorn

Joined: Apr 06, 2005
Posts: 12
Hi,

I don't want to allow the user to do any other action on the web page once a hyperlink is clicked in the page. (ie) the browser should show busy cursor.

can anybody help?

Thanks
Sumathi
Yuriy Fuksenko
Ranch Hand

Joined: Feb 02, 2001
Posts: 413
create a transparent div on top of the whole page with cursor style busy.

Here is an exaple:

[ June 16, 2006: Message edited by: Yuriy Fuksenko ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

"Mukil",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
JavaRanch Sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Disable the page if user clicks any link
 
Similar Threads
j_security_check - Invalid username or password message
session timeout implementation
How to display a customized "Error 404" page?
FormSubmit using Enter key
creating a text file from JSP