Forum Discussion

JeanL's avatar
JeanL
Contributor
16 years ago

Item.Exists => Object does not support this property or method

Hello, how come this piece of code isn't working? Dim page Dim button Set page = GetPage("http://www.my_example.com") Set button = page.Form("aspnetForm").Item("btn_cancel")...