nein. das w�re zuviel... wobei es eine idee w�re, ihm eine html-email mit
dem zeug zu schicken ...

----- Original Message -----
From: "Herbert Bosnjak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 13, 2003 2:09 PM
Subject: AW: [Coffeehouse] seite sichern...


> Verschickst Du die get�tigte Bestellung bzw. den Rechnungsbeleg nicht per
E -
> Mail?
>
> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag von Thomas Beckert
> Gesendet: Sonntag, 13. Juli 2003 13:41
> An: [EMAIL PROTECTED]
> Betreff: Re: [Coffeehouse] seite sichern...
>
>
> also es ist ein onlinebestellsystem.
> und die seite, die er abspeichern will, ist quasi sein rechnungsbeleg. die
> seite ist auch noch in einem frameset eigebunden, was ich zus�tzlich
> problematisch finde.
> er ist nur mit ausdrucken nicht zufrieden (vor allem, weil beim ausdruck
> oben immer steht: html-browser blablalba)...
>
> ----- Original Message -----
> From: "matthias zimmerling" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 13, 2003 1:26 PM
> Subject: RE: [Coffeehouse] seite sichern...
>
>
> >schreibarbeit ist immer schlecht ... :(
>
> Na, dann kann ich Dir von dem Folgenden nur abraten ... ;-)
> Ist nur ein kleiner Ausschnitt, der lediglich ein �ffnendes table-Tag
> erzeugt.
> Auf diese Weise m�sstest Du dann die ganze Seite herstellen und hast am
Ende
> nicht mehr, als durch "Speichern unter".
> Lohnt sich halt nur bei einem CMS o.�.
>
> Sub tableStart() ' erzeugt neuen TabellenStart
>    Set asp = Server.CreateObject("Scripting.FileSystemObject")
>    Set aspFile = asp.OpenTextFile(aspFormPfadMap,ForAppending,False)
>
>    aspFile.WriteLine( vbNewLine & _
>      "<!---------------   new table   ------------------------->"  )
>    aspFile.WriteLine( _
>      "<table" & _
>      " width=" & "'" & tblWidth & "'" & _
>      " cellspacing=" & "'" & tblCellSpacing & "'" & _
>      " cellpadding=" & "'" & tblCellPadding & "'" & _
>      " align=" & "'" & tblAlign & "'" & ">"  & vbNewLine )
>    aspFile.Close
>  'Set aspFile = nothing
> end Sub
>
> Gru�, Matthias
>
>   >-----Original Message-----
>   >From: [EMAIL PROTECTED]
>   >[mailto:[EMAIL PROTECTED] Behalf Of Thomas Beckert
>   >Sent: Sunday, July 13, 2003 12:49 PM
>   >To: [EMAIL PROTECTED]
>   >Subject: Re: [Coffeehouse] seite sichern...
>   >
>   >
>   >schreibarbeit ist immer schlecht ... :(
>   >aber ich bin f�r alle vorschl�ge offen ...
>   >
>   >----- Original Message -----
>   >From: "matthias zimmerling" <[EMAIL PROTECTED]>
>   >To: <[EMAIL PROTECTED]>
>   >Sent: Sunday, July 13, 2003 12:45 PM
>   >Subject: RE: [Coffeehouse] seite sichern...
>   >
>   >
>   >Ich kenne zwei M�glichkeiten:
>   >1. Im IE Datei/Seite Speichern unter/ Webseite komplett/  dann werden
> eine
>   >.htm und ein Ordner mit allen Bildern angelegt.
>   >2. Wenn es denn wirklich per ASP sein soll, dann geht das auch, ist
aber
> ne
>   >Menge Schreibarbeit f�r Dich und stellt auch wirklich erstmal nur diese
>   >Seite her. Falls es das sein soll, muss ich erst mal nachsehen. Ich
habe
> da
>   >selbst mal was geschrieben.
>   >Gru�, Matthias
>   >
>   >  >-----Original Message-----
>   >  >From: [EMAIL PROTECTED]
>   >  >[mailto:[EMAIL PROTECTED] Behalf Of Thomas Beckert
>   >  >Sent: Sunday, July 13, 2003 12:36 PM
>   >  >To: AspGerman Kaffeehaus
>   >  >Subject: [Coffeehouse] seite sichern...
>   >  >
>   >  >
>   >  >ein kunde will eine von asp generierte seite sichern... so als word
> oder
>   >  >einfacher als html-dokument.
>   >  >hat jemand eine idee wie ich das machen kann?
>   >  >ich stelle mir einen button vor: "seite sicher"
>   >  >dann soll die dialog box "speichern unter" von windows hochkommen
und
> er
>   >  >kann die html-seite irgendwo speichern. keine ahnung, wie ich das
> machen
>   >  >soll...
>   >  >
>   >  >Thomas Beckert - SitePoint GbR
>   >  >Vorstadtstr. 57
>   >  >66117 Saarbr�cken
>   >  >
>   >  >Tel.: 0681 / 9 47 26 27
>   >  >Mobil: 0178 / 49 15 16 9
>   >  >Fax: 0681 / 9 47 26 28
>   >  >
>   >  >www.sitepoint.de
>   >  >
>   >  >~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United
Planet~~~~~~~~~~~~~~~~~
>   >  >Kaffeepause im United Planet Communityserver ...
>   >  >http://www.intrexx.com/communityserver
>   >  >_______________________________________________
>   >  >Coffeehouse mailing list
>   >  >[EMAIL PROTECTED]
>   >  >http://www.glengamoi.com/mailman/listinfo/coffeehouse
>   >  >
>   >  >
>   >
>   >
>   >
>   >~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
>   >Kaffeepause im United Planet Communityserver ...
>   >http://www.intrexx.com/communityserver
>   >_______________________________________________
>   >Coffeehouse mailing list
>   >[EMAIL PROTECTED]
>   >http://www.glengamoi.com/mailman/listinfo/coffeehouse
>   >
>   >~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
>   >Kaffeepause im United Planet Communityserver ...
>   >http://www.intrexx.com/communityserver
>   >_______________________________________________
>   >Coffeehouse mailing list
>   >[EMAIL PROTECTED]
>   >http://www.glengamoi.com/mailman/listinfo/coffeehouse
>   >
>   >
>
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
> Kaffeepause im United Planet Communityserver ...
> http://www.intrexx.com/communityserver
> _______________________________________________
> Coffeehouse mailing list
> [EMAIL PROTECTED]
> http://www.glengamoi.com/mailman/listinfo/coffeehouse
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
> Kaffeepause im United Planet Communityserver ...
> http://www.intrexx.com/communityserver
> _______________________________________________
> Coffeehouse mailing list
> [EMAIL PROTECTED]
> http://www.glengamoi.com/mailman/listinfo/coffeehouse
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
> Kaffeepause im United Planet Communityserver ...
> http://www.intrexx.com/communityserver
> _______________________________________________
> Coffeehouse mailing list
> [EMAIL PROTECTED]
> http://www.glengamoi.com/mailman/listinfo/coffeehouse
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an