PDA

View Full Version : Print Results in specified frame


ErAzoR
03-26-2004, 04:21 AM
hy!

I've implemented a search field in a navigation menu. When i click on the search-button, i want the results to be shown in another frame an not in my nav-frame. How can this be done?

Charter
03-29-2004, 11:52 AM
Hi. Perhaps try the following.

In the config.php file is the following:

define('LINK_TARGET','_blank'); //Target for result links

The options are basically as follows:

_blank : open in a new window
_top : open in the same window
_self : open in the same frame
_parent : open in the frameset
name : open in name frame/window