This topic is locked
[SOLVED]

 Pop Up messages on screen

6/8/2011 1:23:32 PM
ASPRunnerPro General questions
M
mows author

Just upgraded from ASPRunner 6.0 to 6.3
With the previous version I often displayed pop up message boxes on the screen such as in the example below:
if Dict("EDC") > "" and Dict("EDC") < date Then
%>

<script language="JavaScript" type="text/javascript">alert("EDC must be greater than today's date")</script>

<%
BeforeEdit = False
end if
This code does not work with 6.3.
Is there an alternative way of displaying messages to the users to replace the Javascript alert function

M
mows author 6/8/2011

Just worked it out after a bit more reading.
Solution is at http://xlinesoft.com/asprunnerpro/docs/show_pop_up_window.htm