java message with VBA

L

Linda Edlund

You can import www site with Excel, but only those parts which writes in
HTML.
Java applet seems to disappear.
Is there any possibility to intercept the java message (text) with VBA

<SCRIPT LANGUAGE="JavaScript">
function choiceCheck() {
var nrTable=new Array("119b/05",-1);
var timeTable=new Array("07:16","09:50",-1);
var dateTable=new Array("23-06-2005","23-06-2005",-1); … so on

This part of data will not appear

Any suggestion
Thanks
 
B

Bob Phillips

Don't see how, as that is an instruction to HTTP to run that code when
encountered. You could read the web page, markup tags and all and extract
it, but it would need to be converted to VBA.
 
Top