[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [OT] Need some web designer guru's help!! (HTML,ASP)



I have outlook coming from office 2000, and it did!! As I said to my
previous reply, sound like I'm using RTF in my emails.

So my previous emails don't have RTF, and now I'll put back RTF in
this reply... Will see :)

Joel
87 16v

-----Original Message-----
From: owner-scirocco-l@scirocco.org
[mailto:owner-scirocco-l@scirocco.org]On Behalf Of ATS - Patrick Bureau
Sent: Sunday, December 16, 2001 8:52 AM
To: scirocco-l@scirocco.org
Subject: RE: [OT] Need some web designer guru's help!! (HTML,ASP)


Nono it's noit a virus, its and outlook thing, only seen it happen on
outlook express 5 or 6 I use Outlook professional 2000 and it does not do
that.

Patrick

-----Original Message-----
From: owner-scirocco-l@scirocco.org
[mailto:owner-scirocco-l@scirocco.org]On Behalf Of Allyn
Sent: Saturday, December 15, 2001 3:06 PM
To: Chris DeLong; tofunit@yahoo.com; scirocco-l@scirocco.org
Subject: Re: [OT] Need some web designer guru's help!! (HTML,ASP)


I've never seen this, and i get the full (non-digest) list. May be a virus
or your email origram itself.
Al

----- Original Message -----
From: "Chris DeLong" <green536@hotmail.com>
To: <tofunit@yahoo.com>; <scirocco-l@scirocco.org>
Sent: Saturday, December 15, 2001 3:06 PM
Subject: RE: [OT] Need some web designer guru's help!! (HTML,ASP)


> not really related but; what is this attachment of <winmail.dat> that I
keep
> seeing coming with some listers posts?
>
>
> >From: "J.L." <tofunit@yahoo.com>
> >To: "Scirocco list" <scirocco-l@scirocco.org>
> >Subject: RE: [OT] Need some web designer guru's help!! (HTML,ASP)
> >Date: Wed, 12 Dec 2001 13:00:25 -0500
> >
> >BTW my email is tofunit@yahoo.com
> >
> >seem like my email doesn't show up? Why!!? I can't figured out!
> >
> >Joel
> >
> > >  -----Original Message-----
> > > From: owner-scirocco-l@scirocco.org
> > > [mailto:owner-scirocco-l@scirocco.org]
> > > Sent: Wednesday, December 12, 2001 12:43 PM
> > > To: Scirocco list
> > > Subject: [OT] Need some web designer guru's help!! (HTML,ASP)
> > >
> > > Hi all,
> > >
> > > Sorry to bother with that OT, but I lost two days to find out how to
> > > do it and if someone on the list can help me out it will be very much
> > > appreciated!
> > >
> > > I simply want to display a web page in HTML that will show a jpeg
> > > stored into an access database in OLE Object format!
> > >
> > > I run Windows 2000 server with IIS 5.0, and I use office 2000 access
to
> > > create the database file.
> > >
> > > So I do in the first file, let's name it first.asp, this line:
> > >
> > > ...
> > > <img src="getpic.asp?selectNo=AR-CR164L">
> > > ...
> > >
> > > In the getpic.asp here the content:
> > > ----------------------------begin---------------------------------
> > > <%
> > > Dim DB, RS
> > >
> > > Set DB = Server.CreateObject("ADODB.Connection")
> > > DB.ConnectionString="DRIVER={Microsoft Access Driver (*.mdb)};" &
> > > "DBQ=E:\Inetpub\wwwroot\Test\DB\mydb.mdb"
> > > DB.open
> > >
> > > Set RS = DB.execute("SELECT Picture FROM Pictures WHERE No ='" &
> > > Request.Form("selectNo") & "';")
> > >
> > > Response.ContentType = "image/jpeg"
> > >
> > > Response.BinaryWrite RS("Picture")
> > > %>
> > > -------------------------------end------------------------------
> > >
> > > I found that somewhere on the web, there is many little different ways
> >to
> > > do it, but
> > > none of them seem to work...
> > >
> > > I just read on Microsoft website that I need to create a DLL (with
> >Visual
> > > Basic that I
> > > don't have) that will strips the OLE and Access headers to have only
the
> > > raw image
> > > from the database, but doesn't tell me more then that, how to use
it...
> > >
> > >
> > > Well hope someone can help me out here ;)
> > >
> > > Question: Is that matter calling an ASP page from an ASP page?
> > >
> > > Thank you,
> > > Joel
> > >
> > > PS: To not bother everyones again, please contact me privately ;)
> > > PPS: BTW, This will be use to create a website for VW parts :) at
least!
> > >
> ><< winmail.dat >>
>
>
>
>
> Chris DeLong
> ICQ#45030867
> Seattle, WA USA
> '80 16V 'Rocco ragtop
> '91 GLi 2.0 16V
> '77 Rabbit 16V
> '80 'Vert (parting out!)
> '61 17 Window type II
> '91 Vanagon
> '78 Rabbit
> '78 Rabbit (for sale)
> '87 GTi 16V
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
>
>
> --
> Email LIST problems to: scirocco-l-probs@scirocco.org.
> To unsubscibe send "unsubscribe scirocco-l" in the message to
majordomo@scirocco.org
>


--
Email LIST problems to: scirocco-l-probs@scirocco.org.
To unsubscibe send "unsubscribe scirocco-l" in the message to
majordomo@scirocco.org


--
Email LIST problems to: scirocco-l-probs@scirocco.org.
To unsubscibe send "unsubscribe scirocco-l" in the message to
majordomo@scirocco.org

winmail.dat