hi,
I have a javascript calendar function that worked fine until recently. The calendar function is called from several different pages in vb.net app.
The call to the calendar looks like this: navigateurl:javascript:calendar('aspnetForm.ct100.ContentPlaceHolder1_txtdatestart','short');"
I'm getting an undefined error. I know the text field exists, but I think the problem is with the 'aspnetForm'. I searched for this name in debug mode, but I can't fint it.
I do see the Form name is 'Form1', but when I replace aspnetForm with that, it doesnt seem to like that either. This used to work just fine and suddenly it stopped working.
What is the real name of the form? I'm using a master page and the form name looks like it's "Form1". But then, I've also seen "theform". I'm confused.
Please let me know what you think.
Thanks
...
Go to the complete details ...