A
Anonymous
Guest
Hi Experts,
I want to pass an input value from an index page HTML to another page which has an inline frame. The inline frame is PHP. In other words:
Page1 (HTML) has a text input form which passes the value to Page2.
Page2 (PHP) GETs the Page1 value and passes it to its inline frame Page3.
Page3 (PHP) Gets the Page2 value and displays it in the inline frame.
Trouble is, the Page2 to Page3 part doesn't work. That's where I'm using HTML Form <input type=hidden name="valu" value="<? =$valu ?>">
and I've also tried value="%=request.form("value")%>">
What gives?
I want to pass an input value from an index page HTML to another page which has an inline frame. The inline frame is PHP. In other words:
Page1 (HTML) has a text input form which passes the value to Page2.
Page2 (PHP) GETs the Page1 value and passes it to its inline frame Page3.
Page3 (PHP) Gets the Page2 value and displays it in the inline frame.
Trouble is, the Page2 to Page3 part doesn't work. That's where I'm using HTML Form <input type=hidden name="valu" value="<? =$valu ?>">
and I've also tried value="%=request.form("value")%>">
What gives?