> You can probably have your applet call a JavaScript method to get that > info. > --- Patrick Li <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am try to get the URL, including parameters passed to it, of the page > > that contains an applet while running the applet itself. The form of url > > will be something like this: > > > > http://host.com/default.htm?parm1=xxx.yyy
Another way would to use a servlet or JSP (or, even, Perl or PHP CGI) to generate the page that contains the applet and pass the URI and the request parameters in as a parameter to the <APPLET> tag. regs scot. To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
