Javascript support in HTML viewer

shunte

Member²
I've a couple of solutions that return simple reports in HTML format directly from the database.

A handful of these reports also contain Javascript, mainly to leverage Google Visualization.

Is it possible to get the HTML "browser view" to support scripting?

I realize that it may be disabled for security reasons
 
I think it should work. If you disable the "Use internal HTML viewer" option (Tools > Preferences > User Interface > Options), PL/SQL Developer will use the HTML engine of Internet Explorer to display HTML. This should at least technically support Java script.
 
Apologies for not getting back sooner

Disabling the internal viewer didn't get us there, but configuring an external viewer does the trick

Thanks for pushing me in the right direction

For those wondering why the need for JavaScript, we're using Google's Visualization engine to give some interesting quick and dirty views on our data
 

Similar threads

Back
Top