HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Parsing problem (3.30-beta-7b)
Author: Xavier Roche
Date: 06/02/2003 08:10
 
> Found in HTTrack 3.30-beta-7b (was not a problem in 
3.23).  
> I'm not sure if this is related to other javascript 
parsing 
> bugs mentioned, so perhaps you've already looked at this.
> In the following HTML code:
> <csobj w='68' h='71' t='Button' ht='gfx/crisislit.gif'>

Problem should be fixed now - can you try the RC1b?
--- htsparse.c.orig     Mon Jun  2 07:58:17 2003
+++ htsparse.c  Mon Jun  2 07:57:24 2003
@@ -1299,8 +1299,10 @@


                                 // Accepter URL, on la 
traitera comme une URL normale!!
-                                if (url_ok)
-                                  p=1;
+                                if (url_ok) {
+                                  valid_p = 1;
+                                  p = 0;
+                                }

                               }
                             }

 
Reply Create subthread


All articles

Subject Author Date
Parsing problem (3.30-beta-7b)

06/02/2003 02:06
Re: Parsing problem (3.30-beta-7b)

06/02/2003 08:10
Re: Parsing problem (3.30-rc-1b)

06/02/2003 11:53
Re: Parsing problem (3.30-rc-1b)

06/02/2003 15:05
Re: Parsing problem (3.30-rc-1b)

06/02/2003 19:05




a

Created with FORUM 2.0.11