Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The advanced research page
#1
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
Reply


Messages In This Thread
The advanced research page - by VPeter - 06-09-2011, 03:55 AM

Forum Jump:


Users browsing this thread: