Re: image in e-mail does not come out

2000-06-19 Thread Spencer Saunders
This means that the client's email browser is searching in "C:\MyDocumnets...". Try setting the tag to an absolute URL where the image is stored. Like so; http://www.theURL_where_the_image_can_be_found.jpeg"> Try that. Should do the trick. Spencer Saunders -Original Me

multiple outputs for 1 record.

2000-06-10 Thread Spencer Saunders
Hello all. I have a problem with a query output returning multiple outputs of the same record. I only want the information once but for some reason it seems to be cycling trough it 7 times. Any help would be appreciated. I'm sure it's a simple solution sitting right under my nose. Code as follows.

Re: CFCACHE Clear

2000-05-20 Thread Spencer Saunders
If you are referring to a page that is caching I would suggest holding the shift key while you click reload. This forces the browser to request the page form the server and not from a previously cached copy on your machine. ss -Original Message- From: Gregory Harris <[EMAIL PROTECTED]> To

Re: multiple lists in a loop

2000-05-10 Thread Spencer Saunders
Thanks Dave Worked like a charm spence -Original Message- From: Dave Watts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: May 10, 2000 3:42 PM Subject: RE: multiple lists in a loop >> Is it possible to create multiple lists

multiple lists in a loop

2000-05-10 Thread Spencer Saunders
Is it possible to create multiple lists in a CFLOOP that would allow me to insert several lists into a couple of columns? I know it is possible with one. ie, INSERT into testing (Importance) VALUES ('#thisimportance#') But how would it work if I wanted to insert the following lists into

Re: how do you have a static picture in the background

2000-05-10 Thread Spencer Saunders
Check out Cascading Style Sheets. Particularly the background attribute. I think it just needs to be set to static. s -Original Message- From: aslam bajaria <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: May 10, 2000 11:09 AM Subject: how do you have a static picture

SQL insert question

2000-05-09 Thread Spencer Saunders
I am trying to insert multiple variables into one field in a DB but each variable in it's own row. The problem I keep running into is that all the variables keep getting inserted into one row and not individual ones. My INSERT code as follows. INSERT into Tablename (Fieldname) VALUES ('#field1#,

Re: session variable blues

2000-05-08 Thread Spencer Saunders
M >Subject: RE: session variable blues > > >> from one newbie to another. Try using #Form.lname# instead of session. >> Hope this helps (probably won't though) >> >> >> >> >> -Original Message- >> From: Spencer Saunders [mail

session variable blues

2000-05-08 Thread Spencer Saunders
Okay I'm a newbie and I'm having some trouble using session variables. They are not being stored it seems and therefore not being passed from template to template as the user moves through the app,. My application file looks like this Then the folowing templates ask for the user to in

Session Variables troubles

2000-05-04 Thread Spencer Saunders
This is a multi-part message in MIME format. --=_NextPart_000_0058_01BFB5AD.AD7EC800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having problems getting a session variable passed from one template = to display on the next.=20 code a