Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ASP Solutions: 126 - 150 of 644
 
I'm trying to track how many clicks on a mailto link. So I redirect the link to a asp page and asp will track the number and then I redirect to the mailto link, but both IE and Netscape will o...
I have an access database table with 3 fields AppliqueID AppliqueName AppliquePrice I want the Applique Name to be selected from a dropdown selection box and this needs to draw in the p...
Experts recently helped me create functions to prevent sql injection into forms. I was adviced to also create stored procedures to protect dbase even more.  How is that done?
Ok here is my code... Real simple <input type="submit" value="Submit" id=button><input type="button" name="btnCancel" value="Cancel" onclick="window.location.href('contentselector.asp')" />...
I've got a form which needs to add a value to a querystring parameter based on the selected value of a drop down menu on the form when it is submitted. In my database it looks like this ...
i would like to use DES encryption to my application. my application uses in ASP. how do i do it in ASP. any sample work?
I had an application written in ASP (VB Script) with Ajax, and it worked on IIS5 with all browsers. Now, after moving to IIS6, it only works on IE, and gives the error on firefox. Here is t...
Team, Need help. I am using ASP with SQL 2000 server. My web server timing is Central Standard Time. I am using the same weblink(intranet) in 3 countries. I am using this code to find Mounta...
Hello Experts, I am trying to populate data from xml file into <select> tag. I have managed to wirte some of the ASP script but I am unable to retreive values from the xml file, please can so...
Hello,   I have a pull-down menu that dynamic load the data from database.  Now I want to let user to select a few items from this menu and create a table to store those items. Example:  i...
Hello experts, can you please tell me what this stored proc is supposed to be doing? It has been running now for a long time till today when we started getting the following errors: M...
How do I reduce the length of a string please? At present a string can be upto 80 characters but I want to cut the string at 20 characters in the ASP page and display that.
Hello, I have a pop up window that shows details content of a record before it is deleted. it also has a deleted button when clicked will delete the record the user gets taken to a thank you ...
I am looking for a vb-script function that encrypts and decrypts strings in an easy and efficient way (encryption on page 1 and decryption on page 2), but at the same time it should not make t...
Hello: I've an sql results like this   user_permissions = "office,physician,location" the results come from a field in SQL called user_permission. I need to look into that and search i...
I have a dropdown list and four radio buttons with the same name but different values. I would like to know how I can disable certain radiobuttons depending on the selected value of the dropdo...
Hi - I have a weird problem.  We have a web application that is spanned between two different servers (one is Windows based/one is Linux based).  It would take a while to explain why - so I...
I created an ASP project that I need the user to update one record "Status" on the select_asp page. When the user clicks on the hypertext link, it opens another forms page and the user can add...
I have  a checkbox and a javascript function as attached. But when I am trying to check the checkbox, it is not showing anything and the form is not being posted. please guide me thanks
Hello, I have an issue that is hard to explain but I will do my best.  I have a form with fields that are not visible until a users selects a option from a drop down box. I want to add a re...
Have the asp code to upload user selected file to server.  From there I ultimately need the file to be able to viewed and/or downloaded from a link in an html page.  The html page will relate ...
i want to create current week start date and week end date of a month. can any one help me? eg: 27/07/2008  to 02/08/2008  ... always this date to be changed based on the next week.
Hi, I have done something like this in the asp code ........ <% Path = "/products" ----------A VALID PATH--------------------- Set fso = Server.CreateObject("Scripting.FileSystemObject")      ...
Hello Experts, I am posting some information(data) to the proxy.asp which would accept the data being sent and saves into the XML file. Later in the application I pull the details matching...
Hello Experts, I am doing a database lookup , retrieving results and storing them into the DataHash with the key as Record Id and the rest of columns as its value. It is working fine but the...