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

    Refreshing List Box after Update

    Hi all, Really need some help. I've got a relational DB setup although getting the forms to work is proving rather difficult. I have one form that has a combo box on it. The values for this come from a table. What the user needs to be able to do is to add values to the table and then have...
  2. jaredc

    multiple submit buttons/actions on a single form

    Hi, I have a situation where I've got a form which has various data input fields. I need to then present the user with various options, e.g. - submit form - submit form and open new page - submit form and open another new page with the code looking perhaps something like this ... <form...
  3. jaredc

    checkbox controls whether other fields are enabled/disabled - problems

    Hi, I'm trying to achieve something wihich I thought would be relatively simple: When a check box is ticked a textfield1 is disabled and textfield2 is enabled (and vice versa when check box is not ticked). The code I've got so far is: ... <script language=javascript> function testbox() { if...
  4. jaredc

    asp website on a cdrom

    Hello I have a situation where I'd like to provide a &quot;product catalogue&quot; on a CDROM (containing 2000+ products). We would be developing from the basis of an asp/database driven website (yet to be designed) on which the products would be displayed dynamically from user specified...
  5. jaredc

    BACKGROUND property on TD ELEMENT - W3C Standards

    Hi I've just been running some web pages through the HTML validator (http://validator.w3.org) and have encountered an error stating that the background property is not supported on TD element. The web page seems to be working as intended when viewed through IE5 (and the relevant part of the...
  6. jaredc

    Preloading images before displaying page/text

    Hi This is not a problem as such - more of a query. I've noticed that several websites seem to have an &quot;entry page&quot; while the website loads. I'm guessging that the webpages are somehow loaded into the browser whilst this page is being displayed with the result being that the viewer...
  7. jaredc

    Change background colour on mouse over

    Hi I have a number of links contained within the TD element of a TABLE. I'm using CSS to make the text link change color on mouseover. What I'm wondering is whether I can make the background colour of the whole TD cell change colour on a mouse rollover rather than just the background colour...
  8. jaredc

    My &quot;onload&quot; function is not working when viewed through Netscape 4

    Hi, I've got a very simple piece of Javascript to set the focus onto a TEXT INPUT field as the page loads: <!-- function focusSize() { document.frmQuantity.txtQuantity.focus(); } --> which I'm calling from the BODY tag as follows: <body onload=&quot;focusSize()&quot;> It works fine when...
  9. jaredc

    Trouble controlling the width of TEXT INPUT fields in Netscape 4

    Hi I am making use of a number of TEXT type INPUT fields. I'm trying to control their height and width using the STYLE attribute; something like this: <INPUT NAME=text1 STYLE=&quot;WIDTH=50px; HEIGHT=20px&quot;> This works fine when viewed through IE but doesn't work when viewed through...
  10. jaredc

    trouble using * (wildcard) when calling query from asp

    Hi I've got a problem where I'm trying to make use of the * in an Access query which I'm calling from an asp using DSNless connection and attaching parameters to an ADO command object. The parameters are being passed in from a previous asp by means of the Querystring. The actual problem I...
  11. jaredc

    simple &quot;mm/yy date field&quot; formatting

    Hi I recently posted a message in the HTML/CSS formum regarding formatting a INPUT field on an HTML FORM for date entry purposes. I was very helpfully directed to this resource: http://javascript.internet.com/forms/format-date.html What I actually want to do, is to enable the INPUT field...
  12. jaredc

    Adding a &quot;Mask&quot; to TEXT INPUT field

    Hi I have a TEXT INPUT field on a HTML FORM. Ideally I would like to provide a &quot;mask&quot; field for users to enter a date in mm/yy format, i.e. the user would see &quot;_ _ / _ _&quot; rather than a blank text field. I think I have seen this being done elsewhere on the web, but I have...
  13. jaredc

    HTML FORM, POST method, problems with spaces in fields

    Hi I've got a problem which I do have a work around for, but I was wondering whether anyone has any better ideas. The basic scenario is I have a number of text INPUT fields on a web page for users to enter data on. The INPUT fields are contained within an HTML FORM on the page and I'm passing...
  14. jaredc

    simple javascript &quot;isnumeric&quot; check

    Hi, I'm new to this forum but i think (hope!) my question should quite straightforward. I am designing a web page where customers enter data. I want to validate one of the fields using javascript to ensure that only numeric data is entered. In VBScript I would write something like: If...
  15. jaredc

    Access Query, using a &quot;wlid card&quot;

    Hi, I'm new to this forum and hope someone can help with my (hopefully) quite simlpe query. I'm got an access query which i'm calling from my web page, which has two parameters. I'd like to be able to specify the option of &quot;selecting all&quot; (i.e. not supplying a specific parameter but...

Part and Inventory Search

Back
Top