国产毛片午夜福利,国产黄网,国产亚洲天堂,97国产精品

  •  
    DHTML Scriptlet
    發(fā)布時間:2005-03-31   瀏覽次數(shù):1186433
    DHTML Scriptlet 
    什么是 DHTML scriptlet 呢?? 
    是將一些含有DHTML 描述指令集的HTML網(wǎng)頁, 
    我們可以將之崁入其它的網(wǎng)頁中 
    如下范例, 
    亦可至 http://image99.asp-in-taiwan.com.tw/study/s002.asp 看結(jié)果!! 
    其中 s002.asp 為主網(wǎng)頁 
    s002_b.htm 為描述指令網(wǎng)頁 
    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> 

    轉(zhuǎn)自:動態(tài)網(wǎng)制作指南 www.knowsky.com
    立即預(yù)約