External JavaScript

Post Reply
mykim
Posts: 5
Joined: Mon Mar 15, 2004 1:41 pm

External JavaScript

Post 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.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

External JavaScript

Post 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.
Post Reply