Wednesday, March 25, 2015

browser - How to copy text from webpage dialog?


I am using a browser based (mainly internet explorer) application, sometimes I need to click on input boxes to get the possible list of options. Is there a way to copy the popped up (like this) options' inner HTML? I am not asking the code approach but something like view source which a normal user can also view, something like this!


Note - the popped webpage dialog does not allows right click -> view source (it's disabled)


Answer



Just like the answers in the link you provided, Ctrl + C should work.


Just click on the popup and Press Ctrl + C, the text would be copied into your clipboard.


No comments:

Post a Comment