Link to home
Start Free TrialLog in
Avatar of g8rbroker
g8rbrokerFlag for United States of America

asked on

Problem running a validation script in IE7 using VBA

I am having issues running a validation script in IE7 using VBA. The Source code is as follows:

<td><form onSubmit="return CheckAndSubmitDefault(document.frmNumber)" name="frmNumber" id="frmNumber" class="formFormattedForm" action="ValidateAccount.asp" method="post" autocomplete="off">
             <table border="0" cellspacing="0" cellpadding="0">

When I put the mouse pointer over the link on the website, it says the destination is ValidateAccount.asp. I am just trying to submit account information on a website so that I can retrieve data.

Any help would be greatly appreciated.

ASKER CERTIFIED SOLUTION
Avatar of si_shamil
si_shamil
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial