J
Jim T
New to Front Page (using 2000), my background in VBA. I've research various
ways to add a slide show to a page in my web. I've add to a page an activeX
Forms2.0 command button and script block code added to the page HTML to set
a variable to the different pictures file names.
My current stumbling block is I don't know how to take the variable from
the script(for example mypic = "picture_1.jpg") and set the variable in the
HTML image statement
<p><img border="0" src= mypic
width="800" height="600"><!--mstheme--></font></body>
Is this possible? Alternatives (other than banner_ad which only allows for
10 entries, PowerPoint (seem like it would create a lot of extra "stuff"),
and I don't know Java so I'm trying to stick with VB.
Thanks
Jim T.
ways to add a slide show to a page in my web. I've add to a page an activeX
Forms2.0 command button and script block code added to the page HTML to set
a variable to the different pictures file names.
My current stumbling block is I don't know how to take the variable from
the script(for example mypic = "picture_1.jpg") and set the variable in the
HTML image statement
<p><img border="0" src= mypic
width="800" height="600"><!--mstheme--></font></body>
Is this possible? Alternatives (other than banner_ad which only allows for
10 entries, PowerPoint (seem like it would create a lot of extra "stuff"),
and I don't know Java so I'm trying to stick with VB.
Thanks
Jim T.