Hello there,
I have a problem with referential integrity in InnoDB. Let's say I have three tables: Author, Book and Author_Book which joins Author to Book (a book can have multiple authors and an author can have written multiple books). I have defined foreign keys from Author_Book to Book and...
Hi Tarwn,
Yeah, I did try it with 2 blank fields next to each other... ctrl+alt+del with Opera 6, ctrl+alt+del with IE6, but Mozilla was smart enough to avoid looping :->
Hi folks,
First of all, thanks for all your posts.
Onpnt, I call the function the way you did. I used both with and without return. But no cigar :-<
Tarwn, I tried the three ways, via id, via the getelementbyid and via the this keyword. The three work, meaning that the three checks correctly...
The funny thing is that I hard coded the focus() in the body onload attribute. And it works: it focus on the right field. If I put it in the onblur function, it does everything to the field (like changing the css) but still jumps on to the next field. Arrgh.
Hi,
I would like to validate form fields each time the user leaves the field (onblur event), instead of doing it at once, when the form is submited.
If something goes wring, a message should appear in an alert box, the bgcolor of the problematic field should be set to red and the focus should...
Hello there,
I'm afraid this is not possible. According to choices available in TopStyle and the documentation (CSS, The Defintive Guide), you have to define a length (px, pt, em...) but percentages are not allowed.
Of course, you should be able to do it on the server-side, if you create your...
Hello there,
Is there any direct way to see if the function ob_start('ob_gzhandler') is indeed working and compressing the file? I can see in the apache log file that the file has been compressed but I was wondering what to do in case someone has o access to the apache log file...
Cheers,
Xavier
Hi Cyberzany,
The first step is to know the environment your pages will be running in. This is necessary in order to select a server-side programming language, that will allow the creation of dynamic pages fetching data from a database. For instance, if you run IIS, then you could select ASP...
Hi crazyboybert,
Maybe you can just try and trick it a little bit. Say you put a width attribute in the select tag (using css: style="width: 300px").
Now, using css again, put an attribute style="margin-left: 120px" on every <option> tag. Of course, you should adjust the...
Hi there,
I agree with MrTom. We have a similar situation at the office and we extract the xml we need from a database. When we need to parse the full set of data (more than a 1000 records), it takes something like 5 seconds on a Sun Ultra 5 machine.
I hope this helps.
Cheers,
xso
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.