Asked by duncanb7
at 2024-04-14 02:51:22
Point:500 Replies:10 POST_ID:828473USER_ID:11059
Topic:
Java Programming Language;;
Recently, I have purchase one software and it use Java applet to display the data for me
and let me to download its data and stored it a file through its software pop download menu
in Java Application. But it is really painful to click 50 files or times to download what I need.
Is there any method I could use to see the exact the download file path and filename so I could have all files
through xmlhttp request by javascript without too many clicking its download popup menu and message box .
Is there Java debugger like Firefox firebug to know where is download file path and name ?
If I know the exact path and file name, could I user xmlhttp ajax to extract all data from the software site.
People say it is not possilbe t do xmlhttp request if the javascript and request file is not in the same domain
Cross-domin xmlhttp request is impossilbe . Is it true for Ajax ?
Please advise
Duncan
and let me to download its data and stored it a file through its software pop download menu
in Java Application. But it is really painful to click 50 files or times to download what I need.
Is there any method I could use to see the exact the download file path and filename so I could have all files
through xmlhttp request by javascript without too many clicking its download popup menu and message box .
Is there Java debugger like Firefox firebug to know where is download file path and name ?
If I know the exact path and file name, could I user xmlhttp ajax to extract all data from the software site.
People say it is not possilbe t do xmlhttp request if the javascript and request file is not in the same domain
Cross-domin xmlhttp request is impossilbe . Is it true for Ajax ?
Please advise
Duncan