Re: HTML quickform: opening a new form when process() is execuited



Yes i found one solution (Frm web group)

By the following way i can able to get the same Workspace area as the
called form.

function search_mserver_logdata($ary_sloginput_info)
{
var_dump($values);
rquire_once("Sresulet.php");
// Rediecting to the page with the same workspace area

}

inside the
----Sresulet.php---
~
~
echo "<pre>";
var_dump($values);
echo "</pre>";

~
~

Is the above way is GOOD OR any other altenative is exists

.