Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
xxxRustyxxx #1
On Click Clear Form
I've got a form and when someone clicks on the text field i need to clear the init value
Any ideas
xxxRustyxxx Guest
-
Clear shared object on [X] click of browser .
How to click shared object in flex 1.5 when user clicks browser's button. Thanks in Advance! VINAY:Q -
Clear a Form problem
This maybe a dumb question but I have a 'Clear' button but it doesnt clear the form when pressed. The code is this: <input type='Text'... -
Can I Simulate Form Button click w\ code?
I have code I must execute with a click of a button. Can I click the button on the PDF form with code as I can in VB? thx -
On(click) to clear a several TextInput fields
Version: Flash MX 2004 I am new to Flash but using examples on the Macromedia site I have build a Webservice client to work with a search and find... -
Clear values in a form.
I have a form that requests 2 dates (a beginning and then an ending). It also has another fillable text box. Then user clicks either "Print"... -
-
Murray *ACE* #3
Re: On Click Clear Form
<input type="text" name="n" value="Your message"
onFocus="if(this.value==this.defaultValue)this.val ue=''"
onBlur="if(this.value=='')this.value=this.defaultV alue">
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"xxxRustyxxx" <webforumsuser@macromedia.com> wrote in message
news:enrabm$e1e$1@forums.macromedia.com...> I've got a form and when someone clicks on the text field i need to clear
> the init value
>
> Any ideas
>
Murray *ACE* Guest



Reply With Quote

