繁体中文
设为首页
加入收藏
当前位置:ASP技术首页 >> 远程脚本 >> 可以近视替代remote script的代码

可以近视替代remote script的代码

2004-10-01 08:26:10  作者:  来源:互联网  浏览次数:28  文字大小:【】【】【
简介:这个资料是以前收集的,希望能对你有所帮助。 1、page1.htm <html> <head> </head> <body> <form id=scr_Data> First Name: <input type=text id=s_FName value="non...
关键字:近视 代码 script remote

这个资料是以前收集的,希望能对你有所帮助。

1、page1.htm

First Name:


Last Name:



1.

2.

3.

4.

2、remotescript1.asp

<%@ Language=VBScript %>

<%

Dim asp_var_FName

Dim asp_var_s_LName

asp_var_FName = "John"

asp_var_LName = "Doe"

%>

3、remotescript2.htm

责任编辑:admin
相关文章