Preview.asp
Upload User: rblchem
Upload Date: 2022-04-27
Package Size: 1941k
Code Size: 0k
Category:

Editor

Development Platform:

C#

  1. <!-- #include file="../INCLUDE/head.asp" -->
  2. <!-- #include file="../INCLUDE/conn.asp" -->
  3. <!-- #include file="../INCLUDE/function.asp" -->
  4. <!-- #include file="../INCLUDE/RegExpFunction.asp" -->
  5. <!-- #include file="../INCLUDE/Class.asp" -->
  6. <%
  7. If Request.QueryString("action")="Preview" then
  8. ID=Request.QueryString("id")
  9. Response.write "<script src="""&XNA_URL&"include/autoupdate_inpage.asp?id="&ID&"""></script>"
  10. End if
  11. %>