insert header

  1. page.headerData.10= TEXT
  2. page.headerData.10.value (
  3.   <script language="JavaScript" type="text/JavaScript">
  4.     <!--
  5.     function doSomething() {
  6.       ...
  7.     }
  8.     //-->
  9.   </script>
  10. )

Note the difference how to insert several lines of code:

.value(

...insert your code here...
)

instead of
.value= insert this code

which actually inserts only 1 line.

Last update: 12.09.2005

Did this document help you?

Yes: Write us what helped you

Ok, but: Suggest improvements, report inaccuracies etc.

not helpful: Tell us what would have helped