xmlhttp.onreadystatechange=function()
{
//alert(xmlhttp.readyState);
//alert(xmlhttp.status);
if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
//document.getElementById("print").innerHTML= decodeURI(xmlhttp.responseText);//xmlhttp.responseText;
//alert(xmlhttp.responseText);
document.getElementById("rtsp_addr").value = xmlhttp.responseText;
//alert(xmlhttp.statusText);
//alert(xmlhttp.readyState);
//alert(xmlhttp.status);

}

}

最新文章

  1. window7 x64 path
  2. c#后台进行窗体切换的方法
  3. opencart 引入 TWIG 模板引擎
  4. 移动API-restful的设计原则和参考
  5. 【HTML5】Video + DOM
  6. 关于doctype
  7. android设置动态壁纸 (Wallpaper) 介绍
  8. iOS9横竖屏设置的处理方法
  9. Lua数组排序
  10. 复杂事件处理引擎—Esper入门
  11. 【Valse首发】CNN的近期进展与实用技巧(上)
  12. git clean -fdx
  13. Java_面向对象
  14. SpringSecurity身份验证基础入门
  15. asp:DropDownList 使用
  16. 2/19 学习笔记(for in 、 del语句)
  17. FFmpeg封装格式处理2-解复用例程
  18. 【树莓派】crontab设置Linux设备定时重启
  19. python通过swig调用静态库
  20. Linux 下 ps 命令

热门文章

  1. RestTemplate接收HashMap变为LinkedHashMap,RestTemplate接收数据后转成json数据出现反斜杠
  2. java枚举中常见的7中用法
  3. sed输出指定行
  4. 78-DeMarker,价格波动指数.(2015.7.1)
  5. LeetCode(53) Maximum Subarray
  6. poj 1363 火车进站 (栈的应用)
  7. Poj 2187 凸包模板求解
  8. xcap发包工具的简单使用3(报文描述)
  9. [luoguP1410] 子序列(DP)
  10. vagrant的学习 之 LNMP和LAMP