J
jib
I am trying to set up a OnLoad javascript for a Textbox using the following
script:
<asp:TextBox id="Tbx_AssignedTo" runat="server" Width="184px"
OnLoad="javascript:doTypeSelect(document.activeElement.id)">
</asp:TextBox>
However, this gives me a "CS1026: ) expected" error. I haven't got the
foggiest as to what this means. Can anyone shed some light on this?
Thanks!
Jib
script:
<asp:TextBox id="Tbx_AssignedTo" runat="server" Width="184px"
OnLoad="javascript:doTypeSelect(document.activeElement.id)">
</asp:TextBox>
However, this gives me a "CS1026: ) expected" error. I haven't got the
foggiest as to what this means. Can anyone shed some light on this?
Thanks!
Jib