This topic is locked

displaying results on seperate page.....

10/8/2008 8:18:05 PM
PHPRunner General questions
S
steve007 author

Hi (just me again)
I'm sure this is my fault but can someone please tell me how to display results on a different page. I've got a small "employees" database with a 5 "search" boxes. You can enter information about employees into any of the boxes ie. name,department,telephone,work number,email.
When the results are displayed they are always displayed underneath the "search" boxes. Is it possible to display the results on a seperate page? It would also be helpful if at the top of the results page it showed what you had searched for (but I think I'm pushing my luck a bit there).
As always thanks in advance for any help anyone can give me

J
Jane 10/10/2008

Hi,
use following code on the Visual Editor tab to open new window with search result:

<script>

document.forms.frmSearch.target='_blank';

</script>



To add this code turn on HTML mode and add it at the end of page.

R
Rigmantas 11/1/2008

Hi,

How about master detail in new window from list page, when click on master detai link?

Rimantas

J
Jane 11/5/2008

Hi,
just edit link in the HTML mode on the Visual Editor tab directly.

Here is just a sample:

<a href=... target=_blank ...>