There is a webpage I'm trying to write a script for, and that page
contains a Javascript block like this:
<script language="JavaScript" type="text/javascript">
var _editor_lang = "en";
var _jive_is_reply = "true";
var _jive_gui_quote_text = "BLAH BLAH BLAH BLAH BLAH";
var _jive_tables_enabled = "true";
var _jive_images_enabled = "true";
</script>
I need to get that BLAH BLAH BLAH text (because I want to insert it
elsewhere), but how do I extract it?
thanks,
Seven
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.