I can update a text box with the contents of another text box...
function SendInfo()
{
window.document.Formname.Textname2.value=window.document.Formname.Textname1.value
}
Here's the tricky bit:
I want it to choose which text box to update based on a selection box.
I have the following...
How can I make ASP show the Logon of the Current User?
My ASP runs SQL code on our server OK, and is located on my machine. This page can be accessed from other machines, but will always run from mine.
I need to be able to run the code based on the Username of the person using my ASP page...
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.