search for: init_demo_report

Displaying 1 result from an estimated 1 matches for "init_demo_report".

2006 Aug 16
1
How to pass an array to a javascript function.
...lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" language="Javascript" src="init_demo_report.js"> </script> </head> <body onload="zip_map(<%= @zip_geo %>)" onunload="GUnload()"> .... .... .... </body> </html> THE FILE "init_demo_report.js" contains this code: function zip_map(zip_geo) {...