Page 1 of 1

Java datafeed in the sidebar

Posted: Wed Feb 16, 2005 1:39 am
by Attila
Hi,
I'd like to insert a java datafeed (which requires to be on a .php page) into my sidebar.
Tried to add as an HTML Nugget but it's not working. It's not a pure java as I see.
Thanks for your help,

Attila

Re: Java datafeed in the sidebar

Posted: Wed Feb 16, 2005 11:40 am
by garvinhicking
You mean a JavaScript feed, right?

You can insert javascript without problems into a HTML nugget, but you need to pay attention to linebreaks and stuff. In stadnard installation s9y transforms linebreaks to '<br />' which may garbage your JavaScript code.

Tell us your URL where you inserted the JS. Look at your HTML output and look for possible HTML/JS errors...

Regards,
Garvin