Sony Ericsson / Sony : Themes, ringtones, screensavers, games, video clips : Paranoid
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Themes, ringtones, screensavers, games, video clips
> Paranoid
Bookmark topic
Paranoid
[ This Message was edited by: Bjerkebanen on 2002-12-01 20:28 ]
--
Posted: 2002-10-18 22:02:00
Edit :
Quote
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
--
Posted: 2002-10-18 22:23:00
Edit :
Quote
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...
--
Posted: 2002-10-19 11:40:00
Edit :
Quote
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:
Type in number:
[ This Message was edited by: laffen on 2002-10-21 17:20 ]
--
Posted: 2002-10-21 18:18:00
Edit :
Quote
paranoid
[ This Message was edited by: Bjerkebanen on 2002-12-15 04:40 ]
--
Posted: 2002-10-22 11:44:00
Edit :
Quote
New Topic
Reply