Forum Moderators: open

Message Too Old, No Replies

a form shown in another frame?

         

zozzen

3:36 am on Feb 21, 2008 (gmt 0)

10+ Year Member



Hi, I've finished the php for the search box,
but i would like the search results to be shown in another frame, like this:
________________________________
¦ Search box ¦
¦______________________________¦
¦ ¦
¦ Show results ¦
¦ ¦
¦ ¦
------------------------------

How could I "redirect" my search results into another frame?

Thanks for all hints and advices.

le_gber

11:02 am on Feb 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could try using the target="otherframename" on your search <form> tag

zozzen

1:05 pm on Feb 21, 2008 (gmt 0)

10+ Year Member



thanks! seems that i've asked a stupid question. i forgot <form> can set a value for target.