User Profile

Collapse

Profile Sidebar

Collapse
Antek71
Antek71
Last Activity: Nov 20 '08, 10:19 AM
Joined: Sep 24 '08
Location: County Mayo, Ireland
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sorry! My bad... I meant <BODY> not <HEAD> in the above post!

    Should have been...
    "This works with Dot Net 2.0 and above and renders the following within the <BODY> tag of the page..."


    Cheers,
    Anthony.
    See more | Go to post

    Leave a comment:


  • Hi Querry,

    I know your original post is quite old now, but maybe this might help someone else. Try the following:

    Code:
    if( !Page.ClientScript.IsClientScriptIncludeRegistered)   {
        Page.ClientScript.RegisterClientScriptInclude("myFile", "myJSFile.js");
       }
    This works with Dot Net 2.0 and above and renders the following in the <Head> tag of the page:
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...