PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Print Results in specified frame (http://www.phpdig.net/forum/showthread.php?t=727)

ErAzoR 03-26-2004 04:21 AM

Print Results in specified frame
 
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:
PHP Code:

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


All times are GMT -8. The time now is 03:11 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.