0

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)

Mr.X
  • 161

1 Answers1

1

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.