// insert_test.js
test_var="Variables carry on beyond seperate <server> tags: Good";
Some html inbetween the first and 2nd script
if(test_var) {
System.writeln(test_var,"
");
}
else {
System.writeln("Variables failed to carry on beyond the first script
");
}
End of 2nd script
<% System.writeln("USE_ASP_TAGS is enabled and working
"); %>
"); ?>