Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by 12123 ( 14 years ago )
[removed][removed]
[removed]
function doload(value){
var req=new JsHttpRequest();
req.onreadystatechange=function(){
if(req.readyState==4) document.getElementById("result")[removed]=req.responseText;}
req.open(null,"select2.php",true);
req.send({country:value});}
[removed]
<select name="country">
<option value="no" selected>Выберите страну...</option>
<option value="russia">Россия</option>
<option value="ukraine">Украина</option>
</select>
<br><br>
<div id="result"></div>
<br><br>
Revise this Paste