Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi, I am passing data with different variables dynamically using ASP. Only the ones that have information should pass through, the rest of the variables won't be passed in the applet. Each variable name is different in param tag. Now how do i retrieve only the ones that are passed through? I don't want to use getParameter("var") and retrieve all of them..becuz it would take too long and waste time. Does anyone have any idea how to do this quickly. Thank you in advance. Sabrina
Replies: |
Sponsored Links
|