User: cphennessy Date: 06/04/11 09:08:09 Modified: /user-faq/www/ bugz_start.html
Log: move the js to see if it works here Issue number: Submitted by: Reviewed by: File Changes: Directory: /user-faq/www/ ========================= File [changed]: bugz_start.html Url: http://user-faq.openoffice.org/source/browse/user-faq/www/bugz_start.html?r1=1.1&r2=1.2 Delta lines: +12 -12 --------------------- --- bugz_start.html 11 Apr 2006 15:55:54 -0000 1.1 +++ bugz_start.html 11 Apr 2006 16:08:07 -0000 1.2 @@ -1,6 +1,17 @@ <html> <head> -<script type="text/javascript"> +<style> +.hide { display : none; } +.show { display : block; } +</style> +</head> +<body onload="showOnlyTheFirstPanel()"> + <H1>Bug submission form</H1> + Please follow the simple steps below to input data necessary for the OpenOffice.org + community to be able to understand your problem. + <p/> + <form action="bugz_step2.html" id="theBugForm"> +<script language="Javascript" type="text/javascript"> function showOnlyTheFirstPanel() { var theForm; @@ -26,17 +37,6 @@ toShow.style.display="block"; } </script> -<style> -.hide { display : none; } -.show { display : block; } -</style> -</head> -<body onload="showOnlyTheFirstPanel()"> - <H1>Bug submission form</H1> - Please follow the simple steps below to input data necessary for the OpenOffice.org - community to be able to understand your problem. - <p/> - <form action="bugz_step2.html" id="theBugForm"> <div id="section1" class="hide"> <h2>Step 1:</h2> Type of bug : --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
