david7777777777
Programmer
I have an ASP page that allows users to make new entries to the SQL 2000 database. I'm using the method where you click a button to AddNew record, enter the information, then click a Save button to UpdateRecord using the fieldsarray and valuesarray stuff. In summary there are two buttons the usr has to click: one to add a new, blank record (btnNewShipment), then one to save the new record (btn.Save).
I have a simple hyperlink on another HTML page that the user clicks to navigate to this ASP page. I'd like to eliminate this first click (btnNewShipment) for the user. Isn't there some way (I'm thinking Page Object)I can have the btnNewShipment button virtually "clicked" when the user navigates to this page by clicking the hyperlink on the HTML page?
Thanks!
I have a simple hyperlink on another HTML page that the user clicks to navigate to this ASP page. I'd like to eliminate this first click (btnNewShipment) for the user. Isn't there some way (I'm thinking Page Object)I can have the btnNewShipment button virtually "clicked" when the user navigates to this page by clicking the hyperlink on the HTML page?
Thanks!