topical media & game development
basic-ajax-04-currentpost.htm / htm
<html>
<head>
<script type="text/javascript" src="HiddenFramePost.js"></script>
</head>
<body>
<form method="post" action="retrieveHotelInformation.aspx" target="hiddenframe">
Destination:
<br />
<select id="selectCity" onchange="retrieveInformation()">
<option value="London" selected="true">London</option>
<option value="Paris">Paris</option>
<option value="New York">New York</option>
<option value="Chicago">Chicago</option>
<option value="Seattle">Seattle</option>
</select>
<br />
<br />
Price Range:
<br />
Budget<input id="budget" name="range" value="Budget" type="radio" onclick="retrieveInformation()"/>
Standard<input id="standard" name="range" value="Standard" type="radio" onclick="retrieveInformation()" checked="true"/>
Luxury<input id="luxury" name="range" value="Luxury" type="radio" onclick="retrieveInformation()"/>
<div id="information">
</div>
</form>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.