Connecting Tech Pros Worldwide Help | Site Map

Undefined index error when using frames

Newbie
 
Join Date: Jan 2007
Posts: 1
#1: Jan 19 '07
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="frmcriteria" action="test.php" target="_blank" onsubmit="return check(this)">

To retrieve:
$model=$_REQUEST["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
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,745
#2: Jan 19 '07

re: Undefined index error when using frames


Hi there.

Im betting its the footer frames fault :)

Could you perhaps show us the code?
Reply