Question iframe?

Alexiiz

New member
Joined
Mar 29, 2010
Messages
1
Programming Experience
Beginner
Hey, I am trying to make a program to automatically update one of my blogs, but I have run into some trouble. When I try to find the name of the message box, all I get is this:


<iframe class="ctl00_ctl00_ctl00_MainContent_PageContent_BodyContentRegion_Createeditpost1_PostForm_PostBody_Editor_DesignBox" src="about:blank" style="padding: 0px; width: 100%; height: 350px;" id="ctl00_ctl00_ctl00_MainContent_PageContent_BodyContentRegion_Createeditpost1_PostForm_PostBody_Editor_designEditor"></iframe>

<html>
<head></head>
<body>Text Goes Here</body>
</html>
</iframe>


What shall I use as the ID?
 
Back
Top