Hello All,
I am trying to log in to a web site using VB.net. I can open the browser and enter the user name and password by looking at the HTML source for the Name= field. I want to click on the login button but on this web site it is a java script. (<P align="center"> <A href="JavaScrip t:ValidateUser( );"><IMG src="ContBtn.gi f" width="115" height="26" border="0"></A></P>) Since there is no name= for the button how do i click on this Java Script?
Thanks
Matt
I am trying to log in to a web site using VB.net. I can open the browser and enter the user name and password by looking at the HTML source for the Name= field. I want to click on the login button but on this web site it is a java script. (<P align="center"> <A href="JavaScrip t:ValidateUser( );"><IMG src="ContBtn.gi f" width="115" height="26" border="0"></A></P>) Since there is no name= for the button how do i click on this Java Script?
Thanks
Matt
Comment