Either Applet.getCodeBase() or getDocumentBase() (I forget which) will give you the URL of the page that served the applet, but I don't think that it includes the parms.
HTH, DR At 12:36 PM 8/21/2002 -0400, you 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 > >I have searched a few books and google, but didn't get anywhere. Any >help is appreciated. > >Patrick > >To change your membership options, refer to: >http://www.sys-con.com/java/list.cfm To change your membership options, refer to: http://www.sys-con.com/java/list.cfm
