Hi All,
I have a number of .asp pages containing VBscript. Is there a way to insert a msgbox in these to display some quick info for debugging purposes? I have tried a message box and nothing happens likewise with a jscript alert function thus –
%>
<html>
<script type="Javascript">
alert("test"
;
</script>
</html>
<%
Thanks
I have a number of .asp pages containing VBscript. Is there a way to insert a msgbox in these to display some quick info for debugging purposes? I have tried a message box and nothing happens likewise with a jscript alert function thus –
%>
<html>
<script type="Javascript">
alert("test"
</script>
</html>
<%
Thanks