Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
AnswerRe: Video handling Pin
Pete O'Hanlon24-Jul-07 0:39
mvePete O'Hanlon24-Jul-07 0:39 
QuestionRe: Video handling Pin
pavya_Cool24-Jul-07 0:57
pavya_Cool24-Jul-07 0:57 
AnswerRe: Video handling Pin
Pete O'Hanlon24-Jul-07 1:03
mvePete O'Hanlon24-Jul-07 1:03 
QuestionRe: Video handling Pin
pavya_Cool24-Jul-07 1:15
pavya_Cool24-Jul-07 1:15 
AnswerRe: Video handling Pin
Pete O'Hanlon24-Jul-07 1:59
mvePete O'Hanlon24-Jul-07 1:59 
QuestionImage Processing on WinCE Pin
MyronM23-Jul-07 19:35
MyronM23-Jul-07 19:35 
AnswerRe: Image Processing on WinCE Pin
Christian Graus23-Jul-07 20:00
protectorChristian Graus23-Jul-07 20:00 
QuestionHi.. i need to get the Value or text inside the IFrame using VBScript Pin
SelvaGanesh G23-Jul-07 19:23
SelvaGanesh G23-Jul-07 19:23 
Hi..
Im using IFrame as my body in my aspx page to generate Emails. To edit IFrame i just wrote the following code in Javascript..

IFrame1.document.designMode="On";

After this line is executed the Iframe is editable and i can type any text inside iframe.
Now Im using VBScript to create a word application as an object for spell checking. In this case I need to pass the Text of the iframe as a parameter value to VBScript funtion i wrote.
The issue is i cant get the Value or text inside the IFrame using VBScript.
i wrote the above code in VBScript Function but it is not getting the text inside the iframe.

set Ctrl = document.getElementById("IFrame1")
MsgBox(Ctrl.innerText)

How to get the value or innertext of the iframe using vbscript or the other way is how can i create a word as an object and using that object how can i spell check in Javascript?
pl. help me in this issue. im working for this for the past 1 week. its urgent.
Thanks in advance


Selvaganesh.G

AnswerRe: Hi.. i need to get the Value or text inside the IFrame using VBScript Pin
Paul Conrad23-Jul-07 19:43
professionalPaul Conrad23-Jul-07 19:43 
GeneralRe: Hi.. i need to get the Value or text inside the IFrame using VBScript Pin
SelvaGanesh G23-Jul-07 20:21
SelvaGanesh G23-Jul-07 20:21 
GeneralRe: Hi.. i need to get the Value or text inside the IFrame using VBScript Pin
Paul Conrad23-Jul-07 20:31
professionalPaul Conrad23-Jul-07 20:31 
QuestionReturn type Pin
srujana_m23-Jul-07 19:08
srujana_m23-Jul-07 19:08 
AnswerRe: Return type Pin
Christian Graus23-Jul-07 19:19
protectorChristian Graus23-Jul-07 19:19 
GeneralRe: Return type Pin
Paul Conrad23-Jul-07 19:41
professionalPaul Conrad23-Jul-07 19:41 
AnswerRe: Return type Pin
Marcin Pitek23-Jul-07 19:41
Marcin Pitek23-Jul-07 19:41 
AnswerRe: Return type Pin
Vikram A Punathambekar23-Jul-07 23:10
Vikram A Punathambekar23-Jul-07 23:10 
GeneralRe: Return type Pin
srujana_m24-Jul-07 1:41
srujana_m24-Jul-07 1:41 
QuestionAttempt to read arite protected memory Pin
Rao Rafique23-Jul-07 18:53
Rao Rafique23-Jul-07 18:53 
AnswerRe: Attempt to read arite protected memory Pin
Christian Graus23-Jul-07 19:21
protectorChristian Graus23-Jul-07 19:21 
QuestionHow to add string to file at nth line at 5th index using File stream Pin
Chintan.Desai23-Jul-07 18:03
Chintan.Desai23-Jul-07 18:03 
AnswerRe: How to add string to file at nth line at 5th index using File stream Pin
Christian Graus23-Jul-07 18:23
protectorChristian Graus23-Jul-07 18:23 
Questionneeds advise Pin
cyn823-Jul-07 17:50
cyn823-Jul-07 17:50 
AnswerRe: needs advise Pin
Christian Graus23-Jul-07 18:25
protectorChristian Graus23-Jul-07 18:25 
QuestionDrawing in OnPaint altenatives? Pin
cyn823-Jul-07 17:36
cyn823-Jul-07 17:36 
AnswerRe: Drawing in OnPaint altenatives? Pin
Christian Graus23-Jul-07 18:26
protectorChristian Graus23-Jul-07 18:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.