Howdy, I was wondering whether anyone else had run across this little gem of strangeness. In IE, some events don't seem to be handled if another event fires beforehand.
<html>
<head>
<script>
function do_link_onclick(){
alert("do_link_onclick() fired");
}
function do_field_onchange(){...
I was playing around with some stuff and thought some people here might find it useful.
We're familiar with the standard error messages our browser gives us, error description and line number, which help us track down the error. Sometimes we need a bit more info, for example if we have a...
Using IE
Specify the colour of "crap" for a font tag and have a look at the result:
<font color="crap">Crappy Text</font>
Probably been posted before, but simple things amuse me.
Never be afraid to share your dreams with the world.
There's nothing the world loves more...
Howdy,
I'm writing a portal application for a client and need to be able to present the contents of the user's mailbox as a nicely formatted HTML page.
I've got the XML source coming out of the Domino server and my XSL is processing it nicely - sort by date and all that.
My problem is that...
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.