QuantumDoja
Programmer
Hi, I am calling an object variable, if it currently does not exist, i need to do some code until it does exist.
For example:
For example:
Code:
x = Document.myform.getelementsbytagname("myinput")
If x doesnt exist then
'perform some loop until it exist.
else
'carry on
end if