I'd create a sidebar plugin which includes the file in question instead of using ugly iframes
Look at serendipity_plugin_gallery_menalto_random (or sth. like that), this embeds a foreign gallery page into your blog. You could adapt this and embed your own script there...
As for the reason why it failed, I could only tell that if you give me the URL to the blog with that iframe code in it...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Rob: Using Firefox, it works properly. The IE fails, though. You might need to look up iframe specifications and see why the IE is freaking. I bet it's got something to do with XHTML/Doctype compliance or missing attributes...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
This plugin worked great! I used it to "embed" not only coppermine, but another program I have that catalogs movies. It can output HTML pages with links, photos and other information that I now wrap Serendipity around it. Thanks Rob for the useful program. Here is the link if you want to see it in action. http://www.socalwizard.com/serendipity/ ... ydvds.html
I just took the liberty to add the plugin to our repository. Thanks a lot, Rob - and I hope this is fine with you?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
if you add an iframe to a page, all links inside that iframe will be shown within the iframe. Only if the links have a "target=top" or "target=parent" attribute they will break out of the iframe, which cannot be prevented.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/