> I need a php-function which calls a html-page to appear
> in the same
> frame like this:
> if(password == ok)
> {
> call_page(test.htm, "oneframe");
> }
hi!
you can set the new location in the header:
header("Location: test.htm?param1=xxx");
Wolfgang