Ask a Question related to Macromedia Flash, Design and Development.
-
oo #1
question about flash forms
Hi All,
Am fairly new to flash and need to re-code a HTML domain name checking form,
to a Flash based version.
Can anyone help?
This is the form:
<form method="post" action="http://www.mydomain.com/domainnamecheckscript">
<input type="hidden" name="v" value="1">
<input type="hidden" name="submit_domain" value="register">
<input name="domain" value="(enter domain)">
<select name="tld_extension">
<option value="com" selected>.com</option>
<option value="net">.net</option>
<option value="co.uk">.co.uk</option>
</select>
<input name="submit" type="submit" value="check">
</form>
Any help much appreciated,
Thanks
oo Guest
-
forms question
Hi, I have a form with some fields and a submit button. The submit button posts the results to itself, which are then processed. I have 2... -
question about forms
I have run into a few problems when creating an interactive form in acrobat 7 pro. 1. Calculation fields don't seem to add up totals right away.... -
CF Flash Forms AS Question
I have a flash form embedded in a CF7 page. I have a pair of radio buttons along with a tab navigator on the form. I want to make it so that if... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
Little question about forms
I'm making a database at home. I take care of my forms, to fit them on the screen i.e. when the form is maximised, the information on it (lists,... -
Samuria #2
Re: question about flash forms
On Fri, 14 Jan 2005 23:16:40 -0000, "oo" <oo@oo.com> wrote:
goto
[url]http://www.actionscripts.org/tutorials/beginner/html_forms/index.shtml[/url]
for a full tutor on how to do it
>Hi All,
>
>Am fairly new to flash and need to re-code a HTML domain name checking form,
>to a Flash based version.
>Can anyone help?
>This is the form:
>
><form method="post" action="http://www.mydomain.com/domainnamecheckscript">
> <input type="hidden" name="v" value="1">
> <input type="hidden" name="submit_domain" value="register">
>
> <input name="domain" value="(enter domain)">
> <select name="tld_extension">
> <option value="com" selected>.com</option>
> <option value="net">.net</option>
> <option value="co.uk">.co.uk</option>
> </select>
> <input name="submit" type="submit" value="check">
></form>
>
>Any help much appreciated,
>Thanks
>Samuria Guest



Reply With Quote

