home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
searches
/
jsexec.xml
< prev
next >
Wrap
Text File
|
2002-12-14
|
916b
|
30 lines
<search function="jsexec">
<name>Execute Javascript</name>
<description>
Execute a javascript script.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>jsexec "pneumonoultramicroscopicsilicovolcanoconiosis".length</td></tr>
<tr><td>jsexec alert("Hello world !")</td></tr>
<tr><td>jsexec var info="Hello world !";alert(info)</td></tr>
</table>
</description>
<category>Computers<category>Programming</category></category>
<link></link>
<contributor>MLL</contributor>
<script><![CDATA[
function jsexec(q)
{
if( nullArgs( "jsexec", q ) ) return false;
setSearchWindowText(eval(q));
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>