in reply to Howto Include JavaScript to CGI.pm Script
<script type="text/javascript">//<![CDATA[ function init() { twofastest = document.getElementById('twofastest'); if ( twofastest ) { if ( twofastest.checked ) { twofastestClick(); } else { checkBoxClick(); } } } window.onload = init; //]]></script>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Howto Include JavaScript to CGI.pm Script
by Anonymous Monk on Jun 15, 2009 at 11:40 UTC | |
by Anonymous Monk on Feb 25, 2011 at 06:22 UTC |