G
Guest
Very Simple:
Sub OpenPage
if x = 0 then
open ../page1.html
else if x = 1 then
open ../page2.html
end if
End Sub
could someone please tell me the correct syntax for this?
Thanks
Sub OpenPage
if x = 0 then
open ../page1.html
else if x = 1 then
open ../page2.html
end if
End Sub
could someone please tell me the correct syntax for this?
Thanks