Can't I just format the new PC's hdd and then clone the Win 98 PC to the New PC. Reboot the new PC and Win 98 should come up. Except most the hardware will be incorrect in the registery. But then run an upgrade to Win 2000. Isnt that possible.
Hello everyone,
I have just purchased a new computer that as Win 2000 Pro on it. My old PC has Win 98. What is the easiest way to move all my applications and documents from my Win98 PC to my the Win2000 Pro PC without having to install all the applications all over again on my new PC? Would...
Hello everyone. I have installed MSDE on a Windows 98 system and I have the database on the server set to use windows authentication for security. Every time I try connecting to the server (ADEL) it sends me an error message "Login failed for user null. Not associated with trusted SQL...
Hello everyone. I have installed MSDE on a Windows 98 system and I have the database on the server set to use windows authentication for security. Every time I try connecting to the server (ADEL) it sends me an error message "Login failed for user null. Not associated with trusted SQL...
Hello Everyone! I need some serious help here. I have a word mail merge document and in one of my macros I'm trying to set the data source to and SQL Server for the mailmerge. The code look something like this.
ActiveDocument.MailMerge.OpenDataSource
Does anyone know what the syntax would...
I have a asp page that reads data from a text file and assigns the data to a textarea field on my form using the following command on the window load event:
thisform.textarea1.value = "<%=aTxtA(1)%>"
This code works fine, but the problem I'm having is that I cannot assign the...
Thanks for the help everyone. But when I use Server.Transfer I property or method doesnt exist for the object. Maybe there was a misunderstanding. My server script is written is VBScript. But Server.Transfer always gives me the above error. Thanks
Palbano thanks for the help but What is server.transfer(), there is no method called transfer for the server object. If there is MS InterDev does not display it and what are the arguments you pass to the method.
Hello everyone, Question I have an asp page that when you submit a form the information gets emailed to xyz company, but then I am trying to redirect the page to an html page using response.redirect and I keep getting the following error: HTTP Header already written to client browser. This is...
Hello everyone. Im a newbie. Can anyone tell me whats wrong with this code:
<%@ Language=VBScript %>
<%
Dim fso,f,datapath,rline,current
Dim aTxt(10)
Dim aTxtA(10)
datapath = Server.MapPath("events.txt")
'Response.Write datapath
Set f = fso.OpenTextFile(datapath,1)
Do...
Hello everyone. Im a newbie. Can anyone tell me whats wrong with this code:
<%@ Language=VBScript %>
<%
Dim fso,f,datapath,rline,current
Dim aTxt(10)
Dim aTxtA(10)
datapath = Server.MapPath("events.txt")
'Response.Write datapath
Set f = fso.OpenTextFile(datapath,1)
Do...
Hello everyone this is probably an easy one for you guys but Im a newbie. I am trying to debug my asp page in InterDev. I installed IIS 5 and it gave me a default web site and the status of it says running. When I go to create a project in InterDev it asks for a server name but does not give...
Thanks for the reply but Im new to all this. I have installed IIS and I enabled debugging now Im creating a new project in interdev and its asking for the server name, usually I would put ??????.com but what do I put in this case since I want to test my pages locally.
Thank you very much for your help. You're absolutely right it's an asp thing. I finally figured it out obviously using ASP. Sorry about wasting your time, like I said I'm kind of new to this thing. But learn quickly. Thanks again for all the help.
Here's what I have. It's an events page and they want to be able to modify the contents of the page from the page so they can update the events. So what I did was create a table that has 10 rows and 2 columns. Each row contains a text field and a textarea field. The text field for the event...
Thanks but I'm a little confused. So you're saying that I would have to use the Tabular Data Control. What is that and where could I find it. I'm kind of new to this stuff. Couldnt I just use some kind of FTP command to read the file and write to it from the browser. I looked up something...
Ok can someone tell me how I can load a text file residing on the server using client VBScript from web page. The OpenTextFile opens a text file on your local drive. I would greatly appreciate the help.
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.