aj_nsc, sorry ... I meant to say 'echo' not 'return', and yes I found the many linebreaks in various included files ... but now I am thinking that linebreaks in php...
I found something strange yesterday: a particular website button is opening a new window in my firefox without any warning even though my firefox has: Tools/Options/Content/Block Pop-up...
yeah I think that my problem is related to loading sequence ... when I do a simple example, it works on all of my browsers, but my application version does not ... I'm breaking it apart now...
when I attempt to use getElementById on a <a> tag I am NOT getting the [object HTMLAElement] as I would expect. Instead I am getting the URL of the page (or if my href has a value, then I...
yeah that second one is about the same ... in it the event object apparently exists within the scope of the anonymous function assigned to onclick, and so 'e' can be sent in as an argument.
...
I have a canvas object with a simple line in it. The problem is that when I resize my browser the line disappears, even if I just barely resize my browser.
I created a new directory: my_domain.eu such that my directory structure looks like:
-- root_directory
---- my_domain.com // a sub directory with a domain name
---- my_domain.eu // a sub...
yeah, I don't think it's a good idea to have duplicate event handlers. the complexity of the menu that is in bottom_child_div would be too much, plus it is dynamically created at runtime, and setting...
<div id = 'parent'>
..<div id = 'child_bottom' >
....<div id = 'link_1' onmouseover = '...' onmouseout = '...' onmousedown = '...' >
......<!-- an image and some text -->...