Webinator - integrating java script

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Webinator - integrating java script

Post 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




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Webinator - integrating java script

Post 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


Post Reply