|
From: Ben C. <php...@be...> - 2002-06-14 12:43:51
|
Well, I know script language="..." is supported in all browsers. Is
script type="..." widely supported?
On Thu, Jun 13, 2002 at 02:23:43AM -0700, Jirka Pech wrote:
> Update of /cvsroot/phpbt/phpbt/templates/default
> In directory usw-pr-cvs1:/tmp/cvs-serv12398/phpbt/templates/default
>
> Modified Files:
> queryform-simple.html queryform.html
> Log Message:
> Added some JavaScript (BTW: there is no 'language' attribute in standart, but 'type' only), some localization.
>
>
> Index: queryform-simple.html
> ===================================================================
> RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform-simple.html,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- queryform-simple.html 8 Jun 2002 20:28:52 -0000 1.6
> +++ queryform-simple.html 13 Jun 2002 09:23:40 -0000 1.7
> @@ -1,9 +1,11 @@
> -<script language="JavaScript">
> +<script type="text/JavaScript">
> <!--
> versions = new Array();
> components = new Array();
> +closedversions = new Array();
> versions['All'] = new Array(new Array('','All'));
> components['All'] = new Array(new Array('','All'));
> +closedversions['All'] = new Array(new Array('','All'));
> {project_js}
>
> {literal}
> @@ -25,56 +27,56 @@
> </script>
> <form method="get" action="query.php" name="query">
> <table>
|