WebHTMLViewer

Does the WebHTMLViewer only allow certain functions to run?

For example I have html code that is running an image slider via javaScript. When I try to display this in a WebHTMLViewer it looks like it doesn’t work.

Please don’t tell me this is true??

Or could it be that I am not referencing the .js file properly in my html file?

Alan

I think I may not be referencing the .js file properly, and possibly any thing else that references .css, etc in the html file. Can you tell me how best to reference it locally when I’m doing my testing, and also when I’m running from my server?

It will all have to be referenced from within the htmlviewer because it is seen as a separate document.

Greg, thanks, I was able to get it to work.