Ok heres the problem
i am pulling information from a database using a drop down menu. once selected. heres the form proccess
<form action="resframe.php" method=post>
this then pops up resframe.php with the results of my drop down menu query but i want to target the result into an inline frame inside the same page and not in a seperate window.
This may be incredibly easy but i am not seeing thro the fog today.
i was using <form action="<?phpself?>" method=post> to post it into intself and use
else
include("reframe.php");
any help or a bit of wind to clear the fog will help.
Thanks