This is my code, I don't get any errors but nothing opens!
Does anyone see the problem?
Thank you in advance if you can help,
Mijulie
<HTML>
<HEAD>
<H1>SIT_TEST_CIT: Build Validation</H1>
<SCRIPT LANGUAGE="VBSCRIPT">
sub...
I am currently inputting values into a form which then outputs results to a textfile. I'm wondering if u can recall the values from the textfile and have them populate the fields in the form. Is it possible??
If this is the code for opening an existing doc, anyone know what command i need to create a doc?
Set Word = CreateObject("Word.Application")
Word.Visible = TRUE
Word.Documents.Open("C:\My Documents\myfile.doc")
The data entered in the form is written to a textfile based on a combination of 2 variables. It is possible that there could be more than one file with the same 2 variables as another. If I save a file that already has the name then it overwrites the old one. Anyone know how to save every...
This is the code for output to my textfile,
filetxt.WriteLine "Tekelec: "&BuildForm.tLandline.Value
filetxt.WriteLine "D & D: "&BuildForm.dLandline.Value
filetxt.WriteLine "Bearer Data: "&BuildForm.bLandline.Value
filetxt.WriteLine "SoftShelf...
This is my page below. I want the value entered for Binary to show up in the text file but when i hit the Save button, the only thing that shows up is this;
[object]
Does anybody know the correct syntax or have any idea what i'm doing wrong?
<HTML>
<HEAD>
<H1><CENTER>BUILD...
I got this from the FAQ on reading/writing to textfiles but when i insert it in my code, i get a runtime error pointing to Server.MapPath. Does anyone know exactly what i should put there.:-(
dim fsoObj, sFileName, objtextFile
sFileName = Server.MapPath("writeToThisFile.txt")
set...
This below is my ASP page. Does anybody know what lines i need to write to a file? All suggestions welcome, thanks in advance, J
<%@ LANGUAGE=VBScript %>
<%
strTitle = Request.Form("Title")
strBinary = Request.Form("Binary")
strBuild = Request.Form("Build")...
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.