重庆是天府之国吗:用ASP做一个记事本编缉器(附源码)

来源:百度文库 编辑:偶看新闻 时间:2024/04/30 11:36:41
newDoc.asp
     ----------------------------------------------------------
     <%@ Language=VBScript %>
    
    
    
    
    
    
    
    
    
     ASP NOTEPAD
     <%dim x
     if Request("type")="save" then
     x = 1
     end if
     %>
    
          width="100%">
    
    
    
    

     <% if not len(request("doc"))=0 then%>
     Document: <%=Request.querystring("doc")%>
     <%else%>
     Document: Untitled
     <%
     end if%>
    

    


    
    
    
    
    
    


     You will not be questioned on saving the changes


    
>
     >
    
    

    

    
    

    

    
    
    
    
     aspnp.asp
     ----------------------------------------------------------------
     <%@ Language=VBScript %>
    
    
    
    
    
    
    

    

ASP
     NOTEPAD


    


    
          type=file CHECKED readOnly style="HEIGHT: 22px; LEFT: 55px; TOP: 16px; WIDTH: 100%">


          LANGUAGE=javascript onclick="return submit1_onclick()">
          LANGUAGE=javascript onclick="return button2_onclick()">


    
    

    


    


    



     Author: Sharon
     Jayaraj
Platform:
    
Win98
Application
     Used:
Interdev(for easy
     Working)
and PWS(for
     testing)


    
    
    
资料引用:http://www.knowsky.com/586.html