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 Office 770-974-8851 Fax 770-974-8852 From: 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)); |
- [ACFUG Discuss] if//else algebra on image output. Robert Reil
- Re: [ACFUG Discuss] if//else algebra on image output. Dean H. Saxe
- Re: [ACFUG Discuss] if//else algebra on image output. Teddy Payne
- [ACFUG Discuss] if//else algebra on image output. Robert Reil
- RE: [ACFUG Discuss] if//else algebra on image output. Robert Reil
- RE: [ACFUG Discuss] if//else algebra on image output. Robert Reil