Posted by Alvaro G Vicario on 06/28/05 11:50
*** willl69 wrote/escribió (Mon, 27 Jun 2005 21:54:22 -0400):
> Comes out as...
>
> <script language="JavaScript">
>
> function hide() {
> field.style.display = "block"
> }
> </script>
Have you tried hiding non-HTML parts with HTML comments?
<script type="text/javascript"><!--
function hide() {
field.style.display = "block"
}
//--></script>
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|