This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes onClick on one button frozen until another button is clicked? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "onClick on one button frozen until another button is clicked?" Watch "onClick on one button frozen until another button is clicked?" New topic
Author

onClick on one button frozen until another button is clicked?

steve kelly
Greenhorn

Joined: Feb 15, 2012
Posts: 25

I have a couple html buttons on a page. The below are "frozen" on the screen until I jump start it by using a drop down value then they work perfectly fine.
Below are the buttons that dont work until i trigger them by clicking on another one that does a submit to server. Then these buttons work just fine. Is there something maybe wrong with my java script or I have something wrong with a settings somewhere maybe? Kjndof scratching my head on this one.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56549
    
  14

What do you mean by "frozen"?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
steve kelly
Greenhorn

Joined: Feb 15, 2012
Posts: 25
Bear Bibeault wrote:What do you mean by "frozen"?

The buttons just dont seem to acknowedge a click. They are enabled but simply dont allow a click. Its a strange one. My other screen doesnt do this. Could it be how I implemented my screen somehow?
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
Is the browser window not in focus for some reason so the first click focus the window and second click interacts with it?

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: onClick on one button frozen until another button is clicked?
 
Similar Threads
Struts heighlighting error field
really basic http post question
How to hide a cell w/ background image until a function call
JSP Page to know what it does
Having problem using Ajax