This code displays the file in the existing frame window when I click on the link "SiteY".
<HTML>
<HEAD>
<TITLE></TITLE>
<Script language="vbscript">
<!--
Function ReturnTimeStamp(myPath,myExtension)
Dim myMonth,myDay,myYear,myDate
myMonth=right("0" &...
I think I posted the following in the wrong place thinking it was an HTML thing not a VBS thing.
Like I said on the bottom "Am I even close?"
I need to use HTML/VBS to read a TXT file or HTM file
The file names have a DATE in them and are in date order.
examples...
Put another disk in it make it the master (jumper)
Make the existing disk slave (jumper)
Leave the existing disk (slave) unpluged and install the OS. Get the system running stable and shutdown power off.
Plug in the existing disk (slave). If the disk works you will be able to copy your data, if...
corrupt master boot record
Try this
boot to an msdos 6.x floppy disk with FDISK.EXE
type "FDISK /mbr" press enter.
this rewrites the Master Boot Record (mbr)
Jumpers, Jumpers, Jumpers...
Look at the jumper configuration of your existing drives and match them on the new drives.
I use some compaq drives in my home Linux and W98 machines using Adapetec 29xx controllers.
I had to look up the jumper configurations on the seagate website.
Sorry it took so long to get back.
I'm lost when you say "make a function that changes the page source to the value"
I can put the date function (I didn't write it) between the script tags but I don't know how to "change a page source to a value in VBS. I did look at a bunch of...
I need to use HTML/VBS to read a TXT file or HTM file
The file names have a DATE in them and are in date order.
examples:
"myfile-07-28-02.txt"
"myfile-07-29-02.txt"
"myfile-07-30-02.txt"
"myfile-07-28-02.htm"
"myfile-07-29-02.htm"...
I had to use 2 sets of parens. Imagin that, DOH!
Like the following..
function ReturnTimeStamp(myPath,myExtension)
Dim myMonth,myDay,myYear,myDate
myMonth=right("0" & month(now),2)
myDay=right("0" & day(now),2)
myYear=right("0" & year(now),2)...
Thank you very much. This works great!
I put the beginning of my webpages up just in case you would like to see what I'm doing with the code.
It's very odd but it's different from all the fancy schmancy webpages I visit daily. Not much content at this time but enough to see that it works...
The message box thing is very cool.
I've tried adding it to the file name in many ways.
Set f1 = fso.CreateTextFile ReturnTimeStamp("c:\temp\testtest",".txt")
Set f1 = fso.CreateTextFile("c:\temp\testtest&mydate&.txt")
Set f1 =...
I have this script that copies a file from one place to another. I use this to copy files over the network to my machine or to another place. I use this to automate coping many files like a batch file.
I need to time stamp the file name I'm copying to. So it needs to be done at the...
I want to remove the underline from the link with a hover to change the color. I'm "almost" sure I've seen this on a webpage in the past. Is this possible?
I'm not a webdeveloper so I don't have the skill set most of you have. Short Story... My ISP is moving all the webpages to a new...
Thank You!!!
I was able to take what you gave me and make it read a file with multiple server names in it! This is the code...
THANKS AGAIN!
Dim fso, wrfile
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8
Const HardDisk = 3
Set fso =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.