When i say doesn't work at all, I mean just that.
Not one of those lines of CSS is recognized by the 3 browsers listed.
There is no color, no centering, no italics, no bold, no width control, nothing. It is just the tables, as is.
I did fix the width 150, to add "px" to them for good form...
So on windows my CSS looks great, using IE6. But on Safari 2.0.3, Firefox 1.5.1, and IE Mac 5, it doesn't work at all.
I am using standard css1 stuff, that should be support by all. Whats going on?
Here is all of the CSS im using.
<style type="text/css">
td.spacer { width: 5px }...
If you take out:
// does this if statement
if (document.frmRegister.txtFirstname.value == '')
{
document.frmRegister.txtErrFirstName.value = 'Required'
}
does the txt.Lastname.value statement work? If so, then its just a syntax problem. Shouldn't it be...
Thanks for the advice guys. I got it to work now. However I have a couple bugs I can't seem to work out. As my name implies im a newb when it comes to JS. I am teaching myself, just by doing it and reading some.
That said, my code is prolly much longer and archaic then it needs to be. But thats...
Ok I am building a script that takes a list of teams, selects 1 of them, and puts them into a group. Then it goes back, selects another randomly and puts them in another group.
That works great, except of course I get duplicates. So my thought in checking for duplicates, was to first replace...
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.