|
|
|
[
来路:21kn.com 时间:2007-7-7 17:31:18
点击: ] |
|
|
|
|
|
DHTML Scriptlet 什么是 DHTML scriptlet 呢?? 就是将一些含有DHTML 描述指令集的HTML网页, 我们可以将之崁入其它的网页中 如下范例, 亦可至 http://image99.asp-in-taiwan.com.tw/study/s002.asp 看结果!! 其中 s002.asp 为主网页 s002_b.htm 为描述指令网页 PS: 限用 IE5 喔...
---s002.asp--- <html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <meta http-equiv="Content-Language" content="zh-tw"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>研读主题</title> </head>
<body>
<p>DHMTL/Scriptlet 测试 (Only Support IE5)</p> <form method="POST" action="s002.asp" webbot-action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" U-File="../_private/form_results.txt" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --> <p><input type="button" value="Hi" name="Hi"> <input type="button" value="Hello" name="Hello">
</p> </form> <p> </p>
</body>
<OBJECT id=test style="BORDER-LEFT:medium none; HEIGHT:0px;LEFT:0px;TOP:0px;WIDTH:0px" type=text/x-scriptlet VIEWASTEXT> <PARAM NAME="URL" VALUE="s002_b.htm"> </OBJECT>
</html>
<script language="VBScript"> Sub Hi_OnClick() test.ShowHI End Sub
Sub Hello_OnClick() msgbox test.hello End Sub
</script> =============================================== ----s002_b.htm-----
<script language="VBScript">
Function Public_Hello()
Public_Hello = "Hello, World"
End Function
Sub Public_ShowHi()
MsgBox "Hi"
End Sub
</script> -------------------
|
|
|
::::站长友情提示:多花一分钟学点什么都好::::
|
|
|
|
|
|
|
|
|
|
|
|
=
= 免责声明 = = |
|
①
欢迎转载我网所刊信息,请注明“来源:E天下网络”。
② 凡本网注明“来源:XXX(非E天下网络)”的作品,均转载自其它媒体,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如因作品内容、版权和其它问题需要同本网联系的,请在30日内进行。
※联系方式:Airtofly@163.com |
|
|
|
|
|
|