<A HREF="products.asp" style="color:#FFFF00; text-decoration:none;"  onClick="window.open('xx.asp');expandIt('elOne'); return false" target="main"> 
                    <img src="images/t3.gif" width="144" height="36" border="0"></a>

解决方案 »

  1.   

    <%
    source="c:\temp\*.*"
    '注意目录必须存在。这里我没有判断存在与否。
    destination="c:\test\"Set fs=CreateObject("Scripting.FileSystemObject")
    Fs.CopyFile source,destination,True
    Set fs=nothing
    %>
      

  2.   

    <A HREF="products.asp" style="color:#FFFF00; text-decoration:none;"  onClick="expandIt('elOne');window.location.href='products.asp'; return false" target="main"> 
                        <img src="images/t3.gif" width="144" height="36" border="0"></a>
      

  3.   

    <A HREF="products.asp" style="color:#FFFF00; text-decoration:none;"  onClick="expandIt('elOne');window.location.href='products.asp'; return false" target="main"> 
                        <img src="images/t3.gif" width="144" height="36" border="0"></a>