LookingForInfo,
I have tried all your methods, did not seem to work...
first two passed the blank,
<input type='hidden' NAME="name2" id="text" ROWS="7" COLS="65" wrap=off Value = '<%Response.write(name2%>' /> would cut off the text, I guess the text box lenght is limited.
The example of the...
Yes,
I then put strText into the hidden textarea to pass it to the next page
<TEXTAREA style='display: block' NAME="name2" id="text" ROWS="7" COLS="65" wrap=off Value = '<%Response.write(name2)%>'>
I can't send the link (it's an Intranet page)
and there is no code that would show the content of the textarea box on the second page
the only thing I do is I capture the value into the variable as I show before (strText = request.form("name2"))
Hi,
I have a text box on my form
<TEXTAREA NAME="name2" ROWS="7" COLS="65" wrap=off></TEXTAREA>
The problem is when someone instead of typing, pastes some text (say e-mail) and proceeds to the next page, the pasted text is converted into the HTML and is displayed on the next page (which...
Hi,
I was wondering if it is possible to capture the user login from my asp page.
I tried to use
Set n = Server.CreateObject("WScript.Network")
Response.Write n.UserName
Set n = Nothing
But since the code executes on the remote server, I get that server's user name, instead of the...
Hi,
Please help me here with my knowledge gap.
From what I know, I can only access the database and retrieve the data on the form's Submit event. I can either submit the form to itself to stay on the same page or submit it to another page.
So, I guess my question is how can I trigger...
Hi,
I have a recordset that returns three columns
params="Select LastName, FirstName, Initial from Names"
Set rs = db1.Execute(get_params)
Is it possible to populate the list box with the values from the recordset so that the list would contain the following entries:
Smith, John (JS)
Smith...
Hi,
I am looking for the solution to display a separate tooltip for each entry in the list box showing up once the entry is selected. Since "title" attribute and onMouseOver event would not help in this case, I was wondering if there are any other options out there.
Thanks in advance.
Hi,
Our server has been renamed and the IP address changed. Now, the webpages that reside on that server are not accessible by their old address e.g. http://servername.domain.index.asp
They are however accessible by server's IP address.
e.g. http://2342.3423.23423/index.asp
How do reconfigure...
Hi,
I am looking for the hints on how to write the following macro in Excel.
The is a huge spreadsheet containing the serial numbers along with other information. I want to prompt the user for the Serial Number, then make the cell with the matched serial number active, look up the information...
Hi, I need help with retrieving the user information from the client's machine. When I run the following code, it returns the server's information rather than the machine's from which the asp page was open.
Set n = Server.CreateObject("WScript.Network")
UserName=n.UserName
Please advise...
Hi,
I am creating an ASP page from which I need to send the email. My question is do I need to configure the server in order to use CDONTS.NewMail? So far, whenever I tried to use this object, I couldn't sent the email.
Also, is there a way to get the user's information from the Outlook...
Hi,
I have three combo boxes on my form. First contains the month selection, second - day's, third - year.
(E.g. <SELECT NAME=RelMonth>
<OPTION VALUE=1>Jan
<OPTION VALUE=2>Feb
<OPTION VALUE=3>Mar
<OPTION VALUE=4>Apr
<OPTION VALUE=5>May
<OPTION...
Hi,
I have a little form with a few tables that are whether hidden or visible depending on the choice selected in the combo box. By defaul, on the page load it is only one table that is visible.
What I want to achieve is when user makes a certain selection in the combo box and the hidden table...
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.