Pro JavaExpert level Java questions not about a specific book. Please indicate your version.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro Java section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
any idea how i can pass variables from a java applet to an asp page.
im using an applet to upload multiple files, i cant get file names of files passed through to the browser, so i can see whats uploaded.
Perhaps u could try calling the ASP page thru the URL string thing and send the parameters thru the string itself . So a simple example of this would be when u logon into some page thru your username and passwrod , u see your Username in the "Adress" bar , and the check sum of your password . This is the data that the login page transfers to the subsequent page to retrieve your data .
In your case the login page would be the JSP page and the subsequent page would be the ASP page .