Results 1 to 3 of 3
- 05-13-2010, 11:28 PM #1
Member
- Join Date
- May 2010
- Posts
- 1
- Rep Power
- 0
Send login credentials to applet in html
Hello, Is it possible to send the login credentials in the html code as Param such as this.
<applet archive="LiveApplet.zip" />
<param name="url" value="http://xxx.xx.xx.x/" />
<param name="cabbase" value="LiveApplet.cab" />
<param name="show_logo" value="yes" />
<param name="bg_color" value="#FFFFFF" />
<param name="user_name" value="username" />
<param name="password" value="mypassword" />
</applet>
The applet prompts the user for a username and password i need to by pass the prompt.
- 05-13-2010, 11:43 PM #2
Yes the data for the applet could be sent via <param
The applet would have to be coded to check for the <param and use its value vs using a prompt to get the value.
Not very secure.
- 05-14-2010, 03:50 AM #3
Senior Member
- Join Date
- Dec 2008
- Posts
- 526
- Rep Power
- 0
But params are not the way for textfield input
you can simply use JavaScript to connect to your applet
I recomment reading this Java and JS
Report if that helped youIf my answer helped you. Please click my "REP" button and add a comment
Have a Good Java Coding :)
Similar Threads
-
[SOLVED] After login, new applet open
By neosnokia in forum New To JavaReplies: 10Last Post: 06-02-2009, 10:25 PM -
Jlabel in Login Applet
By nokomis in forum Java AppletsReplies: 3Last Post: 06-05-2008, 10:29 PM -
Applet Login System Tutorial
By Free-JavaTutorials in forum Java AppletsReplies: 0Last Post: 03-15-2008, 02:51 AM -
how to send information from applet?
By christina in forum Java AppletsReplies: 1Last Post: 08-06-2007, 04:11 AM


LinkBack URL
About LinkBacks

Bookmarks