Problem running a validation script in IE7 using VBA

g8rbroker

New Member
Joined
Sep 3, 2008
Messages
15
Hi All,

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

<
HTML:
td>

<TBODY><TR><TD><FORM class=formFormattedForm id=frmNumber name="frmNumber" autocomplete="off" onsubmit="return CheckAndSubmitDefault(document.frmNumber)" method="post" action="ValidateAccount.asp">
<TABLE cellSpacing=0 cellPadding=0 border=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.


<TBODY></TBODY>
</FORM>

</TR></TBODY>
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Some issues posting. Here is the HTML.

HTML:
<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">
 
Upvote 0

Forum statistics

Threads
1,214,804
Messages
6,121,652
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top