Harry Potter Opinions
Hosted by www.Geocities.ws

Navigation
Home
Contact Me
J.K. Rowling
Biography
The Books
Book 5 Rumors
Book 6 Rumors
Book 7 Rumors
Miscellaneous Rumors
Submit Rumors
Book 1 summary
Book 2 summary
Book 3 summary
Book 4 summary
Book 1 pictures
Book 2 pictures
Book 3 pictures
Book 1 mistakes
Book 2 mistakes
Book 3 mistake
Book 4 mistake
Movie 1 mistake
Submit a mistake
Positive Opinions
Negative Opinions Submit your Opinions
Make Harry Potter Dollz
Hermione Granger Ginny Weasley
Harry Potter
Ron Weasley
Main Drag N Drop
Movie
Cast List
1st movie pictures
Games
Book 1 Quiz
Hangman
Tic Tac Toe
Love Tester
Reflex Tester
Break Out
Tarot Cards
Information
Name Origins
Creature Definitions
Spell List
Family trees
Character List
Quotes
Harry Potter
Ron Weasley
Hermione Granger
Hagrid
Snape
Dumbledore
Non Harry Potter
Interact
Message Board
Links
Banners
Link Exchanging
Affiliates
View Guestbook
Sign Guestbook
Miscellaneous
School Song
Sorting Song
Gringotts Enter Sign
Potions Riddle
Frames!


For a basic frameset there are three pages you need to make. One is your index page that you won’t see, second one is your left frame, and the third is your right frame page. Here is the html code you would put on your index page.

<html> <!-- ARCHIVE by GEOCITIES.WS --> <head> <title>My Page</title> </head> <frameset cols=20%,80%> <frame src="http://www.geocities.com/jenny_s_12/left.html" name="leftside"> <frame src="http://www.geocities.com/jenny_s_12/right.html" name="rightside"> </frameset> <body><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads> </body> <noframes> <a href="http://www.geocities.com/jenny_s_12/your%20main%20page.html">Click Here</a> </noframes> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//violentenclose.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </html>
Click here for an example!

left.html is a normal html page, most people use it as the menu, it will appear on the left frame
right.html is a normal html page that will be on the right frame when someone comes into your site.

If you would like to add links to your top or left frame you would use this code:

<a href="http://www.geocities.com/jenny_s_12/newpage.html" target="rightside">your link name</a>

If you would like to get rid of your frame borders you would add, scrolling=no , to your index page to the frame src tag. For ex. <frame src="http://www.geocities.com/jenny_s_12/left.html" name="leftside" scrolling=no>

If you want to make sure people don’t get stuck in your frames you would add this code to any link that leaves your page: <target="_blank">
Here's an example:
<a href="http://www.geocities.com/jenny_s_12" target="_blank">

If you want a page with a top frame you would use this code:

<html> <!-- ARCHIVE by GEOCITIES.WS --> <head> <title>My Page</title> </head> <frameset rows=20%,80%> <frame src="http://www.geocities.com/jenny_s_12/top.html" name="top"> <frame src="http://www.geocities.com/jenny_s_12/bottom.html" name="bottom"> </frameset> <body><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads> </body> <noframes> <a href="http://www.geocities.com/jenny_s_12/your%20main%20page.html">Click Here</a> </noframes> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//violentenclose.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </html>
Click here for an example!

If you would like a frameset with a top and a left side frame you would use this code:

<html> <!-- ARCHIVE by GEOCITIES.WS --> <head> <title>My Page</title> </head> <frameset rows="100,*"> <frame src="http://www.geocities.com/jenny_s_12/top.html" NAME="top"> <frameset cols="160,*"> <frame src="http://www.geocities.com/jenny_s_12/left.html" NAME="left"> <frame src="http://www.geocities.com/jenny_s_12/right.html" NAME="right"> </frameset> </frameset> <body><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads> </body> <noframes> <a href="http://www.geocities.com/jenny_s_12/your%20main%20page.html">Click Here</a> </noframes> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//violentenclose.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </html>
Click here for an example!

If you would like an inline frame you would use this code:

<iframe src="http://www.geocities.com/jenny_s_12/inline.html" name="inlineframe" width="your width" height="your height" style="border: 5 solid #ff33cc"></iframe> If you would like to add a color border around your frame you would include style="border: 5 solid #000000" in the frame src tag on your index page.
Click here for an example!

If you would like to target the inline frame from a link on your main page you would use this code:

<a href="http://www.geocities.com/jenny_s_12/inline.html" target="inlineframe">Your link here</a>




Affiliates

Want to become a Harry Potter Opinions Affiliate?Click Here!
Click Here! for more Affiliates!

Link Me
Choose one of the buttons below and insert it into your site.


Html Help
Introduction
Html
Java
Frames
Forms
Other Helpful Sites
Other Good Books
Newberry
Caldecott
My Bookshelf
J.R.R. Tolkein
Visitors Fav. Books Submit Your Fav. Books
Clean Jokes!
Dumb Blonde
Redneck
Animal
Yo Mama
Miscellaneous
Submit a Joke
Top Sites
Please click on these buttons below and Vote for this site!


Click Here! for more topsites!
HPBE
1