PC Review


Reply
Thread Tools Rate Thread

Accessing Message Editor Of Web Based Email

 
 
musicgold
Guest
Posts: n/a
 
      10th Jan 2008
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">
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error message regarding Word being my email editor Ashley Microsoft Outlook Discussion 2 19th Sep 2008 03:16 PM
VBA - Accessing Message Editor Of Web Based Email musicgold Microsoft Excel Misc 0 10th Jan 2008 12:34 AM
New message toolbar when Word is email editor jw Microsoft Outlook 1 6th Jun 2006 10:10 PM
Accessing message editor's context menu =?Utf-8?B?Y2hpbGw=?= Microsoft Outlook Program Addins 1 18th Jan 2005 03:00 PM
Word as email editor error message Cory Microsoft Outlook 1 29th May 2004 07:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:01 PM.