I have a javascript for created by a third party that I want to run within a drupal page.

The form runs correctly as a straight html page, but...
I've tried the following with no luck:
input format is full html
> put script references in body of page
> hard coded script reference in page.tpl.php (I know not preferred, but was trouble shooting)

What is the proper way to handle this?

Actual non-working page is: http://www.insidersspeak.com/new-car-price-request
the working html page is: http://insidersspeak.com/files/carprices/newcarquoteform.html

thanks,

Comments

rvk’s picture

If Drupal adds these tags (check page source), then your problem might be the html-corrector in the FULL HTML-filter.

Try disabling the html-corrector and see if the applet works then.

rvk’s picture

Perhaps the applet should be on the same webserver? Anyone with more javascript know-how?

brewpal’s picture

No
tags that I can see. Also, the javascript is on the same webserver.

brewPal