View Full Version : frames/chromeless


redwowskybloo
01-19-2003, 03:19 AM
I posted this topic before but nobody answered so I'll post it again to see if anyone knows the answer
well anyways
do frames and chromeless pop ups work together?
because whenever i use a chromeless pop up the inline frames never workd
check it out here

http://www23.brinkster.com/juniexjjang/index.html

the inline frame doesnt work -_- >.<
is anything wrong with it??

lefty
01-19-2003, 03:23 AM
Well the iframe looks fine, it's just the links that seem to be the problem. Mind posting your code? (Just the stuff that's in the popup will do, the rest is fine!)

redwowskybloo
01-19-2003, 05:11 AM
Originally posted by lefty2217
Well the iframe looks fine, it's just the links that seem to be the problem. Mind posting your code? (Just the stuff that's in the popup will do, the rest is fine!)

the stuff inside the pop-up is this

<div style=" position:absolute;left:0;
top:0;">
<table border="0" cellspacing="0" cellpadding="0">
<tr><td><img src="top.jpg"></tr></td>
<tr>
<td>
<img src="left.jpg"><iframe src="main2.html" name="main" width="245" height="277" style="border: 0 solid

#ff33cc" frameborder="0"></iframe><img src="1.jpg"><IMG SRC="2.jpg" USEMAP="#2" BORDER=0><img

src="3.jpg"><img src="4.jpg"><img src="5.jpg"></tr></td><tr><td><img src="bottom.jpg"></tr></td></table>


<MAP NAME="2">
<AREA SHAPE=RECT COORDS="45,9,131,31" HREF="aboutme.html" ALT="|| about me ||" target="main" OnMouseOut="window.status=''; return true"

OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="48,38,127,58" HREF="shoutouts.html" ALT="|| shoutouts ||" target="main" OnMouseOut="window.status='';

return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="60,68,115,88" HREF="quotes.html" ALT="|| quotes ||" target="main" OnMouseOut="window.status=''; return

true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="60,95,116,115" HREF="poems.html" ALT="|| poems ||" target="main" OnMouseOut="window.status=''; return

true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="62,124,113,144" HREF="links.html" ALT="|| links ||" target="main" OnMouseOut="window.status=''; return

true" OnMouseOver="window.status=''; return true">
<AREA SHAPE=RECT COORDS="50,153,127,174" HREF="guest.html" ALT="|| guestbook ||" OnMouseOut="window.status='';

return true" OnMouseOver="window.status=''; return true">
</MAP>


someone else helped me with that and it worked great
but my frames for some reason NEVER work with the chromeless pop-ups --;;

Alcy
01-19-2003, 05:33 AM
Just so you know, there's not point putting IE5+ on your splash because it looks fine on netscape - except the popup isn't chromeless ;).

Do those pages you've linked to exist?
http://www23.brinkster.com/juniexjjang/links.html is giving me a blank page.

redwowskybloo
01-19-2003, 08:49 AM
Originally posted by Alcy
Just so you know, there's not point putting IE5+ on your splash because it looks fine on netscape - except the popup isn't chromeless ;).

Do those pages you've linked to exist?
http://www23.brinkster.com/juniexjjang/links.html is giving me a blank page.

Yes all pages exists, except for the guestbook page, they're blank because i haven't finished them yet.



anyways,
someone please help me! ahhh this is killing me!

Dude128
01-19-2003, 09:17 AM
I don't think you can use the name main inside a chromeless window, because I think thats what it is called. so try just changing the name of the iframe and updating your targets accordingly

redwowskybloo
01-19-2003, 09:06 PM
Originally posted by Dude128
I don't think you can use the name main inside a chromeless window, because I think thats what it is called. so try just changing the name of the iframe and updating your targets accordingly
woohoo it worked thanks!