By brewpal on
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
Are there any </param/> tags added?
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.
I just saw that that's probably not your problem
Perhaps the applet should be on the same webserver? Anyone with more javascript know-how?
No tags that I can see.
No
tags that I can see. Also, the javascript is on the same webserver.
brewPal