Hi
1.
There is search box with choice of matching words in file search.html.
I would like to add search box in main page at main.html with
.
When the result appear in search.html, I would like to have link to BACK to my main page main.html at search.html, and I don't want the search box with choice of matching words appear in search.html. I just want link to back to main.html to at file search.html.
I hope you get what I mean.
How to make it happen?
2.
Let say that I have 5000 html webpages. I select zoom to scan title and descriptions only (not the contains). Maybe included keywords too. May I know, how many bytes of file that search engine which based on javascript could store and scan?
Waiting for response.
Thanks[/code]
1.
There is search box with choice of matching words in file search.html.
I would like to add search box in main page at main.html with
Code:
<form method="GET" action="search.html">
When the result appear in search.html, I would like to have link to BACK to my main page main.html at search.html, and I don't want the search box with choice of matching words appear in search.html. I just want link to back to main.html to at file search.html.
I hope you get what I mean.
How to make it happen?
2.
Let say that I have 5000 html webpages. I select zoom to scan title and descriptions only (not the contains). Maybe included keywords too. May I know, how many bytes of file that search engine which based on javascript could store and scan?
Waiting for response.
Thanks[/code]
Comment