My web guy Jared showed me that there were other variables that were removed for the ht/width incase anyone needed to see this info.

 

 

 

Robert P. Reil

Managing Director,

Motorcyclecarbs.com, Inc.

4292 Country Garden Walk NW

Kennesaw, Ga. 30152

Office 770-974-8851

Fax 770-974-8852

www.motorcyclecarbs.com


From: Jared Rapp
Sent: Friday, July 28, 2006 2:37 PM
To: Robert Reil
Subject: WAIT!!!! SORRY ABOUT THAT!!!!

 

Here was the original code…

 

WriteOutput("<img src="" & objNewProduct.getImage1() & """ " & objNewProduct.getImage1Params() & "></a><br>" & chr(10) & chr(13));

 

Here is the NEW code: Notice getImage1Params had been taken out. Sorry about that! L

 

WriteOutput("<img src="" & objNewProduct.getImage1() & """ width=""100"" height=""100""></a><br/>" & chr(10) & chr(13));

Reply via email to