Page 1 of 1

External JavaScript

Posted: Tue Mar 23, 2004 10:56 am
by mykim
Hi,
Does Webinator fetch URLs from an external javascript file?

The folloiwng line is within a HTML file.
<SCRIPT src="menu.js" type=text/javascript></SCRIPT>

The the menu.js has URLs and code that generates navigation menus.

What are the criteria for the JavaScript navigation menu to work with the Webinator?

I do have the JavaScript plug-in.

External JavaScript

Posted: Tue Mar 23, 2004 11:45 am
by Kai
External JavaScript files are fetched and run, if Fetch JavaScript is enabled under All Walk Settings.

The criteria for JavaScript to work with Webinator is that it be able to execute the JavaScript. Most of DOM level 0 is supported by the plugin. If the plugin is not picking up some URLs, you can try turning on Debug JavaScript for extra information; this may shed light on the issue.