A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Netscape Issue with Flash Form

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Location
    Denver, CO
    Posts
    25
    Ok, heres the problem. Im doing some mock flash form validation for a site ive made. (http://www.temenostech.com - under the 'contact' section) Anyway im using the .length script to test whether there is any characters in my field variable strings. Works great on IE, on Netscape though it always goes to the "please fill in all text", Ive tried scripting it a couple of ways now, but the base premis behind what ive been doing is 'If variable.length == 0 then go to.." ive also tried 'not equal to' (<>). Anyway PLEASE help, running out of ideas. Thanks.

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    The good old
    If (variable eq "")
    has always worked for me.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center