How to Register the External JavaScript
-
Hi All Im using 2 external JavaScript file for autocomplete in the textbox,In my normal web page im using seperate method for Asynchronously fill the data to textbox,and also im calling to usercontrol using DIV tag eg-:
Using this DIV id im passing ConentTag to userControl. My Problem is when im calling 2 external javascript file from my normal web page its not working, but when im remove the Div tag its working fine, Help me to solve this problem im using VS 2003. this is urgent. Thanks
-
Hi All Im using 2 external JavaScript file for autocomplete in the textbox,In my normal web page im using seperate method for Asynchronously fill the data to textbox,and also im calling to usercontrol using DIV tag eg-:
Using this DIV id im passing ConentTag to userControl. My Problem is when im calling 2 external javascript file from my normal web page its not working, but when im remove the Div tag its working fine, Help me to solve this problem im using VS 2003. this is urgent. Thanks
-
You should not have script elements between the head and body tags. Put the script elements inside the head element.
Despite everything, the person most likely to be fooling you next is yourself.
yes i have put my 2 script files inside head (Thats inside my normal web page, not the UserControl). Still its not wroking