User Profile
Collapse
-
Those were a huge help. Thanks! -
You could make it really annoying to read, like put it all on one line or something. That way if they steal it you get the gratification of knowing they went through a big hassle, if nothing else.Leave a comment:
-
PHP Calendar/Date Question
Hello,
I'm working on a scheduling system for a class project with a small group of developers. It is my responsibility to write the start-up code for the week view of a calendar. I've written the php to correctly render the html that I want, but here is my problem:
At the top of each column will be the header that outputs the day of the week and the date. I'm looking for an efficient way to render the date dynamically... -
have you tried using .value?
it seems like if you're trying to get whatever is in the input field, myelement[i].value should work. at least if it's a text field.
if it is another form of input, like a radio button or a checkbox, you have to specify the value in the tag.Leave a comment:
-
Issue w/ setTimeout
I'm trying to change the visibility of divs on a mouseover event. I have the script working that will do this, but when I try to use it with a setTimeout method, I cannot get it to work. My code is as follows:
function slide(name) {
setTimeout("dis play(name)", 1000);
}
function display(objname ){
var caseNum;
if (objname == document.getEle mentById("illHe ader"))...
No activity results to display
Show More
Leave a comment: