I'm building a menu out of divs, where each of the divs are surrounded by a link tag and contain an image. In firefox this makes the entire div a link, with all the expected functionality....
I have a script that automatically generates a number from previous records by adding one to the largest number, however if it is a 2 digit number (e.g. 22) I want it to be changed to 022....
I'm dynamically creating an HTML page using fields from a database, one of my fields is for checkboxes/radioboxes, and can be either y (for display), n (for don't display) or c (for display checked)....
Hi all,
I have a page which consists of two nested divs inside a containing div, that are formatted so they appear as 2 columns, and then any overflow scrolls the containing div. I have coloured...
Can I make the onchange eventof each form submit both, and what will that do (i.e which will take precedence)? The problem is I'm already using lots of session variables (passing info in querystrings...
I have 2 forms both of which do things onchange. However if I have changed 1 form and then I change the 2nd one it "forgets" the changes I made in the first even though I use a request.form and the...
Thank you all. In a moment of monstrous stupidity I did (as you pointed out) try and subtract them. What I was actually trying to do was output them both with a dash between them. Doh! :rolleyes: ...
Erk! Never really used RegEx or anything. How would you go about checking whether what's entered into the form there is a number then??
Thanks Dave,
IxxI
It's on the server using sql so I shouldn't need any read or write permissions as long as I supply the correct password - I'm making it so a database can be updated using a webpage instead of excel -...
Wahey, Dave - you're back!!
Adding CLng in definately stops the type mismatch error when it is a number (so thank you), but when it isn't a number, instead of being caught by the elseif Not...
As far as I can ascertain my testes are fine ;) .
The CGI isn't mine its on a website - its the javacript thats not working as that gives an error caught by the script debugger - but you're right...
I have a form and a button that calls this script (I know you can use a submit button but I'm testing it because I couldn't get it to work from a larger script) and I get the error - Object doesn't...