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...
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...
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...
Hello
I have a situation where I'd like to provide a "product catalogue" 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...
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...
Hi
This is not a problem as such - more of a query. I've noticed that several websites seem to have an "entry page" 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...
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...
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="focusSize()">
It works fine when...
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="WIDTH=50px; HEIGHT=20px">
This works fine when viewed through IE but doesn't work when viewed through...
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...
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...
Hi
I have a TEXT INPUT field on a HTML FORM. Ideally I would like to provide a "mask" field for users to enter a date in mm/yy format, i.e. the user would see "_ _ / _ _" rather than a blank text field. I think I have seen this being done elsewhere on the web, but I have...
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...
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...
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 "selecting all" (i.e. not supplying a specific parameter but...
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.