Javascript code on a confirmation page, missing /, when view source??

E

Edwin Hannan

Hi

I have some javascript code in a tracking script on a confirmation page. the
form uses a custom form handler SendIT from webs unlimited

When the source of the page is viewed the / is missing from
type=text/javascript staements in several places

why is this? and is it stopping the script from executing??

cheers

Ed
 
E

Edwin Hannan

Thanks steve

I dont think there is a problem with the confirmation page actually working
as advertised..but

the source of the page seems to have been changed to the one I published, in
so far as there are missing some slashes / in the java script statements in
the block of tracking code
starting with

<!-- <webgains tracking code- will be included here later> -->
<script language="javascript" type="text/javascript">

notice that the confirmation page source actually shows

<!-- <webgains tracking code- will be included here later> -->
<script language=javascript type=textjavascript> // notice here
textjavascript..no /

why is that..becuase this is stopping the tracking script from executing??

cheers

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top