Hi there.
I need to be able to allow (for a specific, admin-controlled page type only) Javascript in the content of a page on my Drupal website. (What I'm doing is using EBay's API along with Javascript, to show some EBay items on the page).
I am using the format "HTML Full" -- which seems to solve this for some people -- but not for me.
The <script> tags are still being stripped out, and none of my js-generated markup gets displayed.
Is there any other filtering that FCK does, that I can turn off?
Help?
THANKS!
I need to be able to allow (for a specific, admin-controlled page type only) Javascript in the content of a page on my Drupal website. (What I'm doing is using EBay's API along with Javascript, to show some EBay items on the page).
I am using the format "HTML Full" -- which seems to solve this for some people -- but not for me.
The <script> tags are still being stripped out, and none of my js-generated markup gets displayed.
Is there any other filtering that FCK does, that I can turn off?
Help?
THANKS!
Re: Need to allow js <script> tags in content -- Drupal --
Answered my own question... in Drupal, in Site Configuration > Input Formats... lets you turn off HTML filtering. I created an input type that allowed scripts, and allowed only Site Administrators to use that input type. Hope this helps someone, sometime.