Click here to Skip to main content
15,914,016 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to access controls in microsft webbrowser Pin
smr8525-Jan-06 9:30
smr8525-Jan-06 9:30 
GeneralRe: how to access controls in microsft webbrowser Pin
Matthew Hazlett25-Jan-06 14:00
Matthew Hazlett25-Jan-06 14:00 
GeneralRe: how to access controls in microsft webbrowser Pin
smr8525-Jan-06 20:05
smr8525-Jan-06 20:05 
QuestionMicrosoft VBScript runtime error '800a01a8' Object required: '' Pin
ramani.r24-Jan-06 20:27
ramani.r24-Jan-06 20:27 
AnswerRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
Guffa24-Jan-06 20:50
Guffa24-Jan-06 20:50 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
ramani.r24-Jan-06 21:45
ramani.r24-Jan-06 21:45 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
Matthew Hazlett24-Jan-06 22:12
Matthew Hazlett24-Jan-06 22:12 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
ramani.r24-Jan-06 22:39
ramani.r24-Jan-06 22:39 
Hi
tnx, am using classic ASP.first time my pgm run correctly. My code is
plz give me any idea
<br />
<%<br />
dim fs,fo,file,fsource<br />
set fs=Server.CreateObject("Scripting.FileSystemObject")<br />
<br />
select case rbtn<br />
case "DATA"<br />
	fsource=server.MapPath("data/")<br />
case "PT"<br />
	fsource=server.MapPath("PT/")<br />
case "RPT"<br />
	fsource=server.MapPath("RPT/")<br />
case "JKI"<br />
	fsource=server.MapPath("JKI/")<br />
end select<br />
set fo=fs.GetFolder(fsource)<br />
for each file in fo.files<br />
if len(day(file.DateLastModified))<2 then<br />
	dd="0" & day(file.DateLastModified)<br />
else<br />
	dd= day(file.DateLastModified)<br />
end if<br />
if  Len(month(file.DateLastModified))<2 then<br />
	mm="0"& month(file.DateLastModified)<br />
else<br />
	mm=month(file.DateLastModified)<br />
end if<br />
yy=year(file.DateLastModified)<br />
d=dd & "/" & mm & "/" & yy<br />
d1=Request.QueryString("txtdate")<br />
<br />
if d=d1 then<br />
   file.Delete<br />
end if<br />
next<br />
set file=nothing<br />
set fo=nothing<br />
set fs=nothing<br />
%><br />
<br />

GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
Matthew Hazlett24-Jan-06 23:16
Matthew Hazlett24-Jan-06 23:16 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
ramani.r24-Jan-06 23:26
ramani.r24-Jan-06 23:26 
GeneralRe: Microsoft VBScript runtime error '800a01a8' Object required: '' Pin
Matthew Hazlett25-Jan-06 14:07
Matthew Hazlett25-Jan-06 14:07 
QuestionSorting Non Database Columns Pin
NagarajanPrabhu24-Jan-06 19:48
NagarajanPrabhu24-Jan-06 19:48 
AnswerRe: Sorting Non Database Columns Pin
Guffa24-Jan-06 21:19
Guffa24-Jan-06 21:19 
QuestionGetting data off existing web pages Pin
mysticas24-Jan-06 12:49
mysticas24-Jan-06 12:49 
AnswerRe: Getting data off existing web pages Pin
DavidNohejl24-Jan-06 13:15
DavidNohejl24-Jan-06 13:15 
QuestionProblem using the datepicker form Doug Wilson. Pin
ChrisVeale24-Jan-06 11:56
ChrisVeale24-Jan-06 11:56 
QuestionHow to create browser without "Min" "Max" and "Close" at the top right corner Pin
rpkumar23-Jan-06 17:46
rpkumar23-Jan-06 17:46 
AnswerRe: How to create browser without "Min" "Max" and "Close" at the top right corner Pin
Sushant_Mathur23-Jan-06 23:43
Sushant_Mathur23-Jan-06 23:43 
AnswerRe: How to create browser without "Min" "Max" and "Close" at the top right corner Pin
Shog924-Jan-06 13:15
sitebuilderShog924-Jan-06 13:15 
QuestionHow to send email on a perticular date and time? Pin
vicky45723-Jan-06 13:56
vicky45723-Jan-06 13:56 
AnswerRe: How to send email on a perticular date and time? Pin
Guffa23-Jan-06 20:46
Guffa23-Jan-06 20:46 
QuestionCopy Web feature in VS2005 fails (take two)... Pin
Jesse Evans23-Jan-06 7:37
Jesse Evans23-Jan-06 7:37 
QuestionTreeview control auto post back Pin
K.P.Kannan23-Jan-06 7:23
K.P.Kannan23-Jan-06 7:23 
QuestionProblem getting web types (web pages) when I do Assembly.GetExecutingAssembly.GetTypes() !!! Pin
Ronen Tidhar23-Jan-06 4:28
Ronen Tidhar23-Jan-06 4:28 
QuestionWant to add a grid in web page using ASP Pin
Anaha23-Jan-06 0:45
Anaha23-Jan-06 0:45 

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.