Glenn wrote:
>Because this tag....
><meta HTTP-EQUIV="refresh" content="60">
>is written incorrectly.
>Change to....
><meta HTTP-EQUIV="refresh content="60; URL=">

Is an odd number of "'s according to the standard? Anyway it's in
htmlutil.c and should be easy to fix.

Add:
    if(!ptr)
     ptr=strchr(tagarg,'"');    
After the init of ptr.

And in this block
     ptr=strchr(&ptr[1],'=');
     if(ptr)
     {
      ...
     }
Move
      GLOBAL.timeout=1;
      GLOBAL.refreshtarget=currentframe;
outside of the block.

Or something like that (I can't test this right now), all is in the
function METAtag() of course.
//Bernie
http://bernie.arachne.cz/ DOS programs, Star Wars ...

Reply via email to