1. internet downloading, browser
------=_NextPart_000_0005_01BF9598.4F68D060
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
1
does anybody know about program which downloads files, but links on it =
aren't like this: =
(relative to file, which is saved on my disk, downloaded, this place =
doesnt exist)
but are absolute, like this:
http://njcv.htmlplanet.com/about.html
2
Was any Internet browser written with Euphoria?
Or program which downloads files on the way described above.
------=_NextPart_000_0005_01BF9598.4F68D060
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>does anybody know about program which =
downloads=20
files, but links on it aren't like this: <A=20
></DIV>
<DIV><FONT face=3DArial size=3D2>(relative to file, which is saved on my =
disk,=20
downloaded, this place doesnt exist)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>but are absolute, like =
this:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
/about.html</A></FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>2</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Was any Internet browser =
written with=20
Euphoria?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Or program which downloads files on the =
way=20
------=_NextPart_000_0005_01BF9598.4F68D060--
2. Re: internet downloading, browser
I don't know a program that will do this but I can tell you how to change
the links. First make a backup of the html document. Open the document
in your browser and right click on the document. Select VIEW SOURCE
and this will bring up the source of the document in the editor on
your system. You can then edit the document to change these links to
what you want and then save the document when finish. This can involve
changing a number of lines in your document but it will work. You
also could use a HTML editor if you have one. Last but not least, you
you could write a Euphoria program that searchs a html doc file for the
link names and replaces it.
Bernie
and changes it
3. Re: internet downloading, browser
Yes, web Shepard in the EU archives does this.
Kat
----- Original Message -----
From: "©koda" <tone.skoda at SIOL.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Friday, March 24, 2000 6:53 AM
Subject: internet downloading, browser
1
does anybody know about program which downloads files, but links on it
aren't like this:
(relative to file, which is saved on my disk, downloaded, this place doesnt
exist)
but are absolute, like this:
http://njcv.htmlplanet.com/about.html
2
Was any Internet browser written with Euphoria?
Or program which downloads files on the way described above.