hi
I have used the below code
<script type="text/vbscript">
sFolder = "C:\new"
Set oFSO = CreateObject("S cripting.FileSy stemObject")
Set nFiles = oFSO.GetFolder( sFolder).Files
document.write "No of Files --------- " & nFiles.count
</script>
and its working fine for getting the no of files in a folder..
...
User Profile
Collapse
-
Urgent!
Hi
How to monitor a folder when a new file is added to it..in vb script
could you please send me the coding for this
regards
meenu -
URGENT : create folder using vb script in ftp server
hello
could u please send me the code for creating a folder in ftp server using vb script
I have tried with the following code
<script language="vbscr ipt">
Set objFSO = CreateObject("S cripting.FileSy stemObject")
Set objFolder = objFSO.CreateFo lder("ftp://ftp.xx.xx..com" )
</script>
its working fine for creating folder in local... -
I have saved in file in notepad as a .htm file ..actually i want a folder to be created automatically using the vbscript..
can you send me the code for proceeding further.....Leave a comment:
-
creating folder using vbscript
hi all
Could you please help me out i creating folder using vbscript..
I have used the following code...
<SCRIPT LANGUAGE="VBScr ipt">
<!--
Option Explicit
Dim objFSO, objFolder, strDirectory
strDirectory = "c\testing"
Set objFSO = CreateObject("S cripting.FileSy stemObject")
Set objFolder = objFSO.CreateFo lder(strDirecto ry)... -
difference between sql and mysql query
Hi...
Could you please tell me how to diiferentiate sql query from mysql query..
thanks in advance
meenu -
embedding font
hi...
how to embed font for a particular page..so that i can display the content in a particular font style// -
closing the window without asking confirmation
hi..
i am having a default html page...
and i want that page to get open without toolbar,address bar.....
i have written a javascript funtion for that..
in that i have used self.close();
but it asks for confirmation...
if i dint use the self.close() method the new default.html page is getting open with no toolbar....
but there is anotherdefault page back to it...
i mean parent... -
-
-
response buffer limit exceeds in asp
hi...
i am getting this response buffer limit exceeds whikle running the asp page...
can anybody help me out.. -
checking for numeric values..
hi..
i have a text box..where user input their value.
but i want to allow only numeric values not alphabets and blankspaces..
how to do this in asp..
regards
meenu -
thanks fro ur suggestion..
i am not using any component..
simply i have a file upload option..
where the user can browse and select image ..
and when they click upload means the image path will get stored in database,...
but i want to reduce the image size...
can u help me out
regards
meenuLeave a comment:
-
how to reduce the image size
how to reduce the image size ...
i mean pixels when the user uploads
their image...
when the user uploads an image with 200*200 pixels means i want to
reduce the size to 100*100 pixels....and upload it..
i am working with asp using javascript
regards
meenu -
hi...
i got it worked..
i tried that and got it..
any way thanks for ur kind reply..
bye bye...Leave a comment:
-
restriction for uploading images in asp
hi...
i have an option for the users to upload their image...
but i want to allow only gif and jpg file extension....
how to check whether the uploaded image is gif or jpg,,
and display error message when invalid file uploaded..
with regards
meenu -
hello
i have designed an html page..
where in that i have image displayed there..and i have a save option link
for that image..
when the user click that save link means that image has to get stored
in the mypictures folder...
for that i need to open the mypictures folder when the save link is clicked..
how to write script for thatLeave a comment:
-
hi srini
it is just an html page
where i have a save option link....
regards
meenuLeave a comment:
-
doubt regarding shopping cart...in asp
doubt regarding shopping cart...in asp
i have a page where user purchase the product..
here i have the product as tshirt..
and for ex..i have shirt sizes as follows
s m l xl xxl
and for each sizes there will be a text box for the user input
if they enter 2 in textbox corresponding to s means then i ahve to update the database
field size...
if i have... -
No activity results to display
Show More
Leave a comment: