On Thu, 24 Aug 2000 03:07:30 -0400, Clarence Verge wrote:

> Hello All;

> Does anyone know why Arachne does not refresh this page ?
> http://liftoff.msfc.nasa.gov/temp/mir_loc.html

> - Clarence Verge
> - Using Arachne V1.62 for a change....

And the exchange continued.... ;-)

On Sun, 27 Aug 2000 15:40:45 -0500, Glenn McCorkle wrote:

> On Sun, 27 Aug 2000 11:52:27 +0200 (MET DST), Bernie <[EMAIL PROTECTED]>
> wrote:

>> 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.

> Oops, sorry about that.
> (I missed the " after 'refresh' when I typed it)

> The correct syntax is.....
> <meta HTTP-EQUIV="refresh" content="60; URL=">

>> 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.

> I'll try it later this evening and get back to you with the results.

 OK, it's a day later than I said... but,
The changes suggested by Bernie are now done and a new core.exe is compiled.

 Now for the "moment of truth". ;-)
(will http://liftoff.msfc.nasa.gov/temp/mir_loc.html refresh ???)

Great work Bernie... it works!!!

Glenn McCorkle [EMAIL PROTECTED] North Jackson, Ohio, USA
DOS prog. for QV cameras http://www.angelfire.com/id/glenndoom/qvplay.html
Other stuff http:[EMAIL PROTECTED]/
-- 
            Arachne, The Web Browser for DOS
   Open the 'DOOR' to the WWW. Keep the 'windows' closed.
  Download Arachne for DOS http://browser.arachne.cz/dos/
      Visit the Arachne home page http://arachne.cz/

Reply via email to