Author |
Paranoid |
Bjerkebanen Joined: Feb 26, 2002 Posts: > 500 From: El culo del mundo! OSLO NORUEG PM, WWW
|
Paranoid
[ This Message was edited by: Bjerkebanen on 2002-12-01 20:28 ] |
|
chrisgray999 Joined: Jun 18, 2002 Posts: 327 From: Sussex, UK PM, WWW
|
Hmmm, if you try google.com and they will do a site search for you, also freefind.com will do it as well. Hope this helps. Chris
This post was posted from a T65 |
jnonhoffzieg Joined: Sep 02, 2002 Posts: 268 From: Newport Beach, California PM |
Bjerkebanen if I understand you correctly you want individual pages on your site to respond to different search keywords. The most common way of doing this is with a meta tag. Add the following within the HEAD section of your pages, where keyword1, etc are the keywords you want that page to respond to. Example:
Code:
| <meta name="keywords" content="keyword1 keyword2 keyword3 ..."> |
|
Hope that's what you wanted...
T68m -> R2F0004 on Cingular - I want my MMS! |
laffen Joined: Aug 07, 2001 Posts: > 500 From: Oslo, Norway PM |
You didn't tell us the requirements for this. Is it for a web browser with JavaScript support?
If so, you could use this:
<form action="http://home.no/t68/aiai/" name="theform" method="get" onsubmit="document.location = 'http://home.no/t68/aiai/'+document.theform.page.value + '.html';return false;">
Type in number: <input type="text" name="page" value="">
<input type="submit" value="Go to page">
</form>
The code above will print out this:
[ This Message was edited by: laffen on 2002-10-21 17:20 ] |
Bjerkebanen Joined: Feb 26, 2002 Posts: > 500 From: El culo del mundo! OSLO NORUEG PM, WWW
|
paranoid
[ This Message was edited by: Bjerkebanen on 2002-12-15 04:40 ] |
|