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: 76 - 100 of 607
 
Hi There I have two web sites a ASP.NET  and an old legacy ASP system. I want to have a site link that passes parameters in a querystring to the asp website. My problem is that I will b...
i have a cdo message that just simply won't hyperlink the email address attached. i have a session object called WOSREMAIL which has the email address of the sales rep bob@testing.com ...
Experts, I have an application in Visual C#/ASP.net that outputs an XML file. I then have to read it into a vbscript/ASP application, II load the xml file using fs.opentextfile(Server.Mappa...
I am trying to call a stored procedure in my ASP page. And I get a single record(one row, one column) consisting of some XML tags from the Stored procedure. But when I try to print this XML da...
Hi all, total noob here. I would like to get simple/ generalized instructions, preferrably with code snippets, on how to use vbscript to change the visibility of a page element that can have s...
I am trying to stop SQL injection attacks. I have written the following function that will help filter out the commands. But i can't get it to output the VAR. + i'm not sure if how i'm go...
I am returning a recordset from a stored procedure in SQL Server 2000 to an ASP Classic page. On several passes with different parameters, all works fine. But, when I return the recordset with...
Hi I'm having problems displaying UTF-8 characters on ASP webpages. http://staging-www.bedandbreakfasts.es/  is example look at body of text lots of boxes appearing. I've added <meta ...
I am uploading pictures to a server. Sometimes people upload pictures that are too large. I want to be able to resize the pictures to width='250' and the height= a size relative to the origina...
I am really at a loss for this one, been banging my head on my desk for hours now. Anyway, I have a page written in classic ASP that is attempting to insert a record into a table into a SQL...
Hello, Not sure this is possible but I am sure there will be some way of doing it. Basically I have a page which has a series of news articles and announcments which are brought back fro...
I have a web site with ASP pages developed using Dreamweaver, containing this header: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Until now I've been blissfully...
In one form, I have 2 buttons. In one button i pass javascript. (<input type="button" name="Button" id="Submit" value="Submit" onClick="javascript:disp_alert();">) another button i want to...
Background: I've written a page for inventory maintenance that can be updated from the warehouse. This is working fine except for one issue. The list is several hundred items long and when the...
I have restored a SQL developer data base to a new PC and I get the above error when I click the button (on the asp page) to create a new order: -  SQLstr = "Insert INTO OrderHdr (OrderNo, Cu...
I am running Windows Vista and i am unable to open any .asp files. I can't open the files even if it is downloaded. I get no error messages. When opening the dialog box comes up to open or sav...
I have been working on this for hours now, trying to debug my code, but I can't find the problem. I have a vbscript function defined as follows: <html> <head> <title>Testing ASP</title> ...
I have a calendar application that I am working on for my company. I have a feature that allows the user to select a developer in the IT department. That works fine, however, when I then press...
I have a username "jbloggs". How can I query AD and display users fullname "Joe Bloggs" using ASP?
Hi Experts, I have a silly error, not sure what it is? Maybe ADO Version? If so, how do I check, how do I change? ../GenericAjaxCom.asp?strSP=spAddEmail&strParamName0=@intOwnerID&strPar...
I have a web app which allows users to select an item from a list to display that item's properties.  I have been asked to see if I can put a Next and a Previous button on there.  How can I go...
Problem with Access database and ASP Page - IIS 7 and Windows Vista I've installed Windows Vista with IIS 7 and common ASP pages are working fine. Nevertheless as soon as I try to do a ...
Hey all i am having the hardest time trying to submit a form using ASP. I have posted the code below that i am using... What am i doing wrong? I get no value when getting the "txtName" from th...
How do I write ASP code to compare two form fields as numeric values, then produce output based on one being greater than or equal to the second field, using Classic ASP? Situation: Field ...
Experts, I have a drop down with items that are too big for the dropdown width I want to use. I'm looking for a way to have the popout/dropdown list which appears when I click the down arro...