User Profile

Collapse

Profile Sidebar

Collapse
veronicab
veronicab
Last Activity: May 8 '07, 02:13 PM
Joined: Mar 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Anyone? I still have not found a solution to this issue, I would really appreciate any help about it.

    Thanks!
    See more | Go to post

    Leave a comment:


  • veronicab
    replied to Problem in hiding div
    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...
    See more | Go to post

    Leave a comment:


  • veronicab
    started a topic Submitting large form takes several seconds

    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...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...