I added a google search on my homepage. Here is the code: <iframe style="width:375px; height:70px; margin:5px;" frameborder=0 allowtransparency=yes scrolling=no src="http://search.digitalpoint.com/iframe.php?site=www.biblebaptistny.org&b=1&l=1"></iframe> Code (markup): I need to open the search results in a new window. Some help? Thanks in advance, Joshua Smith
not sure it is possible as you would need to access the form properties of the script, which is not run by you. maybe others will have a better answer for you. Good luck...
Try replacing that code with <iframe style="width:375px; height:70px; margin:5px;" frameborder=0 allowtransparency=yes scrolling=no src="http://search.digitalpoint.com/iframe.php?site=www.biblebaptistny.org&b=1&l=1" target="_blank"></iframe> Code (markup):
I no longer have it on my site so I can't swear to it but I'm pretty sure I used something like that last year on a page with ad banners. Unfortunately, I seem to have deleted the old backup copy (or I failed to copy it to this new computer).