This topic is locked

Search result in a new window

5/14/2008 5:56:40 AM
ASPRunnerPro General questions
C
csernusoft author

Hello All,
Is it possible to open a new window with searched result when I click on the search button ?
Thanks in advance
Imre

J
Jane 5/14/2008

Imre,
to open search result in the new windiw proceed to the Vusual Editor tab, turn on HTML mode, find this code:

<FORM name=frmSearch action=TableName_list.asp method=get>



and replace it with this one:

<FORM name=frmSearch action=TableName_list.asp method=get target=_blank>

C
csernusoft author 5/14/2008

Imre,

to open search result in the new windiw proceed to the Vusual Editor tab, turn on HTML mode, find this code:
and replace it with this one:


Thank you Jane,

Imre