Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yogi77
  • Content: Threads
  • Order by date
  1. yogi77

    Does anyone know how to read META tag values?

    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...
  2. yogi77

    Get Meta Tag Content

    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...
  3. yogi77

    Using COM Component to Connect to DB

    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...
  4. yogi77

    How do I deal with English Web Server and Spanish IE5 Client?

    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...
  5. yogi77

    IIS Language Configuration

    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...
  6. yogi77

    Change Lower Case to Upper Case

    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. &quot;Let us not condemn ignorance, let us condemn the reluctance to...
  7. yogi77

    How Can I Disable an 'A' object?

    Hi, I am trying to disabled an 'A' object with an HREF. I am doing something simple like this; <A HREF=&quot;broadcast.asp&quot; 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...
  8. yogi77

    SELECT INTO

    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 =...
  9. yogi77

    Updating Time Dynamically

    Using VBScript, ASP, SQL Server 7.0 I am trying to display a countdown on screen to the users in the format of &quot;10:34:44 remaining&quot; 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...
  10. yogi77

    How Can I Get Last Key Pressed?

    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
  11. yogi77

    Headers &amp; Footers

    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
  12. yogi77

    Web Page Printing Question

    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...
  13. yogi77

    window.history

    Is there a server-side equivalent to window.history.go(-1). I could use response.redirect(&quot;URL&quot;), however the &quot;URL&quot; requires the user to input an ID and I really don't want to ask them again. TIA, Yogi
  14. yogi77

    ShowModalDialog Args

    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(&quot;object&quot;). I can't figure a way of doing this, hopefully someone else...
  15. yogi77

    Maintaining Information Across ASP Pages

    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...

Part and Inventory Search

Back
Top