How to pass textarea fields from DSP page to service

Hi,
I am trying to pass the contents of a textarea from a dsp to another dsp…
Below is part of my code:

This textarea contains one line UpdateFileContents

Here updateFile.dsp is another dsp to which i am trying to pass the values in the textarea of the current dsp.

Anyway document.form1.contentsoffile.value doesn’t seem to work.

Any suggestion on how to pass the contents of textarea to another dsp?

instead of using href, if you use a “submit” button inside your form, then all the values within the form can be automatically submitted to the target address of your form.

Your code should be like

This textarea contains one line

Refer to [url]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuite8_ga/Developer/Guides/8-0-SP1_DSP_and_Output_Template_Developers_Guide.pdf[/url] page 21 chapter “Passing Parameters with a DSP”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.