如何用JAVASCRIPT獲取ASP中的變量的值
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
<% i="abcd" %> <script language="javascript"> alert( "<%=i%>"); </script> ========================= javascript取得文件路徑的方法: <script language="javascript"> <% filePath=server.MapPath("book.xml") filePath=replace(filePath,"\","\\") %> xmlPath="<%=filePath%>"; document.write(xmlPath); </script> *注意:javascript要獲取asp中變量的值的時候,一定要用雙引號把整個asp代碼塊(包括<%%>標簽)包含起來,不然無效。 該文章在 2024/5/28 11:31:28 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |