![]() |
Sergey Kornilov admin 3/5/2011 |
Run both searches using either search panel or advanced search page. Save both URLs and add two links/buttons on the List page that point to respective URLs. This is it. |
C
|
CodeDog author 3/5/2011 |
Run both searches using either search panel or advanced search page. Save both URLs and add two links/buttons on the List page that point to respective URLs. This is it.
|
![]() |
Sergey Kornilov admin 3/5/2011 |
Not sure why 'Show all' button behaves this way but here are other answers. window.location = "http://www.google.com/"
|
C
|
CodeDog author 3/5/2011 |
Not sure why 'Show all' button behaves this way but here are other answers. You can use 'Insert button' feature in PHPRunner and the following redirect code in ClientBefore event: window.location = "http://www.google.com/"
|