URL tracking functionality
Posted
by
Mika H.
on Stack Overflow
See other posts from Stack Overflow
or by Mika H.
Published on 2012-11-17T18:41:01Z
Indexed on
2012/11/18
23:01 UTC
Read the original article
Hit count: 253
I want my webpage to have two parts. The top part has a textbox. When the user types a URL into the textbox, the bottom part browses to the content of that URL. When the user clicks a link within the bottom part, the bottom part navigates to the new URL, and the textbox in the top part changes to the new URL. How can I do it?
NOTE: This behavior is the same as in Google Translate (e.g. here), but without any translation.
© Stack Overflow or respective owner