Consultor Eletrônico



Kbase P19641: How to submit information in an HTML form to multiple frames in Webspeed ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/4/2005
Status: Unverified

GOAL:

How to submit information in an HTML form to multiple frames in Webspeed ?

FACT(s) (Environment):

WebSpeed 3.x
WebSpeed 2.x

CAUSE:

An HTML form can only have one target.

FIX:

In order to submit the information to multiple frames you must submit the form to the main _top Frameset, then append the SRC tags that identify what HTML pages are run in the smaller frame sub-sets with the value of the field you wish to pass.

Syntax example;

Was
<FRAME NAME="binv" SRC="menu.html" >

Fixed
<FRAME NAME="binv" SRC="menu.html?field=`get-value("field")`">