How to cahnge the value of action attribute of <Form> tag

Hi All,

I have a task to post data thru a form, for this I need to change the action attribute of the tag. Please guide me how to do…?

or pls suggest any way to accomplish this task.

eg:-

I need to change action attribute…

regards

krish

Subject: how to cahnge the value of action attribute of tag

Hi, just use some pass thru HTML:

/FORM>]

This closes the form that domino creates by default, and starts your own.
Domino will then automatically close your form at the end

HTH

Kiers

Subject: RE: how to cahnge the value of action attribute of tag

That does not always work!!! For example what if you have your form inside a DIV tag or any other tag for that matter? Now you cannot close the div tag AFTER the form tag because Notes is automatically generating it!

If Notes would just give us the option to turn off/on (or edit) its form tags then everyone’s problem’s would be solved.