Undefined index error when using frames

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalini11
    New Member
    • Jan 2007
    • 1

    Undefined index error when using frames

    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
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi there.

    Im betting its the footer frames fault :)

    Could you perhaps show us the code?

    Comment

    Working...