User Profile

Collapse

Profile Sidebar

Collapse
Wiizl
Wiizl
Last Activity: Mar 14 '08, 01:50 PM
Joined: Feb 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Wiizl
    replied to JavaScript in Adobe Acrobat 8
    I'd love to leave them freedom, but this 6 digit limitation is what my boss wants.. I've no choice,.. and no ideas also..
    See more | Go to post

    Leave a comment:


  • Wiizl
    started a topic JavaScript in Adobe Acrobat 8

    JavaScript in Adobe Acrobat 8

    I really need help on this one.
    The problem is quite simple-
    I've got many text fields that user has to fill. The thing I can't figure out is how NOT to allow go to next field if the length of current field's value is less than 6 digits. I tried something like this, but I know almost nothing about javascript:

    Code:
    var lg = getField("From[0]").value.length;
    if(lg<6 && lg>0){
    getField("From[0]").setFocus();
    ...
    See more | Go to post
No activity results to display
Show More
Working...