Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
114 lines (107 sloc)
3.87 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML><HEAD> | |
| <TITLE>Recyclers Info - Mailer</TITLE> | |
| <meta name="Description" content="E-Mail-Distributor"> | |
| <meta name="Keywords" content="E-Mail-Distributor,Post,Mail,E-Mail"> | |
| </HEAD> | |
| <BODY BACKGROUND="./grafic/background.jpg" TEXT=#000000 LINK=#008000 VLINK=#555555 ALINK=#008000> | |
| <CENTER> | |
| <TABLE BORDER=0> | |
| <TR> | |
| <TD width=500 valign=top colspan=2> | |
| <map name="leiste_mail"> | |
| <area shape=rect coords=10,0,88,23 href="javascript:show_win('navig-en.htm')"> | |
| <area shape=rect coords=91,0,168,23 href="./de/form.htm"> | |
| <area shape=rect coords=171,0,248,23 href="./de/price.htm"> | |
| <area shape=rect coords=251,0,328,23 href="./de/down-en.htm"> | |
| <area shape=rect coords=331,0,408,23 href="hotlink.htm"> | |
| <area shape=rect coords=411,0,489,23 href="default_en.htm"> | |
| </map> | |
| <img src="./grafic/l_mail_en.gif" usemap="#leiste_mail" border=0 width=500 height=24> | |
| </TD> | |
| <TD width=135 valign=top rowspan=2> | |
| <A HREF="default_en.htm"><IMG SRC="./grafic/logo2.gif" BORDER=0 ALT="Back" vspace=4 width=132 height=55></A> | |
| </TD> | |
| </TR> | |
| <TR> | |
| <TD width=135 valign=top> | |
| <nobr> | |
| <A HREF="mail-de.htm"><IMG SRC="./grafic/german.gif" BORDER=0 width=38 height=20></A> | |
| <!-- | |
| <A HREF="mail-fr.htm"><IMG SRC="./grafic/french.gif" BORDER=0 hspace=5 width=38 height=20></A> | |
| <A HREF="mail-es.htm"><IMG SRC="./grafic/spain.gif" BORDER=0 width=38 height=20></A> | |
| --> | |
| </nobr> | |
| </TD> | |
| <TD width=360 ALIGN=CENTER valign=top> | |
| <H2>Mailer</H2> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <TABLE WIDTH=640> | |
| <TR> | |
| <TD VALIGN=top> | |
| <P><FONT SIZE=4><B>Dear Visitor,</B></FONT></P> | |
| <P>We plan to install a Search / Offers - Profil from all registered recycling companies. With the MAILER you will able, to direct your inquiry the same time to several fitting companies, that offer what you are seeking or seeking what you are offering - worldwide. (e.g. e-mail, even "email to Fax" soon). Also you can get such inquiries! Please ask the <A HREF="country.htm">webmaster in your country</A>. The registration is <A HREF="./de/price.htm">not expensive</A> and will bring a high benefit. Please ask for an <A HREF="./de/form.htm">offert</A>!</FONT></P> | |
| <P><FONT SIZE=4>Inquiries to the webmaster:</FONT></P> | |
| <P><B>Before you send us an <A HREF="mailto:BIGAT@recyclers-info.de"><IMG SRC="./grafic/email.gif" border=0 hspace=2 width=22 height=12> e-mail</A>, please <A HREF="./de/bigat/default.htm">visit our homepage</A>, if our field of business is really fitting to your needs.</B></P> | |
| <P align=center><FONT SIZE=4><B>Also every cooperation about the<BR>system Recyclers Info is wellcome.</B></FONT></P> | |
| <P><FONT SIZE=4>We are still seeking local <A HREF="country.htm">webmasters in each country</A> to share this server.</FONT></P> | |
| <A href="./de/bigat/default.htm">Your BIGAT Team</A><BR>Grad. Eng. Detlef Schulz<BR> | |
| 17. December 1998</FONT> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <HR WIDTH=640> | |
| <TABLE width=640 border=0> | |
| <TR> | |
| <TD align=left valign=center> | |
| <FONT size=1 face=sans-serif> | |
| Copyright: <A href="./de/bigat/default.htm">BIGAT GmbH</A> | |
| </FONT> | |
| </TD> | |
| <TD align=right valign=center> | |
| <FONT size=1 face=sans-serif> | |
| Webmaster: <A href="./de/bigat/default.htm">BIGAT GmbH</A> | |
| & <A href="http://www.eco-world.de" target="_TOP">KVA eG</A> | |
| </FONT> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| </CENTER> | |
| </BODY> | |
| <script language="JavaScript"> | |
| <!-- | |
| BrowserOk = false; | |
| //--> | |
| </script> | |
| <script language="JavaScript1.1"> | |
| <!-- | |
| BrowserOk = true; | |
| //--> | |
| </script> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| <!-- | |
| hfern = null; | |
| function show_win(hwin) | |
| { | |
| window.name="recyclers_info_fenster"; | |
| if (BrowserOk) | |
| { | |
| if ((hfern!=null) && (hfern.closed)) { hfern = null; } | |
| if (hfern==null) | |
| { | |
| hfern = window.open(hwin,"fern","width=160,height=460,toolbar=no,directories=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=no"); | |
| } | |
| else | |
| { | |
| hfern.focus(); | |
| } | |
| } | |
| else | |
| { | |
| window.open(hwin,"fern","width=160,height=460,toolbar=no,directories=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=no"); | |
| } | |
| } | |
| //--> | |
| </SCRIPT> | |
| </HTML> |