怎么将html中的下拉框的数据保存到xml 中?
比如我在html中有一下的一个select
<html>
<form action="" name="from1" method=pose>
<select name="sel" >
<option value=1>ni</option>
<option value=2>hao</optiono>
</select>
<input type="button" name="btn" value="addxml">
</form>
</html>
我现在想通过一个按钮"addxml"点击后能将上面的select中的数据值保存到XML中?这个怎么弄,请各位大侠帮忙!
在线等,很急!!!!!!!!!1