[Hypercontent-users] java script and xsl
Brought to you by:
alexvigdor
From: Carl B. <C.P...@hu...> - 2004-11-29 14:41:07
|
Hi Alex/Adam whilst this isn't really a HyperContent question I was hoping you might have come across something similar whilst building your sites there at Columbia. My sites here at Hull output a text only version. I've have some javascript in the html <head> tag that allows the user to change the text and background colour to whatever they feel best. <SCRIPT LANGUAGE="JavaScript"> function text() { document.body.text=(""+ colc.textcolour.value +""); document.body.link=(""+ colc.textcolour.value +""); } </script> I have been having a few problems getting this into the template. I think the </script> tag is being turned into a <script /> leaving the top tag without it's end tag. Is this something you've seen and managed to over come? Many thanks Carl -- ************************************ Carl Barrow Web Developer e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************ |