(Webserver3.0) Copying the HTML.Form field value into a oracle variable.

From: ad <aravind.doma_at_cwusa.com>
Date: 1999/03/01
Message-ID: <kXEC2.5$pk7.312088_at_news.cwi.net>#1/1


Oracle Guru's,
Here's one for you.

Is there a way to copy a HTML.FORM field value into a oracle variable? and Is it possible to access a oracle variable from a javascript?

Procedure X Is
tName Varchar2(50);

Begin
htp.prn('
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript"

function ftest()
{
Can i access tName here? If so how?
}

</SCRIPT>
</HEAD>
<BODY>
<FORM ......>
<INPUT TYPE="TEXT" NAME="Name">

');
//Is it possible to access the value from the above input field (Name) into the
oracle variable tName decalred above? If so how? htp.prn('
</FORM>
</BODY>

');
End;

Any help is appreciated.
Thanks a lot in advance.
AD Received on Mon Mar 01 1999 - 00:00:00 CET

Original text of this message