I want to check my URL is correct redirected (parameter etc.) in Chrome. In the address bar only the main URL is listed. In IE all you need is right-click -> Properties. How to obtain the same in Chrome? The URL in the source of the e.g. iframe tag doesn't solve the problem, because the page in frame makes redirects, postbacks etc without changing the source in the iframe. So you can't find the URL in the html source.

link|improve this question

80% accept rate
feedback

2 Answers

Try using "Inspect Element" over desired frame. You will see original frameset HTML code and selected page code nested.

link|improve this answer
Unfortunately you can see only the htmml code, but not the request url like in Internet Explorer. – Shurup Jan 16 at 11:58
feedback

go to the system menu (wrench/spanner) Tools -> Developer tools.

you should be able to see the frame url in there

link|improve this answer
no, it shows only the source code of the parent page, I see only the initial url of the frame. After redirect it doesn't shows the updated url. – Shurup Jan 13 at 16:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.