insert header
- page.headerData.10= TEXT
- page.headerData.10.value (
- <script language="JavaScript" type="text/JavaScript">
- <!--
- function doSomething() {
- ...
- }
- //-->
- </script>
- )
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.
