Hi,
Hope that someody can help me on this matter.
I have this screen and whenever user click on submit button to
do a trasaction, a pop up msgbox will come out and inform user that
the transaction has been successful but the problem is that
whenever the msgbox appear, the background would turn into white which means no screen.
How do i make the msgbox appear and the background stay the same?
Thanx
the code would be in asp but the msgbox would be in vbscript
Below is how i do it.
<%
Dim a
;;;;
;;;;
%>
<script language="vbscript">
msgbox "Test"
</script>
<%
%>