# Google flash searching

**URL:** https://forum.kirupa.com/t/google-flash-searching/205525
**Category:** Uncategorized
**Created:** [October 30, 2006, 4:11pm UTC](https://forum.kirupa.com/t/google-flash-searching/205525 "2006-10-30T16:11:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![c2k6](https://avatars.discourse-cdn.com/v4/letter/c/a9adbd/32.png) [@c2k6](https://forum.kirupa.com/u/c2k6)
#### Post date: [October 30, 2006, 4:11pm UTC](https://forum.kirupa.com/t/google-flash-searching/205525/1 "2006-10-30T16:11:33Z")

</div>

Hi want to create a simple text box that when you click Go the words inside the text box will be searched for on google! i know the html link would be :

[http://www.google.co.uk/search?hl=en&q=TEST&meta=](http://www.google.co.uk/search?hl=en&q=TEST&meta=)

with TEST being the words from the text box so using getURL i know how to acomplish that but what do i have to do if the user enters two words? with a space? google adds +  
for example

[http://www.google.co.uk/search?hl=en&q=TEST+and+TEST&meta=](http://www.google.co.uk/search?hl=en&q=TEST+and+TEST&meta=)

so that has TEST AND TEST within the box so how do i convert spaces to + then add it to the getURL to search?

Cheers for any help
