M
Matthew
Well, can we?
When I was coding VB in some MS Office applications, I
learned of the Send Keys feature. I searched for the
subject in FP2002 Help, but found nothing.
In MyDatabase, there are records with a value for
MyVariable. I would like to open a web page, and pass
MyVariable for a user-selected record to the opened web
page's SearchFuction.asp, but I have had limited luck
using Insert>Hyperlink>Parameters to carry MyVariable.
What I have so far will carry MyVariable to the target
page, and I can get it to properly populate the Text Box,
where the user of that page should enter the variable to
search. Next however, the user must click the 'Submit
Search' control. How can I send a command to simulate
the Click of a Control, relieving my user of the extra
click?
From the target page's Source, I see that <input
type="image" name="CheckLicense"
SRC="../images/checklicense.gif" ALT="Check License">
That's the control I want to activate, so I use my
hyperlink to send values to the target submission text
box as follows:
http://www2.cslb.ca.gov/CSLB_LIBRARY/License+request.asp?
LicNum=<%=FP_FieldURL(fp_rs,"CSLBNumber")%>
Is this the right idea? Is Send Keys an option in this
case? Is there another (or a better) method?
Thank you for your support,
Matthew
=}
When I was coding VB in some MS Office applications, I
learned of the Send Keys feature. I searched for the
subject in FP2002 Help, but found nothing.
In MyDatabase, there are records with a value for
MyVariable. I would like to open a web page, and pass
MyVariable for a user-selected record to the opened web
page's SearchFuction.asp, but I have had limited luck
using Insert>Hyperlink>Parameters to carry MyVariable.
What I have so far will carry MyVariable to the target
page, and I can get it to properly populate the Text Box,
where the user of that page should enter the variable to
search. Next however, the user must click the 'Submit
Search' control. How can I send a command to simulate
the Click of a Control, relieving my user of the extra
click?
From the target page's Source, I see that <input
type="image" name="CheckLicense"
SRC="../images/checklicense.gif" ALT="Check License">
That's the control I want to activate, so I use my
hyperlink to send values to the target submission text
box as follows:
http://www2.cslb.ca.gov/CSLB_LIBRARY/License+request.asp?
LicNum=<%=FP_FieldURL(fp_rs,"CSLBNumber")%>
Is this the right idea? Is Send Keys an option in this
case? Is there another (or a better) method?
Thank you for your support,
Matthew
=}