click image open text iframe

Page: 1

Author Post
inlive
Guest
Hello,

Thanx all for your support!

I would like to click an image and want to open a iframe with text, how can i do that?

Thanx in advance!

Greetz Huub
Administrator
Registered: Aug 2008
Posts: 3382
onclick="fb.loadAnchor(...

http://floatboxjs.com/#program
inlive
Guest
Thanx!
Administrator
Registered: Aug 2008
Posts: 3382
I must have been half asleep when I gave my original answer. Sure, that will work, but really, what you want is just a standard floatboxed anchor. There's nothing particular about clicking on an image or on text inside an anchor.

You want something standard like:
<a href="myIframe.html" rel="floatbox" rev="width:600 height:400 scrolling:no"><img src="myClickableImage.jpg" /></a>

Page: 1