if i want to run an applet displaying at a website (it is not on my computer ) from my local (on my computer ) html file
I'm not sure this makes sense. Who is going to view the Applet on the website and how are they going to view it? Are you sure you don't really mean you want to 'run' a Servlet?
Retired horse trader.
Note: double-underline links may be advertisements automatically added by this site and are probably not endorsed by me.
Andrew Thompson
Ranch Hand
Joined: Aug 05, 2010
Posts: 63
posted
0
abhay jain wrote:if i want to run an applet displaying at a website (it is not on my computer ) from my local (on my computer ) html file
Do you want to be able to load the applet while the computer is 'off-line'? If not, it is easy but pointless (you might as well just browser directly to the web page on the net). If so, it becomes more tricky, depending on the web page. What is the URL (link) of the applet you are interested in?
Andrew Thompson
http://pscode.org/
abhay jain
Ranch Hand
Joined: Jun 03, 2011
Posts: 130
posted
0
Andrew Thompson wrote:
abhay jain wrote:if i want to run an applet displaying at a website (it is not on my computer ) from my local (on my computer ) html file
Do you want to be able to load the applet while the computer is 'off-line'? If not, it is easy but pointless (you might as well just browser directly to the web page on the net). If so, it becomes more tricky, depending on the web page. What is the URL (link) of the applet you are interested in?
please suggest any example(s) for a beginner ..and yes, it looks pointless but i m still curious to know about it
Andrew Thompson
Ranch Hand
Joined: Aug 05, 2010
Posts: 63
posted
0
abhay jain wrote:
Andrew Thompson wrote:
abhay jain wrote:if i want to run an applet displaying at a website (it is not on my computer ) from my local (on my computer ) html file
Do you want to be able to load the applet while the computer is 'off-line'? If not, it is easy but pointless (you might as well just browser directly to the web page on the net). If so, it becomes more tricky, depending on the web page. What is the URL (link) of the applet you are interested in?
please suggest any example(s) for a beginner ..and yes, it looks pointless but i m still curious to know about it
I asked 2 questions. I will not continue until I get 2 answers.
abhay jain
Ranch Hand
Joined: Jun 03, 2011
Posts: 130
posted
0
Andrew Thompson wrote:
abhay jain wrote:
Andrew Thompson wrote:
abhay jain wrote:if i want to run an applet displaying at a website (it is not on my computer ) from my local (on my computer ) html file
Do you want to be able to load the applet while the computer is 'off-line'? If not, it is easy but pointless (you might as well just browser directly to the web page on the net). If so, it becomes more tricky, depending on the web page. What is the URL (link) of the applet you are interested in?
please suggest any example(s) for a beginner ..and yes, it looks pointless but i m still curious to know about it
I asked 2 questions. I will not continue until I get 2 answers.
i am at beginner level , i don't even know how to access or choose an applet to froma URL to perform that operation .. please help
Andrew Thompson
Ranch Hand
Joined: Aug 05, 2010
Posts: 63
posted
0
abhay jain wrote:..i don't even know how to access or choose an applet to froma URL to perform that operation .. please help
Do you know how to copy/paste an URL from your browser's address bar? If so,
Visit the page with the applet
Copy the URL
Paste it to the forum
If you cannot achieve that, I cannot help further.
i am at beginner level , i don't even know how to access or choose an applet to froma URL to perform that operation .. please help
It seems that your understanding of Applets is such that you need to do a lot of background reading before you can ask a sensible question. I still think your question does not make sense.
actually i want to say that i have no idea or clue about which site is using applet , flash or some other technique (other than java applet ) .. that's why i was confused too. hope you understand
abhay jain
Ranch Hand
Joined: Jun 03, 2011
Posts: 130
posted
0
James Sabre wrote:
abhay jain wrote:
i am at beginner level , i don't even know how to access or choose an applet to froma URL to perform that operation .. please help
It seems that your understanding of Applets is such that you need to do a lot of background reading before you can ask a sensible question. I still think your question does not make sense.
i think, you are right .. thanks .. and i am really sorry for wasting your time .
actually i want to say that i have no idea or clue about which site is using applet , flash or some other technique (other than java applet ) .. that's why i was confused too. hope you understand
I really don't understand how that site relates to anything that has been posted in this thread. It certainly has nothing to do with Applets!
actually i want to say that i have no idea or clue about which site is using applet , flash or some other technique (other than java applet ) .. that's why i was confused too. hope you understand
I really don't understand how that site relates to anything that has been posted in this thread. It certainly has nothing to do with Applets!
i have already declared about my knowledge status on applet .. sorry again.......... its my mistake
abhay jain wrote:
i have already declared about my knowledge status on applet .. sorry again.......... its my mistake
Since that site seems to use 'flash' you probably need to find a forum that deals with 'flash'.
my friend, that's why i requested to provide any example(s) that relates to remote applet , what was wrong with that request ?
As I said - there is no such thing as a remote Applet! Applets always always always run in the client browser. Applets may get information from the server but they always always always run on the client.
please also tell me if there is any way to identify that web page is using applets or not ?
You might see the Java Applet logo showing while the Applet is loading but once it is running you can't tell without looking at the page source and even then it can be partially hidden.
abhay jain
Ranch Hand
Joined: Jun 03, 2011
Posts: 130
posted
0
You might see the Java Applet logo showing while the Applet is loading but once it is running you can't tell without looking at the page source and even then it can be partially hidden.
yes .....now i got that clue thanks ...thanks..... thanks my friend
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.