<div dir="ltr">Am using drupal 5.7<br><br>i created the custom events display,<br><br>in that i added the search event ,<br><br>for that search , i written the validation , <br><br>I include the JS file,...<br>in the top of the search form,<br>
<br>But no use...<br><br>drupal_add_js(&quot;event_search.js&quot;)<br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">strSearch = &quot;&quot;;</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; for(i=0;i&lt;arrSearch.length;i++){</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSearch+=arrSearch[i]+&quot;+&quot;;</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; }</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; if(strSearch!=&quot;&quot;){</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; strSearch = strSearch.substr(0,(strSearch.length-1));</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //alert(strSearch);</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;&nbsp;&nbsp; }</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;window.location.href=&quot;/site1/?q=search/node/event/&quot;+strSearch; return false;}&lt;/script&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;form action=&quot;/</span><span style="color: rgb(102, 102, 102);">site1</span><span style="color: rgb(102, 102, 102);">/?q=search/node/event&quot; name=&quot;frm_search_event&quot;&nbsp; accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;search-form&quot; class=&quot;search-form&quot;&nbsp; onsubmit=&quot;return event_search_validation();&quot;&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;div&gt;&lt;div class=&quot;form-item&quot;&gt;&#39;;</span><br style="color: rgb(102, 102, 102);"><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;div class=&quot;container-inline&quot; style=&quot;margin-right:100px;&quot;&gt;&lt;div class=&quot;form-item&quot;&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;input type=&quot;text&quot; maxlength=&quot;255&quot; name=&quot;keys&quot; id=&quot;edit-keys&quot; name=&quot;txt_search_event&quot;&nbsp; size=&quot;25&quot; value=&quot;&quot; class=&quot;form-text&quot;/&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;/div&gt;&#39;;</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;input type=&quot;image&quot; src=&quot;files/images/btn-search-events.jpg&quot; align=&quot;middle&quot; width=&quot;96&quot; height=&quot;21 name=&quot;ops&quot; id=&quot;edit-submits&quot; value=&quot;Events Search&quot;&nbsp; class=&quot;form-submit&quot; onClick=&quot;javascript:return goToEventSearch();&quot; /&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;/div&gt;&#39;;</span><br style="color: rgb(102, 102, 102);"><span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;/div&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;input type=&quot;hidden&quot; name=&quot;form_token&quot; id=&quot;edit-search-form-form-token&quot; value=&quot;29ae915e9bd7e3eb6d8a484b7095fed5&quot;&nbsp; /&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-search-form&quot; value=&quot;search_form&quot;&nbsp; /&gt;&#39;;</span><br style="color: rgb(102, 102, 102);">
<span style="color: rgb(102, 102, 102);">&nbsp;$block[&#39;content&#39;].= &#39;&lt;/div&gt;&lt;/form&gt;&#39;;</span><br><br>Thanks u<br><br>&nbsp; <br><br><br><br><br><div class="gmail_quote">On Fri, Aug 1, 2008 at 11:56 AM,  <span dir="ltr">&lt;<a href="mailto:rolf@openusource.com">rolf@openusource.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
That&#39;s the way to do it!<br>
<br>
&gt;From which file do you call drupal_add_js? Make sure that the PHP file is<br>
part of your running installation.<br>
<br>
Which version of drupal are you using?<br>
<br>
Regards,<br>
Rolfington<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Hi<br>
&gt;<br>
&gt;<br>
&gt; How to include the JS file ,<br>
&gt;<br>
&gt; I tried drupal_add_js ,<br>
&gt;<br>
&gt; but file not included<br>
&gt;<br>
&gt; Any idea<br>
</div></div>&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<font color="#888888"><br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br></div>