Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forms with Flash 5.0

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Ok,
I have a form with one question, I need the input box to be "required", in my html I have a java box pop up if some one hits submit with out answering the question or if they answer wrong... how do I do it in Flash ????
Thanks!
Dawn
 
I'm sure davdesign will come up with a better answer... Meanwhile have a look at this tutorial:

...It has an email form that won't allow you to send it if all the fields are not filled. Try it on the first page of the tutorial... leave a field empty and press send!

;-)
 
hi (hi old!!)

...........................................................

On (Press)
If (textfieldname ne "")
Load Variables ("your.asp", 0, vars=POST)
Go to and Play ("submission accepted")
Else
Go to and Play ("entry required")
End If
End On

...........................................................

The term &quot;ne&quot; (not equal to) acts in the same way as &quot;<>&quot; does with numeric values.

hope it helps
dD davdesign@hotmail.com

^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top