Search found 6 matches

by wg@gregorigroup.com
Fri Jun 10, 2011 3:26 pm
Forum: Data Extraction and Web Screen Scraping
Topic: <textarea> tiny_MCE data insert problem
Replies: 6
Views: 5906

Re: <textarea> tiny_MCE data insert problem

Hi Tom,

Do you have any suggestions as to method for escaping my double and single quotes?

Thanks
by wg@gregorigroup.com
Wed May 25, 2011 9:47 pm
Forum: Data Extraction and Web Screen Scraping
Topic: <textarea> tiny_MCE data insert problem
Replies: 6
Views: 5906

Re: <textarea> tiny_MCE data insert problem

Thanks for the note Tom. How would you suggest that I escape the quotes... is there a function in imacro for such a step?

Wayne
by wg@gregorigroup.com
Wed May 25, 2011 1:42 am
Forum: Data Extraction and Web Screen Scraping
Topic: text [EXTRACT] part of extraction... why?
Replies: 1
Views: 1804

text [EXTRACT] part of extraction... why?

I'm using the extract command to load a variable with numerous tables... The code belows works but each new addition to the variable starts with [EXTRACT]. How do I turn that off? 'Start of Grabbing Tables SET !EXTRACT NULL 'Get Stats of number of homes SET !EXTRACT NULL TAG POS=2 TYPE=TABLE ATTR=* ...
by wg@gregorigroup.com
Wed May 25, 2011 12:11 am
Forum: Data Extraction and Web Screen Scraping
Topic: trying to load html elements into the clipboard variable
Replies: 1
Views: 1490

trying to load html elements into the clipboard variable

I'm trying to load the clipboard variable with a number of html tables but I can't seem to make it work. I have 4 tables on the same page that I'd like to stack in a variable... here's what I had tried. Any help would be appreciated. 'Get Stats of number of homes SET !EXTRACT NULL TAG POS=2 TYPE=TAB...
by wg@gregorigroup.com
Mon May 23, 2011 10:04 pm
Forum: Data Extraction and Web Screen Scraping
Topic: <textarea> tiny_MCE data insert problem
Replies: 6
Views: 5906

<textarea> tiny_MCE data insert problem

I'm using some code that I found here in the forum to push information into a <textarea> RL GOTO=javascript:void(tinyMCE.editors['article_body'].setContent('{{!VAR3}}')); It works great until the information held in the variable gets too big... Is there any way to load that huge amount of html code ...
by wg@gregorigroup.com
Mon May 23, 2011 5:16 pm
Forum: iMacros for Firefox
Topic: Tiny MCE editor and fill the field
Replies: 20
Views: 34296

Re: Tiny MCE editor and fill the field

I'm having the same problem posting to the tiny_mce url.

It works fine for smaller html strings but large ones will not post properly. My guess is that we are over running the URL length. I'd be glad to send you my variable string if you'd like to test.

Thanks