Page 1 of 1

Webinator - integrating java script

Posted: Tue Mar 16, 1999 11:54 am
by Thunderstone


Thunderstone Webinator Listserv,

I apologize if I've missed this in the Webinator or Texis documentation or FAQs...

But, is there any way I can include JAVA script in a search-results page? (Any tricks or tips?)

Sincerely,

Matthew Cox

LogisticsWorld
3195 Dayton-Xenia Rd, Ste 900, Box 335
Beavercreek, OH 45434
PH (937) 427-1245
FX (937) 427-1263
info@logisticsworld.com
webmaster@logisticsworld.com
http://www.logisticsworld.com
http://www.logistics-world.com
http://www.loggie.com
http://www.loglink.net





Webinator - integrating java script

Posted: Tue Mar 16, 1999 12:29 pm
by Thunderstone



You'll need to escape any part of the Javascript that is significant to
Vortex. This is generally just the beginning and end <SCRIPT> tags.
You can do this either with <send> or <VERB NOESC>. Eg.:

... Vortex code ...
<send "<SCRIPT LANGUAGE=javascript>">
... javascript ...
<send "</SCRIPT>">
... back to Vortex code ...

See the online manual for <send> and <VERB NOESC> documentation at
http://www.thunderstone.com/vortexman/node87.html and
http://www.thunderstone.com/vortexman/node52.html.

-Kai