Results 1 to 20 of 28
- 06-19-2010, 04:22 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
- 06-19-2010, 05:13 PM #2
Where did you see that message? Where you loading an html page with an applet tag?
Were there messages in the browser's Java console?
What version of java do you have? What OS are you on?
- 06-19-2010, 07:46 PM #3
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
Hey,
I have Java version 6 update 20, and windows 7.
It's hard to explain what kind of website, try it out and tell me if you can get it to work :P.
here is the link (it's completely risk free)
APST IPAS
just click proceed, and see if you can access the test.
thanks
- 06-19-2010, 08:16 PM #4
I was able to load the page with an applet.
What browser are you using? What is in the browser's Java Console?
- 06-19-2010, 09:00 PM #5
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
I use Mozilla Firefox, and when I click on tools/java console, nothing happens :(.
What are you using? Maybe if I download what you're using I could get it to work.
thanks for the effort anyway.
- 06-19-2010, 09:20 PM #6
I used Chrome. The Java console:
When I just tried Firefox, I got the same error message that you did.Java Plug-in 1.6.0_20
Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Owner
...
Initialising ipas.test.TestMouseInput
Initialising ipas.test.TestKeyboardInput
I guess the site developers don't know about the FF browser.
Looking at the site's html I see the following:
There appears to be hardcoded references 1.4.1 Not sure what the above does. But must be different in FF than in Chrome.<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width ="200"
height="100" align="baseline"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,1,mn">
<PARAM name="code" value="ipas.test.TestMouseInput">
<PARAM name="codebase" value="./">
<PARAM name="type" value="application/x-java-applet;jpi-version=1.4.1">
<PARAM name="scriptable" value="true">
<param name="id" value="mao3q6u92s5komsp910rhupet3">
No Java 2 SDK, Standard Edition v 1.4.1 support for APPLET!!
</OBJECT>
BTW I had to use my proxy server to capture the source. They have a clever site that masks View Source in my browser.Last edited by Norm; 06-19-2010 at 09:29 PM.
- 06-20-2010, 01:09 AM #7
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
Ok, what is a proxy server? (sorry I don't know a lot about these things)
I'll try with another browser
- 06-20-2010, 02:47 AM #8
I have a test server that serves as a proxy for browsing. I set the browser to use 127.0.0.1 as proxy and every request it makes goes thru my server before going out on the internet.
My server displays all communication in a trace log. It also cache's all files received from the internet. So after I browse a site, the files that are displayed in my browser have been written to a disk file by the server.
For the case above, I was unable to do a "View Source" from my browser. So I set the browser to use the proxy, started the server and "browsed" the site. When done the HTML was a disk file.
To test the another browser, try to find some HTML that uses the <Object tags as shown above to see what it does with them. Chrome wasn't bothered. FF and IE failed.
- 06-20-2010, 05:34 AM #9
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
If my answer helped you. Please click my "REP" button and add a comment
Have a Good Java Coding :)
- 06-20-2010, 11:48 AM #10
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
hey, thanks for the help, I got it work with chrome...atleast almost :P.
Did you actually access the test ( the first one is a ball test), becaue it loaded for me, but then I got an error message saying "ipasinfo::Database problem Unknown session"
- 06-20-2010, 12:41 PM #11
WHoops. The site does work with IE8. I was using the html page I had captured to test and got the error.
- 06-21-2010, 06:50 AM #12
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
- 06-21-2010, 02:57 PM #13
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
hmm..well I can't find a way to modify the browsers java settings, atleast not in Chrome :S.
It's weird, it loads the first test the "ball game" properly, but then it jumps to and error message.
- 06-21-2010, 03:05 PM #14
Can you screen print the message and post it here.then it jumps to an error message.
- 06-21-2010, 07:07 PM #15
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
This is how it looks like
http://i272.photobucket.com/albums/j...rormessage.png
- 06-21-2010, 07:09 PM #16
No idea.
Have you tried emailing the site and asking them?
- 06-21-2010, 07:11 PM #17
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
yeah, I have (with no response)...this is very weird. What can you have that makes it work, while mine doesnt :D.
- 06-21-2010, 07:22 PM #18
I just went to the site again and continue on past the data collection form and get the SAME problem as you do. That was in Chrome
Why do you think this site works? Do you know anyone that has gotten past that screen?
@WebUser How far into the site did you go?
- 06-21-2010, 07:26 PM #19
Member
- Join Date
- Jun 2010
- Posts
- 10
- Rep Power
- 0
well, yeah I know people have been taking this test, but that was a while ago though.
But yeah it would be great to know how far WebUser got, after all, I think they would have removed this test if it didnt work.
- 06-22-2010, 05:25 AM #20
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
Similar Threads
-
programming website?
By ragarwal in forum Forum LobbyReplies: 11Last Post: 12-21-2009, 12:37 PM -
migrate JSP website
By valhensing in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 12-14-2009, 03:34 PM -
set up tomcat on website
By hunterbdb in forum Java ServletReplies: 1Last Post: 04-22-2009, 06:52 AM -
Writing to a website
By Shawn in forum New To JavaReplies: 6Last Post: 03-20-2009, 12:32 PM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks