Help with Frames
I am working on a website, and I want to do the following:
Have a page that has a frame that points to a weekly newsletter(http://www.thesharonacademy.org/pages/newsletter_view.html) so that to update the newsletter on the site, you just change the file thats inside the frame. However right now there it says it can't find the page specified.
I desperately need halp on this
that was a terrible explanation click on the link if you are confused
"Common Sense is the collection of predjudices aquired by the age 18" --Albert Einstein
Greg K posted this at 17:08 — 9th September 2006.
He has: 2,145 posts
Joined: Nov 2003
Well, in looking at your source code, here is what is in the IFRAME when I visit the page:
<td class=bodyArea rowSpan=2><IFRAME
src="res://C:\WINDOWS\system32\shdoclc.dll/http_404.html" width=800
height=600>
This is probably why it isn't displaying.
-Greg
PS. Not related to what you asked for, but I suggest that when you are done you go through and clean up the source code and validate the site. The code was pretty messy. ie.
<A class=menu onmouseover="showHoriz('18', 0); " href="index.html"><B><strong>Home</strong></A></B>
'could be cleaned up to be:<a class="menu" onmouseover="showHoriz('18',0);" href="index.html><b>Home</b></a>
'(and even better would be get rid of the 's and 's and include it in the class defination.Zero Kid posted this at 23:53 — 9th September 2006.
He has: 8 posts
Joined: Aug 2006
Thanks man, I took over the site from someone else and am having to try to mesh their code into mine.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.