Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

jquery, javascript

how can id below logic in jquery


<html>
<body>
<object name="control"></object>
<input type="hidden" name="controlType">
</body>
</html>

if id = "1"
control = "show me html text box"
elseif = "2"
control = "show me html drop down"
end if
controlType = control
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ITsolutionWizard

ASKER

1. from <Form method="get">
2. when the dropdown is onchange