I think I finally got to the root of this onClick problem. Now I just need help getting around it.
I have an include file with a .asp extension on a page that also requires onClick processing. In the onClick I need to reference recordsets and forms from the rest of the page. The problem is that the after clicking, the include file runs again (I think) and dumps the form and the recordsets so the onClick subs are worthless and do absolutely nothing.
When I change the include to .htm everythink works just fine.
Is there a way to decide when the include should fire or any other way to get around this problem?
Thanks in advance for any sage advice!
I have an include file with a .asp extension on a page that also requires onClick processing. In the onClick I need to reference recordsets and forms from the rest of the page. The problem is that the after clicking, the include file runs again (I think) and dumps the form and the recordsets so the onClick subs are worthless and do absolutely nothing.
When I change the include to .htm everythink works just fine.
Is there a way to decide when the include should fire or any other way to get around this problem?
Thanks in advance for any sage advice!