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 TouchToneTommy 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: moltar
  • Content: Threads
  • Order by date
  1. moltar

    Autocomplete and CSS display

    hi, i know that Google Toolbar's Autocomplete will try to be "helpful" and make certain fields have a yellow background. unfortunately, this is really impacting the CSS presentation on many of my websites. i'd like to somehow avoid the autocomplete's CSS domination, even if it means disabling...
  2. moltar

    JOINing two tables - need method

    Thanks in advance for any assistance that can be provided... I have two tables that I would like to join in a query. Table #1 Attributes ATT .AttributeID .AttributeName Table #2 CategoryAttributes CA .CategoryAttributeID (the index) .AttributeID .CategoryID There are about 20 records in the...
  3. moltar

    COUNTIF and TODAY()

    I am trying to count the number of cells that have date values equal to or less than today's date. The formula is in A1, and the contents of A2:D2 is as follows: A2 = 01/01/2004 B2 = 02/01/2004 C2 = 03/01/2004 D2 = 04/01/2004 =COUNTIF(A2:D2,"01/1/2004") This formula results in a value of 1...
  4. moltar

    dual cookies, one site

    has anyone experienced a website generating two cookies for one website (we're running a Site Server website)? when a user comes to our site, two cookies are written instead of one (user@generalvitamin.com and user@www.generalvitamin.com). the cookie without the "www" seems to...
  5. moltar

    Site Server cookies

    I needs to make all cookies that are created by Site Server disappear upon the user's exit from the website. Currently, the following cookie data remains when leaving the site via closing a browser: ShopperManager%2F ShopperManager%2F=KWRLESQP3P9F9JRTCLQ3KVSK839GBX33 216.183.103.10/ 1536...
  6. moltar

    Displaying formatted decimal places

    I have an integer field that has a number * 1000, for example 4950. I am in need of having it display on a webpage as 4.950 Similarly, 5000 would need to display as 5.000 and 6251 would need to display as 6.251 How can I accomplish this? Thanks much for any help that can be offered!
  7. moltar

    using Session_OnStart to update a table

    When I try to update a "visits" field in a "users" table, by using global.asa's Session_OnStart, I get the following error: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. //global.asa...
  8. moltar

    I have been instructed by my comman

    I have been instructed by my commanders to create popunder windows that are only triggered when the user leaves the site (and not each time a page is unloaded). Yes, I know this is a faux pas, but while I cannot disobey an order, I did manage to at least inject some compromise and have these...

Part and Inventory Search

Back
Top