A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Having problems clearing an Input Field

  1. #1
    Member
    Join Date
    Aug 2001
    Posts
    74

    Having problems clearing an Input Field

    I have a form setup. I've done this many times before without any problems. I have the form clear after a user submits information. The output has never given me an issue until now. I get an error message that says I'm missing a semi-colon, but the semi-colon is clearly there. Is there something that I'm missing here? The following is how I clear the form:

    Code:
    name"";
    email"";
    subject"";
    comment"";

  2. #2
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386
    Yes those semi-colons seem to be there. Perhaps the missing semi-colon is elsewhere in the script or on another MC or button. The Flash debugger, can be confusing but I have never seen it lie.

    Post more code and/or keep searching, you'll find it.

    _t
    I don't feel tardy.

  3. #3
    Senior Member chi-styler's Avatar
    Join Date
    Jul 2001
    Location
    Bristol, UK
    Posts
    1,237
    i think you might be missing an =
    code:

    name="";


  4. #4
    Member
    Join Date
    Aug 2001
    Posts
    74
    I actually have the equals sign in there. I just forgot to put it in for this post.

    It turns out that it works when I put it in the button action instead of the frame. It's not really the solution I was looking for, but I can live with it.

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