12-18-2015, 12:58 AM
instead of:
oDesc2("height").value="30"
try WebButton("value:=Submit").Click
where "Submit" is the text on the button
using your format my example would be
oDesc2("value").value="Submit"
oDesc2("height").value="30"
try WebButton("value:=Submit").Click
where "Submit" is the text on the button
using your format my example would be
oDesc2("value").value="Submit"