HTML页面获取后台页面的值_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:58:04
Original
1302 people have browsed it

如题!


回复讨论(解决方案)

啥意思? 

用ajax请求可以去服务器请求.
生成页面时,可以附带参数过来 .html?a=3&b=value&date=20140101

如题!


可以具体点么?

前台:
<script> <br /> var OrderFeeId = '<%=OrderId%>'; <br /> </script>

C#的后台 
  public   string OrderId; 


如题!


可以具体点么?
获取后台方法的返回值?要是有参数呢!


如题!


可以具体点么?
获取后台方法的返回值?要是有参数呢!


前台:
<script> <br /> var OrderFeeId = '<%=OrderId%>'; <br /> </script>

C#的后台 
  public   string OrderId; 


有参数怎么办
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!