www.freewebsite.0nyx.com
You are here: Home >> Search Engine >> Lesson 1 www.freewebsite.0nyx.com - Free Website
 
Site guide
 HOME
 SITE MAP
 
Free tutorials
 Free Flash tutor
 Free HTML tutor
 Free JavaScript tutor
 Free DHTML tutor
 
Free Online Tools
 Color Picker
 MouseOver buttons
 Menus : Dropdown
 Page effects
 Scrollbar
 
More stuff
 Free sub-domains
 Make money : Banners
 Increase traffic
 Improve your website


Become a member become a member      Member's Log-in

Search Engine LESSON 1

We'll be using frames to create the search engine since it is much easier. In lesson 7, you will learn how to embed the search engine in your website without using frames.

The file parent.html will be divided into frames.

The search will be made in the file "tools.html" and the results will be displayed in "results.html".

               Search Engine (tools.html)               




                Results (results.html)               






Here is the code for file parent.html:
<html>
<head>
<title> Learning CSS... </title>
</head>
<frameset
  frameborder="0"
  framespacing="0"
  rows="50,*">

<frame
  scrolling="no"
  frameborder="0"
  marginheight="0"
  marginwidth="0"
  name="tools"
  noresize
  src="tools.htm">

<frame
  scrolling="yes"
  frameborder="0"
  marginheight="0"
  marginwidth="10"
  name="results"
  noresize
  src="results.htm">

</frameset>

Just pay attention to the frameset for now. We'll be adding some javascript to this as we go on.

By the way, if you have no idea what frames do then you shouldn't be here. Go to the HTML tutor and review this stuff right now.

Let's see what tools.html has to offer in lesson 2.

< < Back     Next > >
Freewebsite: Web design tutorials for the rest of us
Lessons:      Intro 1 2 3 4 5 6 7 8 9 10 11

 
Praise for freewebsite
   "These tutorials are written in such simple language and they're so much fun. They're simply the best." - Mike

   "Just wanted to drop you a line to say thank you. I created my website within a month after reading your tutorials and now I make thousands with it." - Ken