Hello,
I am using a page that has a dropdown list. when the user selects an item from the list and click on submit button, it opens a new page and displays the selected item.
I've used [post] as method in my form. and request to retrieve the selected value:
<form method="POST" name="frmcriter ia" action="test.ph p" target="_blank" onsubmit="retur n check(this)">
To retrieve:
$model=$_REQUES T["cbomodel"];
It works fine. But i included a frame tht displays footer info. Now when i open the page, i get the error Notice: Undefined index:cbomodel. ..
Can u please help?
thnk u
I am using a page that has a dropdown list. when the user selects an item from the list and click on submit button, it opens a new page and displays the selected item.
I've used [post] as method in my form. and request to retrieve the selected value:
<form method="POST" name="frmcriter ia" action="test.ph p" target="_blank" onsubmit="retur n check(this)">
To retrieve:
$model=$_REQUES T["cbomodel"];
It works fine. But i included a frame tht displays footer info. Now when i open the page, i get the error Notice: Undefined index:cbomodel. ..
Can u please help?
thnk u
Comment