0

Hey guys I was wondering if there was a way to store highlighted text into a string variable from an embedded website? I haven’t found anything yet that has lead me to believe this is possible. Thanks in advance.

Clifford
  • 88,407
  • 13
  • 85
  • 165
Andrew Venson
  • 203
  • 5
  • 14

1 Answers1

1

See the answer that Tim Down gave to this similar question: Get the Highlighted/Selected text

If by "embedded" you are referring to a frame or iframe, then you may have to alter the javascript selectors so that they select the content inside of the frame.

gnorman
  • 163
  • 10