1.

Solve : JScript Popup Boxes?

Answer»

I have searched and asked this question at multiple sites and can't seem to FIND an answer:

How do I make a JScript file that makes something LIKE a VBScript msgbox? I see that this .js file makes popup boxes. . .so why can't anyone answer my question?Not sure exactly what you mean.

Code: [Select]<script TYPE="text/javascript">
function display_alert(MESSAGE) {
   alert(message);
}
</script>



Discussion

No Comment Found