Hi, I am using NVU to practice with and this is probably
a newbie question.
My wife wants to list some twenty rose photos and display
a large picture for each rose.
I was thinking the way to do this would be to have one image frame and then populate it based on the picture selection..
Can I insert the equivalent of a frame into a html page with the intention of displaying an image based on an option group type selection?
In vba, I would do something like:
Frame1 AfterUpdate()
me.imageframe.visible = true
select case me.frame1
case 1 'Mr Lincoln Rose
me.subHtmlPage.hyperlink = blah blah
case 2 'Chicago Peace
me.subHtmlPage.hyperlink = blah blah
end select
Thanks, dRahme
a newbie question.
My wife wants to list some twenty rose photos and display
a large picture for each rose.
I was thinking the way to do this would be to have one image frame and then populate it based on the picture selection..
Can I insert the equivalent of a frame into a html page with the intention of displaying an image based on an option group type selection?
In vba, I would do something like:
Frame1 AfterUpdate()
me.imageframe.visible = true
select case me.frame1
case 1 'Mr Lincoln Rose
me.subHtmlPage.hyperlink = blah blah
case 2 'Chicago Peace
me.subHtmlPage.hyperlink = blah blah
end select
Thanks, dRahme