Karl Blessing
Programmer
I get this Error
[red]Runtime Error : Line 85 Object doesnt support this property or method[/red]
this is the line I get the error on.
TheForm is a Form, cohort_year is a <select...> box
anyone have any clue. [sig]<p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
[/sig]
[red]Runtime Error : Line 85 Object doesnt support this property or method[/red]
this is the line I get the error on.
Code:
cohort_year = document.TheForm.cohort_year.substring(0,cohortcheck)+ "%26" + document.TheForm.cohort_year.substring(cohortcheck+1,cohort_year.length);
TheForm is a Form, cohort_year is a <select...> box
anyone have any clue. [sig]<p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
[/sig]