View Full Version : How to open site-search results in new/blank target frame (new window)?
k.tissingh409033
06-12-2010, 02:52 AM
I've just installed Google Site search extension and need to open the results in a new window (blank target frame). However, the "target" selection box under "Properties" appears to be grayed out, and therefore cannot be used. How can I solve this problem? Do I have to go directly to the source code and add target= "blank" somewhere? Can you help me out?
Jimmy Wu
06-14-2010, 11:00 AM
If you find the form that was added for the search and find the form tag that should look like this:
<form method="get" action="http://www.google.com/custom">
You would want to modify it to look like this:
<form method="get" action="http://www.google.com/custom" target="_blank">
k.tissingh409033
06-15-2010, 05:03 AM
It works! Many thanks.
Jimmy Wu
06-15-2010, 02:11 PM
Great to hear it. If you run into any additional issues, feel free to open a new thread.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.