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...
Hi,
I was wondering if someone has already done that before and could share a code with me.
I need to export all data from Notes to SQL2000.
I know that one of the ways is to create a view that will include all required fields, then export that view.
However, the document has many fields and...
Hi,
I am looking for the best solution to export the Notes data to SQL tables.
Could you please describe some of the ways already used.
Thanks in advance.
Hi,
I was wondering if anyone could suggest the solution to the following problem.
I have a table that contains the customer's information. What i need to do is to output the customers records in the following format in the text file.
Bob Jason Katie Kool Tom Hass...
Hi,
I was wondering if it's possible to create a view joining two databases residing on the different servers. If it is, can anyone outline the steps.
Thanks a lot.
Hi,
In our database there are two agents scheduled for the same time.
In the first agent, the following view is open:
Set ThisView = ThisDb.GetView( "UpdateNames1" )
In the second agent:
Set ThisView = ThisDb.GetView( "UpdateNames2" )
However, I was not able to find the...
Hi,
I have a simple formula that does not seem to work:
@If(RTransit = "80323";"07206";RTransit = "70207";"00275";@Trim(@LeftBack(Bill_To_Transit; 4))="9";"99999";"")
For the false case, RTransit shold be populated with...
Hi,
I wonder if anyone could give me an idea of how I could do the following from VBA:
1 - Access a certain folder
2 - List through all the files that there are in that folder
3 - Import all excel files into the Access database.
Any help will be greatly appreciated.
Thanks.
Hi,
I need an assistance in writing my first lotus notus script.
What I need to do is to open two databases on the same server and loop through the documents of both databases to compare the values.
Can you please give me the example of the declaration section and open statements for two...
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.