Hi,

If your using one browser like firefox I don't think there is a way to
open a result in a different browser like IE.

If your just looking to set the link target so the result opens in a
new window/tab then this should be something you can accomplish. I am
not sure exactly which API your using (and how), I don't see a link to
your page or any code so I can only suggest checking the API docs for
setting the results target.

http://code.google.com/apis/ajaxfeeds/documentation/reference.html

setLinkTarget(linkTarget)

(using the feed api)

Worst case scenario, you can also set the documents base target <base
target="new"> for example

http://www.w3schools.com/TAGS/tag_base.asp

Cheers!
Vision Jinx

On Jan 14, 2:50 pm, Jake Truenbach <[email protected]> wrote:
> Hi, I want to use Google's code for live news feed. However, I am
> wondering if its possible to modify the code so that it pops up
> another browser to the news story as opposed to linking (going right)
> from my site to the news story? Thanks.
-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.


Reply via email to