Click here to Skip to main content
15,905,607 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP Pin
Sushant_Mathur4-Apr-06 22:44
Sushant_Mathur4-Apr-06 22:44 
Questionin asp Pin
casimirrex4-Apr-06 22:01
casimirrex4-Apr-06 22:01 
QuestionUrgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 20:28
giftsana4-Apr-06 20:28 
AnswerRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 20:51
Sushant_Mathur4-Apr-06 20:51 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 21:18
giftsana4-Apr-06 21:18 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 22:07
giftsana4-Apr-06 22:07 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 22:35
Sushant_Mathur4-Apr-06 22:35 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:06
giftsana4-Apr-06 23:06 
Hi Sushant
Thanks again for informing me of the above.

I tried running it with again,
but i still cant see the Log file created?

Below is my code, cld you suggest me where am i going wrong?




<title>DaVinci Driver Logger




Set objfso = CreateObject("scripting.filesystemobject")
Function read_data()

s = ""
Set f = objfso.GetFile("c:\DaVinci-1 Latest Driver List (US).htm")
Set ts = f.openastextstream(1,0)
s = s & ts.readall
ts.close
set ts = objfso.CreateTextFile("c:\DaVinciLog.txt",true,false)
s = clearAllTags(s)
ts.write s
ts.close

End Function

Function clearAllTags(s)
Dim re
Set re = New RegExp
re.Pattern = "(<[^>]*>)"
re.Global = True
re.IgnoreCase = True
clearAllTags = re.Replace(s,"");

End Function








Sincerely
Giftsana
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:09
giftsana4-Apr-06 23:09 
AnswerRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 23:19
Sushant_Mathur4-Apr-06 23:19 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:36
giftsana4-Apr-06 23:36 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 23:45
Sushant_Mathur4-Apr-06 23:45 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:54
giftsana4-Apr-06 23:54 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur5-Apr-06 0:00
Sushant_Mathur5-Apr-06 0:00 
GeneralRe: got solution! Pin
giftsana5-Apr-06 0:24
giftsana5-Apr-06 0:24 
GeneralRe: got solution! Pin
Sushant_Mathur5-Apr-06 0:31
Sushant_Mathur5-Apr-06 0:31 
GeneralRe: got solution! Pin
giftsana6-Apr-06 0:52
giftsana6-Apr-06 0:52 
AnswerRe: got solution! Pin
Sushant_Mathur6-Apr-06 20:09
Sushant_Mathur6-Apr-06 20:09 
GeneralRe: got solution! Pin
giftsana6-Apr-06 20:29
giftsana6-Apr-06 20:29 
Questionfollow vertical scroll bar Pin
e32magic4-Apr-06 13:51
e32magic4-Apr-06 13:51 
AnswerRe: follow vertical scroll bar Pin
Sushant_Mathur4-Apr-06 20:11
Sushant_Mathur4-Apr-06 20:11 
Questionhelp me ..... rss to asp Pin
zybernau4-Apr-06 9:14
zybernau4-Apr-06 9:14 
AnswerRe: help me ..... rss to asp Pin
Sushant_Mathur4-Apr-06 20:28
Sushant_Mathur4-Apr-06 20:28 
Questionuse javascript to check for .Net framework Pin
kani984-Apr-06 6:14
kani984-Apr-06 6:14 
AnswerRe: use javascript to check for .Net framework Pin
Vasudevan Deepak Kumar4-Apr-06 21:25
Vasudevan Deepak Kumar4-Apr-06 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.