Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Injecting javascript after opening body tagInjecting javascript after opening body tag
Previous
 
Next
New Post
12/10/2008 3:45 PM
 

I need to insert some javascript (codewise) after the opening body tag. What i tried so far is

 

 

Dim body As Control = Me.Page.FindControl("Body")
body.Controls.AddAt(0,
New System.Web.UI.LiteralControl(somescript))


Well, this works by the meaning of injecting the javascript at the desired position, but it breaks something else so i can't add/remove/edit any modules on the page and IE gives a JS error "Object not found". This problem remains when inserting at position 0-1, position 2 is okay, but then it's right before the closing body tag.

I've seen some modules around which can insert code at any desired position so i'm wondering, how do they do that? I'm not interested in buying any of them...

Drazen Janjicek

 
New Post
12/15/2008 11:14 AM
 

Try this instead:

 

if (!this.IsClientScriptBlockRegistered("clientScript"))


{


    // form the script that is to be registered at client side.


    this.RegisterClientScriptBlock("clientScript", somescript);


}




Eric Garza
EGI Consulting
Dallas, TX
(972) 767-5930
View my profile on LinkedIn

Are you looking for DotNetNuke ModulesDotNetNuke Skins or DotNetNuke Support?

 
New Post
12/20/2008 4:41 PM
 

thanks, this works perfectly!

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Injecting javascript after opening body tagInjecting javascript after opening body tag


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out