I'm primarily an embedded C developer and admit I'm a novice when it
comes to javascript and html. I'm building an embedded hardware
product that has a built in webserver and am using IUI for controlling
it.
My question is, I want to use the onChange event in my form in IUI the
same way I'm using it in my standard web interface. Is there a way to
do this?
I haven't had any luck getting it to work yet. Here's some example
html I have of what I'm trying to do.
<SCRIPT TYPE="text/javascript">
<!--
function submitchange(value)
{
 document.forms[value].submit();
}
//-->
</SCRIPT>
<div class="row">
<label for="select">Test Pattern</label>
<select id="select" name="textImageProSetTestPattern" size="1"
onchange="submitchange('FORM_IPRO_OUTPUT_TESTPATTERN')" >
</select>
</div>
Thanks.
Scott
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.