Code Red > VB(A)

(VBS) Simple Vbscripts does not work in ACA and AMEP

(1/1)

jtm2020hyo:
I am trying to run a simple code like this:


--- Code: ---Dim x
x=1
Do While x<5
document.write("Welcome.")
x=x+1
Loop
--- End code ---

... and the result is this:



anyone know why happen this and how to fix or how should I use this code?

Navigation

[0] Message Index

Go to full version