Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default VBA - Accessing Message Editor Of Web Based Email


Hi All,

I am trying to fill out my yahoo email's 'Compose email' Form using
VBA. I have a workbook with a list of email addresses and text messages
to be send. I am primarily using getElementsByTagName(), and able to
open a new yahoo page, log in, create a new email, populate the
addressfields,and subject field.

However, I am not able to write anything in the message editor ( the
part where we write the actual message). The following is a part of the
HTML code related to the message editor. Please suggest what I should
do? Thanks. MG.


Code:
--------------------
div id="RTEContainer" style="position:relative;top=0px;left=0px;" width="100%"
textarea name="Body" id="bodyfield" style="display:none;"/textarea
script type="text/javascript"

var editor = new RTEEditor(idGenerator);
editor.SetLocation("ca");
editor.SetIconVersion("1");
editor.SetFarmPath("http://ca.f309.mail.yahoo.com/ym");
editor.SetSpellCheck(true);
editor.SetSpellCheckCB(SpellCheck_Click);
editor.Instantiate();
/script /div input type=hidden name=Format id=Format value="html"

--------------------




--
musicgold
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Send spreadsheet as email message dan Excel Discussion (Misc queries) 4 September 8th 06 10:20 PM
Accessing sheets based on cell contents Mike Excel Worksheet Functions 3 August 25th 06 08:31 AM
email excel spreadsheet as body of message, not as attachment Email Spreadsheet as Body of Email Msg. Excel Discussion (Misc queries) 5 June 12th 06 03:23 PM
Email editor closes when forwarding Excel-embedded email Bambina Setting up and Configuration of Excel 0 March 16th 06 10:45 PM
How do i include the original workbook in the email message creat. ebxr8 Excel Discussion (Misc queries) 4 April 9th 05 12:25 AM


All times are GMT +1. The time now is 04:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"