Subversion Repositories DevTools

Rev

Rev 5517 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5517 Rev 5958
Line 112... Line 112...
112
	Response.write "Please specify bom_id. <br>Example:<br> "& SCRIPT_NAME &"?bom_id=1234"
112
	Response.write "Please specify bom_id. <br>Example:<br> "& SCRIPT_NAME &"?bom_id=1234"
113
End If
113
End If
114
 
114
 
115
'**********************************************************************
115
'**********************************************************************
116
%>
116
%>
-
 
117
Call Destroy_All_Objects
117
<script language="Javascript">
118
<script language="Javascript">
118
alert("XML files generated in Production Manager. Click OK to Redirect to Previous Page...")
119
alert("XML files generated in Production Manager. Click OK to Redirect to Previous Page...")
119
history.back()
120
history.back()
120
</script>
121
</script>
121
<%
-
 
122
'------------ RUN AFTER CODE RUN --------------
-
 
123
'----------------------------------------------
-
 
124
%><!--#include file="common/globals_destructor.asp"-->
-