Hi
I'm just about to design a website for an artist friend of mine. I've done a couple of other sites as favours to friends, but these have all been quite static.
If my friend wants to update pictures, text etc himself, what's the best way to do this? Is there freeware available so that he...
Hi
I'm looking for a bit of code that will force a value entered into a text box to be a number.
I know that in javascipt, for example, you could use something like:
if (isNaN(txtMonth.value)== true) {
alert("Date of birth cannot contain letters or symbols");
return;
}
..but I'm not...
Hi Dave
This should do the job perfectly. Once I've run the onload function how can I explicitly disable a radio button. Sorry, not sure of the syntax. Using my earlier example..
function myFunction(){
if(txtGender.value == "Male"){
r1. . .;//needs to be disabled
}
}
Thanks again
Hi Dan
Thanks for your reply. How would you use the onchange event handler to disable a radio button? It would need to be done as soon as the page loaded, so the ability to check certain buttons is taken out of the users hands.
Hope this makes sense.
Cheers
Hi
Is there a way in javascript to disable certain controls on a form, according to some other data on the page?
E.g. A web page brings up a customers information which includes a 'gender' text field. The customer needs to check some radio buttons as part of the form, but if the gender...
Hi
I've been out of the office for a couple of hours. Thanks so much for both of your contributions.
Tim, that last bit of code works a treat.
Thanks again
Hi Catadmin
Thanks for your reply. Logic-wise it makes perfect sense to create a variable to keep a running total, but as you sugested it doesn't seem to like the syntax.
I also tried using the count function, but it wouldn't allow me to count more than one result of a case statement.
I'll...
Hi
I'm a bit of a sql novice and am writing the following stored proc to select the following fields.
select i3_rowid, companyname, phonenumber, companytitle, companyforename, companysurname, datacode,
case when(surname1 <> '' and surname1 is not null) then 1 else 0 end as subs
from calllist...
Hi
I'm in the process of building an asp application which needs to include appointment setting. The user needs to be able to select a date and time slot which is assigned to a field sales person so that they can visit a customer.
I've got examples of calendar controls etc, but was wondering...
Hi
I'm sure there's a simple answer, but i'm reading some values from a recordset into a table and one of the fields contains url's:
<td nowrap><font color="#0000FF"size="2"><%=(Recordset1.Fields.Item("URL").Value)%></font></td>
How do i actually display it as a hyperlink? Do i just put...
Hi
I've got two drop down lists in a form. One is for teamleaders and one is for the agents (members) of each team. I need the agent drop down to read in a recordset of agents according to the teamleader that has been selected. At present I've got different recordsets for each teamleader, but...
It's a possibility i suppose. As i say, it's a friends pc, so i'm kind of working in the dark somewhat and this person isn't very technical!
I managed to find a driver on video-drivers.com for the MS-5187, which i'm going to pass on. I'll also endevour to find out about the state of the...
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.