FusionCharts Forum: Using with ASP.NET Master Pages - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Using with ASP.NET Master Pages Cannot load javascript

#1 User is offline   sbeeson 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 07-April 09

Posted 07 April 2009 - 05:06 PM

How do I load the javascript in a content page???
0

Other Replies To This Topic

#2 User is offline   Dhruva 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 449
  • Joined: 23-March 09

Posted 08 April 2009 - 06:00 AM

Hello,

Could you take a literal box into the content page (content box) and then try passing all the javascript tags to the literal.text property?

Regards,

Dhruva Ghosh
0

Other Replies To This Topic

#3 User is offline   sbeeson 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 07-April 09

Posted 08 April 2009 - 03:23 PM

You put this in your content page:



(asp:ScriptManager ID="ScriptManager1" runat="server")

(Scripts)

(asp:ScriptReference Path ="../FusionCharts/FusionCharts.js" /)

(/Scripts)

(/asp:ScriptManager)





Obviously you'll need to replace parenthesis with appropriate brackets...
0

Other Replies To This Topic

#4 User is offline   Dhruva 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 449
  • Joined: 23-March 09

Posted 09 April 2009 - 03:44 AM

Hello sbeeson,

So it is working correctly now?

Glad to know! :)
Regards,

Dhruva Ghosh
0

Other Replies To This Topic

#5 User is offline   sbeeson 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 07-April 09

Posted 09 April 2009 - 01:00 PM

Yes, it works like this:

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

<Scripts>

<asp:ScriptReference Path ="../FusionCharts/FusionCharts.js" />

</Scripts>

</asp:ScriptManager >


0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic