Click here to Skip to main content
15,901,284 members
Home / Discussions / Article Writing
   

Article Writing

 
Questionwhat code is this written in? help? Pin
rhon1011-Jul-05 16:04
rhon1011-Jul-05 16:04 
AnswerRe: what code is this written in? help? Pin
PJ Arends1-Jul-05 16:42
professionalPJ Arends1-Jul-05 16:42 
AnswerRe: what code is this written in? help? Pin
Michael P Butler1-Jul-05 23:08
Michael P Butler1-Jul-05 23:08 
AnswerRe: what code is this written in? help? Pin
Tom Archer11-Jul-05 6:19
Tom Archer11-Jul-05 6:19 
GeneralEvent fired on killing an application fromTaskManager Pin
manivannan.p1-Jul-05 1:46
manivannan.p1-Jul-05 1:46 
GeneralRe: Event fired on killing an application fromTaskManager Pin
Vasudevan Deepak Kumar26-Jul-05 18:46
Vasudevan Deepak Kumar26-Jul-05 18:46 
GeneralRegular Expression In JavaScript Pin
vondon24-Jun-05 11:51
vondon24-Jun-05 11:51 
GeneralRe: Regular Expression In JavaScript Pin
Erik Thompson24-Jun-05 12:57
sitebuilderErik Thompson24-Jun-05 12:57 
Use the method getElementsByTagName with the arguement "mso:Date_x0020_updated" which will return u a collection of those objects in the html page. Then with each HTML object call "innerText" or "innerHTML" to obtain the content between the object tags. No need for regular expressions to do this. or if getElementsByTagName is not available and you are using the HTMLDOM then try the document.all.tags("mso:Date_x0020_updated") to get a collection of objects and then for each item in the collection use innerText or innerHTML.

Cheers,
-Erik
GeneralLooking for code coverage tool supports both Java and C/C++ Pin
enjoycrack23-Jun-05 23:36
enjoycrack23-Jun-05 23:36 
GeneralUsing Context Free Grammers Pin
fordge19-Jun-05 22:09
fordge19-Jun-05 22:09 
GeneralSoftPhone Pin
ajmalsiddiqi17-Jun-05 20:13
ajmalsiddiqi17-Jun-05 20:13 
GeneralAutoSave Active Documents (Windows) Pin
Amir-ul-Amin17-Jun-05 3:24
Amir-ul-Amin17-Jun-05 3:24 
Generaleventviewer collector and inspector Pin
sadyer8-Jun-05 5:47
sadyer8-Jun-05 5:47 
GeneralRe: eventviewer collector and inspector Pin
Blake Miller20-Jun-05 12:55
Blake Miller20-Jun-05 12:55 
GeneralAutoCorrect Pin
Shamshad Ali Khatri7-Jun-05 23:44
Shamshad Ali Khatri7-Jun-05 23:44 
GeneralImplementing Custom IMembership Conditions Pin
Chad Stoker3-Jun-05 9:16
Chad Stoker3-Jun-05 9:16 
Generalxls to pdf conversion Pin
Member 199825031-May-05 2:47
Member 199825031-May-05 2:47 
QuestionA vs.net Add-in sample for add control(s) at design-time ? Pin
David Wuu28-May-05 16:46
David Wuu28-May-05 16:46 
AnswerRe: A vs.net Add-in sample for add control(s) at design-time ? Pin
Member 168912329-May-05 17:11
Member 168912329-May-05 17:11 
GeneralFinger Print Recognition Algos/Method Pin
majidbhutta26-May-05 4:24
majidbhutta26-May-05 4:24 
GeneralConverting a Dll To Lib File Pin
Ecologic25-May-05 5:07
Ecologic25-May-05 5:07 
GeneralRe: Converting a Dll To Lib File Pin
Toby Opferman24-Jun-05 7:07
Toby Opferman24-Jun-05 7:07 
GeneralRe: Converting a Dll To Lib File Pin
Manmohan Singh Sarwara26-Jun-05 2:25
Manmohan Singh Sarwara26-Jun-05 2:25 
GeneralRe: Converting a Dll To Lib File Pin
Toby Opferman26-Jun-05 11:36
Toby Opferman26-Jun-05 11:36 
GeneralBHO OnSubmit Event customisation Pin
Member 161855823-May-05 21:25
Member 161855823-May-05 21:25 

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.