Forum Moderators: open

Message Too Old, No Replies

Keywords

Dynamically insert keywords

         

golles

3:14 pm on May 25, 2005 (gmt 0)

10+ Year Member



newbie question

Assuming I have a html page that is clicked on from the SERPS, is there a way of dynamically inserting the EXACT google keywords searched on into my HTML page using javascript?

Needs to work for google and yahoo

Probably easy so forgive my lack of knowledge.

Golles

Lynque

8:02 pm on May 25, 2005 (gmt 0)

10+ Year Member



I'd suggest googling document.referrer if you insist on using JS but the same can be accomplished with a server side language and doesn't rely upon the user's JS being turned on.

Good luck