Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
HTML Frames....
Name: killerace101 Date: April 25, 2006 at 10:18:48 Pacific OS: XP CPU/Ram: 2.0Ghz/1Gig Ram Product: Dell
Comment:
Hi, alright i have a small problem...i know that using frames is a little old school but in this instance it would work fine for what i have to do so bare with me.
ALright i got my html file with frames going, now the only problem, since i am using a CMS to generate my HTML pages i cannot add the
<base target="frame1"> in the <HEAD> section of the html file.this therefore means that i would have to add the target for all the links...but with over 1000 links...dont really want to.. Would anyone know of a way to either bypass this using javascript since i am able to generate scripts with no problem.
Name: Michael J (by mjdamato) Date: April 25, 2006 at 14:36:42 Pacific
Reply:
Why can't you put <base target="frame1"> in the head of the document. Just find the page in the CMS files that creates the head of the socument and add it.
Summary: Okay, obviously this message board didn't like me putting HTML in, so instead of using '' signs I will use '[' and ']' signs. This is how the frames are defined: [FRAMESET COLS="192,*" FRAMEBORDER="NO...
Summary: I'm using the frameborder="0" border="0" attributes to remove the frame borders in a frameset, it works fine in Opera 7.01, Explorer 6, Mozilla 1.3a and Phoenix 0.5 but the HTML validator on www.w3.or...
Summary: I'm sure there's a user friendly way in frontpage on doing this... but here's the html part... find out the name of the center mainFrame and add target="frameName" on every link at the side frame page...