sorry i meant the other file cfashaspform.as
Posted about 1 month ago
Flash to ASP Form with ComboBox and Check Boxes
This is a form for SQL servers that will not accept PHP , this form is fully customizable and pretty easy to use, very little scripting knowledge required. It will send the form to your or your clients Email via ASP .
You can take out and add any elements to this form, I put the ComboBox and check boxes in because I needed it for a client and there is nothing out there like this for ASP .
Plenty of instruction included CS3 and Flash 8 files included. Working preview at – http://phasecreative.com/form/form.html
Posted 5 months ago
Hhmmm, I’m not exactly sure how to make the ComboBox required besides that – if that is not working for you, then maybe try having the send button disabled until the ComboBox is selected using, something like this -
k = new Object();
onKeyUp = function() {
if(ComboBox1.text != ” “
{
}
Key.addListener(k);
submitButton.enabled = false;
- let me know.
Posted about 1 month ago
‘** Here is where you send it to your or your clients Email’
why its not work!?
Thanks ALCHIAN
Posted 24 days ago
Thank you for your answer Eric Foster
I’m going to check my Server
Thanks again 
I use MS Access and ASP all the time. I bought your ASP contact page. I wish you would make a NEWSLETTER Sign Up into a MS Acces database.
;Cas
Posted 20 days ago