06-09-2011, 03:55 AM
In the advanced research page, I'd like to a textarea field the "Search for" input data field instead.
The keywords input in this textarea field, I'd like to put from Keywords textarea of keywords kontener (i.e. Edit document, used "predefined keywords" link, in the "out.KeywordChooser.php").
I organised this, but the keywords don't transfer between the two textarea.
What do I write the program "out.SearchForm.php" on space: XXXXXXXX ?
<td><?php printMLText("search_query");?>:</td>
<td class="inputDescription"><textarea name="query" rows="2" cols="30"> XXXXXXX </textarea><br>
<a href="javascript:chooseKeywords();"><?php printMLText("use_default_keywords");?></a>
<script language="JavaScript">
var openDlg;
function chooseKeywords() {
openDlg = open("out.KeywordChooser.php", "openDlg", "width=500,height=400,scrollbars=yes,resizable=yes");
}
</script>
</td>
THANKS (sorry for my poor english): VPeter
The keywords input in this textarea field, I'd like to put from Keywords textarea of keywords kontener (i.e. Edit document, used "predefined keywords" link, in the "out.KeywordChooser.php").
I organised this, but the keywords don't transfer between the two textarea.
What do I write the program "out.SearchForm.php" on space: XXXXXXXX ?
<td><?php printMLText("search_query");?>:</td>
<td class="inputDescription"><textarea name="query" rows="2" cols="30"> XXXXXXX </textarea><br>
<a href="javascript:chooseKeywords();"><?php printMLText("use_default_keywords");?></a>
<script language="JavaScript">
var openDlg;
function chooseKeywords() {
openDlg = open("out.KeywordChooser.php", "openDlg", "width=500,height=400,scrollbars=yes,resizable=yes");
}
</script>
</td>
THANKS (sorry for my poor english): VPeter