Abd
06-04-2003, 06:18 PM
Hi All,
Using this code; category = TRIM( Request.Form( "cat" ) )
I will store the variable from the textfield of a form name="cat" to a variable category.
I have two asp files, one.asp and frame.asp, the action attribute of one.asp is pointing to frame.asp. But my problem is how do I get the value enter from one.asp textfield to Frame SRC="topp.asp"; <FRAME SRC="topp.asp">, complete code bellow. I tried this but it did not work;
session("mobil")= Request.Form( "mobilenum" )
<html>
<head>
<title>Globacom</title>
</head>
<FRAMESET ROWS="8%,*">
<FRAME SRC="topp.asp" NAME=SIDEBAR SCROLLING=NO>
<FRAME SRC="center.html" NAME=CENT>
</FRAMESET>
</html>
Using this code; category = TRIM( Request.Form( "cat" ) )
I will store the variable from the textfield of a form name="cat" to a variable category.
I have two asp files, one.asp and frame.asp, the action attribute of one.asp is pointing to frame.asp. But my problem is how do I get the value enter from one.asp textfield to Frame SRC="topp.asp"; <FRAME SRC="topp.asp">, complete code bellow. I tried this but it did not work;
session("mobil")= Request.Form( "mobilenum" )
<html>
<head>
<title>Globacom</title>
</head>
<FRAMESET ROWS="8%,*">
<FRAME SRC="topp.asp" NAME=SIDEBAR SCROLLING=NO>
<FRAME SRC="center.html" NAME=CENT>
</FRAMESET>
</html>