Basic Customization > User Interface Customization > Constructing Wizards > Client Generated Form Data > Solution > Procedure – Submitted Client-generated hidden form data > Add a <script/> block to the wizard's JSP file
  
Add a <script/> block to the wizard's JSP file
In the JSP for your wizard, add a <script/> block that will load an application-specific Javascript file, something like this:
<script type="text/javascript"
src="netmarkets/javascript/MYAPPLICATION/MYJSFILE.js">
</script>