Quote:
Originally Posted by segwayon
Update: Deleted the BB Code and re-installed it, and it is working again. Any way to have the search spawn another browser instance rather than using the parent browser?
|
You mean a new window? Yea it's possible. Change this code:
<input type="submit" value="Google Search" />
To:
<input type="submit" value="Google Search" target="_blank" />