Subversion Repositories DevTools

Rev

Rev 5517 | Rev 5961 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5517 Rev 5958
Line 121... Line 121...
121
Else
121
Else
122
	Response.write "Please specify bom_id. <br>Example:<br> "& SCRIPT_NAME &"?bom_id=1234"
122
	Response.write "Please specify bom_id. <br>Example:<br> "& SCRIPT_NAME &"?bom_id=1234"
123
End If
123
End If
124
 
124
 
125
'**********************************************************************
125
'**********************************************************************
-
 
126
Call Destroy_All_Objects
126
%>
127
%>
127
<script language="Javascript">
128
<script language="Javascript">
128
alert("You will be emailed shortly with the XML files generated. Click OK to Redirect to Previous Page...")
129
alert("You will be emailed shortly with the XML files generated. Click OK to Redirect to Previous Page...")
129
history.back()
130
history.back()
130
</script>
131
</script>
131
<%
-
 
132
'------------ RUN AFTER CODE RUN --------------
-
 
133
'----------------------------------------------
-
 
134
%><!--#include file="common/globals_destructor.asp"-->
-