Passing extra parameter to web forms from static HTML

From: steve deno <sldcrew2k_at_yahoo.com>
Date: 4 Oct 2003 12:42:15 -0700
Message-ID: <8e6b14d8.0310041142.254f1fd7_at_posting.google.com>



Hi all,

We are running web forms servelet via a static HTML page as follows http://b22268/mdmoracle/oraclemaindtmn.html

We would like to pass an extra parameter that the forms would see as follows
http://b22268/mdmoracle/oraclemaindtmn.html?myparam=foo

Is it possible to have this type of parameter visible to forms? Possibly by attaching it to the following line in the above mentioned oraclemaindtmn.html ?

<PARAM NAME="serverArgs"
VALUE="module=c:\mdm\mdm_login.fmxuserid=user/password_at_sid">

such as <PARAM NAME="serverArgs" VALUE="module=c:\mdm\mdm_login.fmx userid=user/pass_at_sidmyparam=foo">

If so, how would forms see it?

Any ideas would be appreciated.

Thanks Received on Sat Oct 04 2003 - 21:42:15 CEST

Original text of this message