Re:How to search for videos using multiple words
Tuesday, 18 March 2008 06:52
Thank you for use.
Set words: web,2.0 HTML XML
output javascript code:
this.channellist = [\"web,2.0\",\"HTML\",\"XML\"];
first (search word) : web,2.0
second : HTML
third : XML
Set words: web 2.0 HTML XML
ouput javascript code:
this.channellist = [\"web\",\"2.0\",\"HTML\",\"XML\"]
first (search word) : web
second : 2.0
third : HTML
.
Please delimit it in space.
example : web 2.0 HTML XML Joomla Module Component
first search word : web
second : 2.0
third : HTML
.
.
.
However, it is necessary to note it.
Nothing is displayed when there is no result.
Thanks.
Last update:Tuesday, 18 March 2008 07:06