Anyone? I still have not found a solution to this issue, I would really appreciate any help about it.
Thanks!
User Profile
Collapse
-
-
Anoop,
Instead of using a div, you could alternatively hide the <tr> elements you need to hide. Assign an id to the tr like
<tr id="someid"><td >....</td></tr>
and then you use
document.getEle mentById("somei d").style.displ ay = "none";
to hide that row. You can repeat for several rows. If there are many rows you need...Leave a comment:
-
Submitting large form takes several seconds
Hi all,
I have a page with a very large form. When user clicks on the button to submit the form, page "freezes" for several seconds, and then finally you notice it was not frozen but just submitting the lots of info, since it loads the form-action page.
I can't change the form design. User wants the page organized in tabs, and the whole form submitted when user presses Save button. So the form size seems like... -
Problem capturing return key (keycode = 13) in Firefox
Hi,
I have a small JavaScript code in a page to trap when user presses Return key.
My problem is that if you visit the page and then enter a different url in address field, and press Return, that key press is also being captured. How can I distinguish when user is pressing Return on the address field in address bar?
Works ok on IE, the problem appears only in Firefox.
This is the code I...
No activity results to display
Show More
Leave a comment: