Subject:how to pass the SRC for Image file during runtime Author:Muthireddy sumathi Date:28 Mar 2005 05:23 AM Originally Posted: 28 Mar 2005 05:22 AM
Hello,<br>
I want to pass the <img src> value using parameter.<br>
How to pass the parameter to XSLT during runtime from VB6.0 Program?<br>
<br>
in program I am writing<br>
ImagePath="D:\Images"<br>
xslProc.addParameter "BottomImagePath", ImagePath<br>
<br>
how to pass it to XSLT? I am doing in the following manner but it is <br>
not working.<br>
<img height="100" width="167" src= "$BottomImagePath"></img></td><br>
Please mail me solution.<br>
Thank you