Hello,
I have an order form with ten rows of five fields in a form (so 50 fields). Is there any other way to efficiently enter the data from these fields into a database without having to individually go through each field manually?
Thanks!
Hi all,
I have the following code:
<script language="JavaScript">
<!--
function rowTotal(index){
quant = document.frmPurReq.ItemQuan[--index].value;
cost = document.frmPurReq.ItemCost[index].value;
document.frmPurReq.ItemTotal[index].value = money(quant * cost)...
Hello,
I have a small script that pulls usernames from an excel sheet and creates a folder/sets permissions for each user. I'm getting the following error when running it:
Line: 26
Char: 110
Error: Cannot use parentheses when calling a Sub
Code: 800A0414
Source: Microsoft VBScript compilation...
Hello,
Our internal domain name is mckeelacademy.com. We have a website hosted at the public domain mckeelacademy.com, with an A record registered with a public DNS registrar. Accessing the website at mckeelacademy.com works for external clients, however, when accessing it from our internal...
Hi all,
I know how I can combine the text values of two cells into one using a formula, but now I need to combine the text value of one cell with the first character of a text value in another cell. I'll try to show you what I mean:
A B C
1...
Hi all,
I need to be able to create dynamic navigation links. For example, I have a include file that contains my navigation menu. Unfortunately, once I go into a new directory, that navigational menu doesn't work.
http://mydomain.com/ may have links to: test/index.asp
Then once I get into...
Hello,
I am looking into creating a text file that normal people can read and change the values of in English. Then my ASP can parse the configuration file and apply the settings... Example:
config.txt
{APPLICATION}
Enabled = True
Name = My App
Access = Everyone
{LAYOUT}
TextColor = White...
Hi all,
First, a short description of my current setup:
-Two Windows 2000 Advanced Server domain controllers
-One Exchange 2000 Server, installed on one of the domain controllers
-An ISA 2000 array, consisting of both domain controllers
In the near future I'll be upgrading this setup to...
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.