Discussion:
i-frames and Firefox
(too old to reply)
Candyce
2007-04-14 18:02:01 UTC
Permalink
I have put together 3 albums using the software Jalbum. I have placed them
into my existing site using an i-frame and they work great in internet
explorer, but will not display in firefox. I get the error message: Firefox
doesn't know how to open this address, because the protocol (c) isn't
associated with any program.

Any ideas? Thanks!
The Other Nice Man
2007-04-14 20:25:15 UTC
Permalink
Post by Candyce
I have put together 3 albums using the software Jalbum. I have placed them
into my existing site using an i-frame and they work great in internet
explorer, but will not display in firefox. I get the error message: Firefox
doesn't know how to open this address, because the protocol (c) isn't
associated with any program.
Any ideas? Thanks!
Do you have a link?
Candyce
2007-04-14 20:48:03 UTC
Permalink
The site is not up yet as it still has a few bugs- like this one. :-) I can
give you the code if that helps. Let me know if something else might be
helpful. Thanks, CMJ

<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Sun, Dec 31 1970 12:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache">

<TITLE>BananAlbum</TITLE>

<script type="text/javascript" src="res/scripts.js"></script>
<link rel="stylesheet" href="res/styles.css" type="text/css"
charset="utf-8"></link>

</HEAD>
<BODY bgcolor="#ffffff">

<!-- Rudin Swagerman -->
<!-- thegreatesthits.net -->
<!-- 2007 -->

<!-- BananAlbum.net -->

<div id="BananAlbum">
<script type="text/javascript">

document.title = "glah building";

respath = "res/";
addvars = "&jalbum=true";

bgcolor = "#ffffff";
imgcolor = "#ffffff";
linecolor = "#000000";

addBananAlbum();
</script>
</div>

</BODY>
</HTML>
Post by The Other Nice Man
Post by Candyce
I have put together 3 albums using the software Jalbum. I have placed them
into my existing site using an i-frame and they work great in internet
explorer, but will not display in firefox. I get the error message: Firefox
doesn't know how to open this address, because the protocol (c) isn't
associated with any program.
Any ideas? Thanks!
Do you have a link?
The Other Nice Man
2007-04-14 21:04:04 UTC
Permalink
Post by Candyce
The site is not up yet as it still has a few bugs- like this one. :-) I can
give you the code if that helps. Let me know if something else might be
helpful. Thanks, CMJ
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Sun, Dec 31 1970 12:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache">
<TITLE>BananAlbum</TITLE>
<script type="text/javascript" src="res/scripts.js"></script>
<link rel="stylesheet" href="res/styles.css" type="text/css"
charset="utf-8"></link>
</HEAD>
<BODY bgcolor="#ffffff">
<!-- Rudin Swagerman -->
<!-- thegreatesthits.net -->
<!-- 2007 -->
<!-- BananAlbum.net -->
<div id="BananAlbum">
<script type="text/javascript">
document.title = "glah building";
respath = "res/";
addvars = "&jalbum=true";
bgcolor = "#ffffff";
imgcolor = "#ffffff";
linecolor = "#000000";
addBananAlbum();
</script>
</div>
</BODY>
</HTML>
Post by Candyce
I have put together 3 albums using the software Jalbum. I have placed them
into my existing site using an i-frame and they work great in internet
explorer, but will not display in firefox. I get the error message: Firefox
doesn't know how to open this address, because the protocol (c) isn't
associated with any program.
Any ideas? Thanks!
Do you have a link?- Hide quoted text -
- Show quoted text -
Not seeing any iframe code there.

Loading...