\n'; document.write(barra); } } changePage();
NET Infor
Alertas
Copie o código fonte do script abaixo:
<SCRIPT LANGUAGE="vbscript"> Sub cmdShowAlert_OnClick Alert "Olá, seu texto aqui!" End Sub </SCRIPT> <script language="vbscript"> Sub cmdShowMsgBox_OnClick MsgBox "Olá seu texto aqui!" End Sub </script>