how to declare header file in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thirunavukarasukm
    New Member
    • May 2007
    • 21

    how to declare header file in javascript

    hai

    i want declare

    imports system.net -----header file in javascript

    <script>
    //// in this section how to declare imports system.net
    <script>

    please help me
  • thirunavukarasukm
    New Member
    • May 2007
    • 21

    #2
    i want to declare header file in javascript

    hai

    i want declare

    imports system.net -----header file in javascript

    <script>
    //// in this section how to declare imports system.net
    <script>

    please help me

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      can't it be done by normal way??
      don't u know?????
      ..... suppose u have .js file ... say X.JS

      where u like to import that file ... plz write in that page ....

      <script language = 'javascript' type = 'text/javascript' src = "with_path_X.JS ">
      </script>

      i think this ll work for all browsers.
      have a good day.

      kind regards.
      dmjpro.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Threads merged. Please do not double post.

        Comment

        Working...