Thanks for the effort!
I wasn't clear. Is the site patched or do I need to apply the patches?
Also, your attached patches came though all as a single line.
Thanks,
At 01:37 AM 03/06/02 +0800, Stas Bekman wrote:
>>>>
I was trying to solve this NS JS error. It seems that there is nothing<<<<
we can do if you have a form inside table inside div. something that
I've found while searched google for 'has no properties javascript form'
so I don't know what's the best thing to do. Google doesn't have a
problem since its form isn't inside div.
In addition I've tried to put all the forms tags together. And it seems
to work perfectly in mozilla/opera/konqueror on linux. As usual looks
bad on NS4. Can you please try this patch (against the latest cvs) in
other browsers? I'd prefer to have all the form tags together.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
Index: tmpl/custom/html/head =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v retrieving revision 1.5 diff -u -r1.5 head --- tmpl/custom/html/head 5 Mar 2002 15:18:41 -0000 1.5 +++ tmpl/custom/html/head 5 Mar 2002 17:31:49 -0000 @@ -9,6 +9,11 @@ - + Index: tmpl/custom/html/navbar_local_top =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v retrieving revision 1.9 diff -u -r1.9 navbar_local_top --- tmpl/custom/html/navbar_local_top 5 Mar 2002 06:43:54 -0000 1.9 +++ tmpl/custom/html/navbar_local_top 5 Mar 2002 17:31:49 -0000 @@ -19,8 +19,4 @@ - - - - Index: tmpl/custom/html/search =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v retrieving revision 1.8 diff -u -r1.8 search --- tmpl/custom/html/search 5 Mar 2002 15:18:41 -0000 1.8 +++ tmpl/custom/html/search 5 Mar 2002 17:31:49 -0000 @@ -1,4 +1,3 @@ -
@@ -6,11 +5,7 @@
- - -
- - +
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Bill Moseley
mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
