Click to See Complete Forum and Search --> : frames wont work


Pamela Barnes
09-09-2003, 04:45 PM
I am having a problem with my frame codes. I have a web site www.soapsbypj.com (soon to be closed) and the frame codes work perfectly there. (links in frame A, when clicked, the new page shows up in frame B)

But, I am changing my site over to angelfire, and there my codes do not work. When I click on links in frame A, it pops up a NEW window. I do not want this to happen. I want new pages to pop up in frame B. How can I get this to work properly?

I have tried the java codes and it still will not work like it does on my original web site.

Any help would be greatly appreciated.

Thank you,
PJ

theJackal
09-09-2003, 04:47 PM
please post some of your code to help get started. cheers

Pamela Barnes
09-09-2003, 04:57 PM
Sorry, I forgot...like I stated before, the codes work on site www.soapsbypj.com but do not work on www.angelfire.com/art2/soapsbypj

index page codes....
<HTML>
<HEAD>
</HEAD>
<FRAMESET COLS="33%,*">
<FRAME SRC="Frame_A.html">
<FRAME SRC="Frame_B.html" SCROLLING="yes">
</FRAMESET>
<NOFRAMES>
<BODY>
<HTML>

FRAME A codes...

<CENTER><font size="3"><a href="PAGE_B.html" target="B">Welcome<BR><BR>
<a href="soaplist.html" target="B">Soap Scents</A><BR><BR>
<a<title> LINKS_FRAME_A</title>
href="exfolients.html" target="B">Facial Soaps & Exfolients</a><BR><BR>
<a href="bathitems.html" target="B">Bath Items</a><img src="soldout.jpg"><BR><BR>
<a href="pillows.html" target="B">Bath Teas & Pillows</A><BR><BR>
<a href="shampoo.html" target="B">Shampoo Bars</a><BR><BR>
<a href="lipbalm.html" target="B">Lip Balms</a><BR><BR>
<a href="lotions.html" target="B">Lotions & Creams</a><BR><BR>
<a href="sheabutter.html" target="B">100% Shea Butter</A><BR><BR>
<a href="incense.html" target="B">Incense</A><BR><BR>
<a href="misc.html" target="B">Misc.</A><BR><BR>
<a href="handcrafted.html" target="B">Why Handcrafted Soap?</A><BR><BR>
<a href="ingredients.html" target="B">Ingredients I Use & Why</a><BR><BR>

FRAME B codes are............

<HTML>
<body background="embossed.gif" WIDTH=375 HEIGHT=127>
<BR><title>MAIN_FRAME_B</title>
<center><font size=16>PJ's Soaps & Creations</font></center>
<BR><BR>
<center><img src="bubblesBigger.gif"><a href="soaptray1.jpg"><img src="soaptray.jpg" alt="CLICK ON PIC TO VIEW LARGER PIC"></A><img src="bubblesBigger.gif">
<BR></center><BR>
<CENTER>

Xin
09-09-2003, 05:18 PM
you missed the name="B" phrase in the frame tag

theJackal
09-09-2003, 05:32 PM
no where do you name the frame 'B', try adding name="B" in the frame tags and this solve it

Pamela Barnes
09-09-2003, 06:02 PM
I do have "name="B" (target="B"), it is on the ....
FRAME A codes...

<CENTER><font size="3"><a href="PAGE_B.html" target="B">Welcome<BR><BR>

Should it be on the FRAME B page? Could you type in the code and tell me on which page it should go?

Sorry to be so "dense" on this topic. I cut & pasted the codes exactly like they were from my original site. I thought they would work with no problem.

PJ

Pamela Barnes
09-09-2003, 06:08 PM
I GOT IT!!!
Thank you for your help. I fixed the problem and now it works.

Thank you both again for all your help.

PJ