Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Else Or Else If?



Hi,

Is there something wrong with this script below?
I just want the script to recognize the four
required fields. LastName, FirstName etc.
If a field is not completed goto Error page
else goto thankyou page.
________________________________________
on (release) {
if (LastName, Firstname, Company, Email eq "") {
gotoAndStop ("Error");
} else {
}
loadVariablesNum ("http://www.versari.com/sendmail.asp", 0, "GET");
gotoAndStop ("thankyou");
}



FlashKit > Flash Help > Flash ActionScript
Posted on: 08-03-2001, 03:57 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

    Copyright © 2005-08 www.BigResource.com, All rights reserved