Asked by duncanb7
at 2024-05-05 03:16:22
Point:500 Replies:9 POST_ID:828497USER_ID:11059
Topic:
Java Programming Language;;
I get Java Applet running in my Firefox, and I also get all class file from the site approval,
In the applet application on PC's firefox, I need to click one button in applet area to send out request to the server and the request path is always changed(Checked by Charlies' http proxy) , I think it is for security issue or other issue I don't know.
If i know the exact file path name with its change that will help me a lot of to do file download automation.
Now can I know what is click function in java applet if I have all its class file ?
The reququest: http:/Data1.example.com?a=1&u=5&t=1345679000&d=eoouewroewooerowero
Where t and d variable is always changing with Date() and Time()
Any I try the NetBeans IDE that does nothing to me.
In Eclicps, I am I trying to download the software now, Is it helping me ?
Any Good Java Applet Monitor software avaiable to trace all Java Applet action in Broswer ?
Please advise
Ducan
In the applet application on PC's firefox, I need to click one button in applet area to send out request to the server and the request path is always changed(Checked by Charlies' http proxy) , I think it is for security issue or other issue I don't know.
If i know the exact file path name with its change that will help me a lot of to do file download automation.
Now can I know what is click function in java applet if I have all its class file ?
The reququest: http:/Data1.example.com?a=1&u=5&t=1345679000&d=eoouewroewooerowero
Where t and d variable is always changing with Date() and Time()
Any I try the NetBeans IDE that does nothing to me.
In Eclicps, I am I trying to download the software now, Is it helping me ?
Any Good Java Applet Monitor software avaiable to trace all Java Applet action in Broswer ?
Please advise
Ducan