Hi,
Can anyone help me? I am using query string to pass parameters, from a page called getlist.asp, to an .asp page, something like this;
http://system.company.com/query.asp?username=peter&pwd=password&command=list
I get a page of html returned something like this;
<HTML>
<HEAD>
<TITLE>Page...
Hi,
Can anyone help me? I am using query string to pass parameters, from a page called getlist.asp, to an .asp page, something like this;
http://system.company.com/query.asp?username=peter?pwd=password?command=list
I get a page of html returned something like this;
<HTML>
<HEAD>
<TITLE>Page...
Hi,
Does anyone have any code samples I could reference for implementing the use of a COM component when accessing a SQL 7.0 database from an ASP page.
I want to prevent multiple connections whenever possible. I want to install a component in MTS and hopefully reduce the number of user...
Hi,
I have an English web server servicing a global network of clients. The code is fine for most users, however those clients running Spanish client installs are experiencing problems when trying to evaluate boolean values. For example, the web server may return 'True' but the client code is...
Hi,
I am trying to install a web application on an Windows 2000 server. My problem arises when the asp.dll processes asp pages and then returns, for example, boolean values. The web app was written in English, however the server has been configured in Spanish. So, rather than returning the...
Hi,
Is there an equivalent of the VB function 'Ucase' in TSQL? I want to perform an update to certain fields, making all entries upper case. At the moment there is a mixture of lower and upper case.
Thanks in advance. "Let us not condemn ignorance, let us condemn the reluctance to...
Hi,
I am trying to disabled an 'A' object with an HREF. I am doing something simple like this;
<A HREF="broadcast.asp" DISABLED>broadcast</A>
However, when I render the asp the HREF would appear disabled (i.e. the color changes), however the link still responds to mouse clicks. I...
HI,
I am trying to do something like this within a stored procedure using MS SQL7.0;
SELECT field1, field2, field3 INTO @var1, @var2, @var3 FROM table_name WHERE field1 = @passedinarg
However, without much joy. Is there a way of doing this or do I need to the long winded version;
SET @var1 =...
Using VBScript, ASP, SQL Server 7.0
I am trying to display a countdown on screen to the users in the format of "10:34:44 remaining" however, I would like to change this every second (a bit like you see on the auction sites, with times counting down). Can anyone offer suggestions for...
How can I determine what the last key press was in an INPUT type=text using VBScript. I basically want to capture the user pressing the enter key so that I can fire the submit button.
Any help would be appreciated,
TIA,
Yogi
Hi,
Does anyone know if there is a way I can programatically supress the default header and footer that IE5 offers when printing from web pages, i.e the URL etc.
TIA,
Yogi
Hi,
I am trying to develop functionality in my intranet application that will allow the users to print various reports / material movements lists / pick lists etc from the server-side. I am having partial success, however I would like to supress the print option popup box, i.e. the 'What...
Is there a server-side equivalent to window.history.go(-1).
I could use response.redirect("URL"), however the "URL" requires the user to input an ID and I really don't want to ask them again.
TIA,
Yogi
Hi,
(ASP, VBScript, IIS)
Is it possible to send args into a modal dialog box, and then reference these in server code. I am trying to do a similar thing to getting posted form object values, i.e. Request.Form("object"). I can't figure a way of doing this, hopefully someone else...
Hi,
(Great site by the way, just came across it and it looks like it will become my second home from now on)
I am relatively new to ASP and the world of web programming so please excuse me if I am asking obvious questions.
(Using ASP3.0, IIS5, VBScript, VB6 Components)
I am querying a SQL7...
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.