<input type="radio" name="radiobutton" value="1" onclick=changeSkin(this)>
                皮肤一
<input type="radio" name="radiobutton" value="2" onclick=changeSkin(this)>
                皮肤二
<input type="radio" name="radiobutton" value="3" checked onclick=changeSkin(this)>
                皮肤三<textarea name="runcode0" rows="8" cols="90">
<script src="Get.asp?Type=1&skin=3&Group=12000&Users=普通用户:1111:"></script>
</textarea><script>
  function changeSkin(obj){
    if(obj.checked){
      var txt = document.getElementsByName("runcode0")[0];
      txt.value = txt.value.replace(/skin=\d+/g,"skin="+obj.value);
    }
  }
</script>