Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
graham howe #1
javascript events - onchange toggle forms
Hi, below is where im at now. Ive got my JS toggling on and off a form from any
selection below. Allt he options below turn on the same form. My problem is
that i dont understand how to make the option "Estate Agent" toggle on/off a
different form. Could anyone offer some please help? tar
<select name="select" id="select" onchange="javascript:showForm(this.value,
servdetails);">
<option value="0">Select...</option>
<option value="1">Architect</option>
<option value="2">Caterer</option>
<option value="3">Estate Agent</option>
<option value="4">Garden/Landscape Designer</option>
<option value="5">Interior Designer</option>
<option value="6">Surveyor</option>
<option value="7">Structural Engineer</option>
<option value="8">Solicitor</option>
<option value="9">Vet</option>
<option value="10">Other professional</option>
</select>
graham howe Guest
-
Flickering of ActiveX caused by html or javascript events
Hi all, I have encountered an issue where activex controls flicker when certain events occur. For example: A simple HTML button causes the... -
binding and onChange events problem (lazy update)
Try and run this code, note that the text field at the bottom of the tree doesn't update until a node is clicked a second time... ... -
New to CF7 - issue with events in Flash forms
So if I'm trying to show/hide a select box in a CFFORM depending upon the status of a checkbox, how do I do that? I've tried several ways, even... -
How to code JavaScript events from HyperLinkColumn
Hi, I have defined a simple grid with a hyperlink column as follows: <asp:HyperLinkColumn HeaderText="Description"... -
JavaScript events
hi guys, I want to write events in JavaScript for my asp controls (TextBox for example). This is the HTML code of my WebForm, it have only a...



Reply With Quote

