valuable site

 Favorite Site 

Color Codes

searchable

 Searchable

Works

downloable

 With Files

 Ignored/Not Harmful 

tutorial site

 Tutorials

 Quirky 

popup site

Has Popups

 Harmful 

"Help Out" theFixor™

Make payments with PayPal SelfPromtion.com in association with amazon.com

< Using Frames & Iframes >

Things to consider before using frames
SearchEngineWatch.com  search engines and frames
Simple Frame Templates
Webreference.com  framing the web
frame tutorial part 1  &  part 2
frame navigation  using javascript
sychronized frame scrolling  cross browser even
Netscapes Frames Info
Netscape 4 Frame Quirks
W3Schools.com  change more than one, breakout script
NCDesign.org  frame guide with samples and source
HtmlCenter.com  frames tutorial and more
Sharky's Frame Tutorial
Joe Barta's Frames Tutorial  downloadable
Builder.com frames guide
netscape quirks
Cross Browser Pixel Perfect Frames proof that can be done
ZeroCenter  frames tutorial html some javascript & more
Frame Size Tester  shows the netscape variance

 Frames and Javascript 
Simple Frame Target — Load Two Frames
Irt.org - Frames
bookmarking in frames
framebuster or try <meta http-equiv="Window-target" content="_top">
Or the reverse McFredries.com - get back in frames

 < Using IFrame they work in mozilla and netscape 6
Using Inline Frames
Include External Files using iframe and layer info  from Danny Steinman
Msdn.Microsoft.com - Iframes
using iframes includes transparency ie only
WebMonkey Iframes lowdown
positioned & stacked iframe example
WebReview.com - Iframe
Developer.Apple.com - Remote Scripting
WebReference.com - Iframe Transparency

<Frequently Asked Frames Questions>

 Remove Page / Frames Margins or Borders 
<frameset [col/row value] border=0 frameborder=0 framespacing=0>
<frame src=[value] marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>
<body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0> on each page in the frames

 How to Open Link in Another Frame ?  Add a name in the frame src <frame src="file.html" name="name-it">
Target that exact name - case matters - <a href="new.html" target="name-it">
opening in a new window always = target not found. (See demo above)

 Load Two Frames at Once  ... To change 2 frames together use -
<a href="PAGE1.htm" target="NAME_FRAME1" onClick="parent.NAME_FRAME2.document.location= 'PAGE2.htm';">click here</a> (change CAPS stuff) - (See demo above)

 Why Don't Frames Load ?  Each <frameset> should have a matching </frameset> and an existing <frame src="file.html> for each frame set - in addition there may be NO body tags unless used as follows: <noframes><body> insert page here </body></noframes>

<Other HTML Help Pages >

General Html Links
Forms html css & javascript

Forms html css & javascript

Didn't find what you wanted?
Try theFixor's Sources

Make payments with PayPal SelfPromtion.com in association with amazon.com

Updated 6/20/03 - Link Checked 10/11/03 web-building.com