Oct 28, 2002 #1 vinayak Technical User Sep 17, 2001 50 IN Hi, I sthere any way to read the full URL typed in the browser URL field. Whether such is a technique is consistent in all browsers?
Hi, I sthere any way to read the full URL typed in the browser URL field. Whether such is a technique is consistent in all browsers?
Oct 28, 2002 #2 cian Technical User Oct 11, 2001 1,383 Are you referring to sites where you can see the same URL even though you visit many pages on the site? This is done by using frames! É :: http://www.endamcg.com:: http://www.endamcg.com/finland-gaa Upvote 0 Downvote
Are you referring to sites where you can see the same URL even though you visit many pages on the site? This is done by using frames! É :: http://www.endamcg.com:: http://www.endamcg.com/finland-gaa
Oct 28, 2002 #3 starway Programmer Jan 15, 2002 1,010 UA In order to get the URL of currently opened page, use this: [tt]url = document.location.href;[/tt] Upvote 0 Downvote
Oct 28, 2002 #4 cian Technical User Oct 11, 2001 1,383 Boy, I was WAY off the mark on that one! É :: http://www.endamcg.com:: http://www.endamcg.com/finland-gaa Upvote 0 Downvote
Boy, I was WAY off the mark on that one! É :: http://www.endamcg.com:: http://www.endamcg.com/finland-gaa