Can any JS experts help me with what I think is a pretty easy script? What I need is an input box.
Simple javascript needed....
11
Can any JS experts help me with what I think is a pretty easy script?
What I need is an input box.
User inserts a word/phrase into box and presses "go".
The word/phrase is than added to multiple URLs on the webpage, replacing some type of token.
When replacing the token, any blank spaces between keywords needs to be replaced with either: + or %20
Example..Page has following URLs:
www.Google.com/search=[keywords]
].html
Basically, it's really just a simple search/replace function, with the "find" always [keyword] but needs to be broswer based and fill in the blank spaced between keywords.
Thanks in advance...
What I need is an input box.
User inserts a word/phrase into box and presses "go".
The word/phrase is than added to multiple URLs on the webpage, replacing some type of token.
When replacing the token, any blank spaces between keywords needs to be replaced with either: + or %20
Example..Page has following URLs:
www.Google.com/search=[keywords]
].html
Basically, it's really just a simple search/replace function, with the "find" always [keyword] but needs to be broswer based and fill in the blank spaced between keywords.
Thanks in advance...
- Steve Diamond
- [ 1 ] Thanks
- [1] reply
- Kurt
- [1] reply
- raj564
- 723Media
- [1] reply
- Steve Diamond
- 723Media
- [ 1 ] Thanks
- 723Media
- [1] reply
- Steve Diamond
Next Topics on Trending Feed
-
11