Jump to content
  • 0

Ищу скрипт для поиска в HTML сайте


Tatyana_Verstka
 Share

Question

Друзья! Помогите, пожалуйста, с поиском скрипта. Сложность в том, что нужен скрипт поиска содержимого на локальной текущей (где размещен сам поиск и инфа) и локальных других страницах.

Есть главная страница с двумя фреймами. В одном Две вкладки с деревьями со списком, кликая по каждому элементу списка во втором фрейме отображается расшифровка термина. Вот по html-файлам, содержащим эти расшифровки, и по текущей странице, где сами заголовки размещены - нужно и сделать поиск. У меня голова пухнет, не могу сообразить как сделать или хотя бы какой скрипт использовать.

Вот страница с поиском и с деревьями (имя файла content.html)

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<div>
<ul>
<li id="li1">Содержание</li>
<li id="li2">Термины</li>
<li id="li3">Поиск</li>
</ul>
</div>


<div id="dd1">
<ul>
<li>Дерево элементов (заголовки страниц)</li>
</ul>

<div id="dd2">
<ul>
<li>Дерево элементов (Термины)</li>
</ul>
</div>

<div id="dd3">
Здесь должен быть поиск по заголовкам (см. выше) и поиск по другим страницам.
</div>
</body>
</html>

Вот главная страница (index.html)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>

<div class="firstFrame"><!-- фрейм с тремя вкладками - два дерева и третья поиск-->
<iframe src="content/content.html" scrolling="auto" frameborder="0" id="leftFrame" name="leftFrame" frameborder="0">
</iframe>
</div>


<div class="secondFrame"> <!-- Второй фрейм для отображения страниц с расшифровкой терминов -->
<iframe src="content/cover.html" id="mainFrame" name="mainFrame" frameborder="0"></iframe>
</div>
</body>
</html>

Любым предложениям буду рада!

1) не влазьте в чужие темы, тем более двухгодичной давности. Новый вопрос - новая тема;

2) обрамляйте код в спецтеги [code ];

Edited by Softlink
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy