284 reputation
5
bio website
location
age
visits member for 5 months
seen Jun 9 at 16:40
stats profile views 13

Jun
9
comment IE 7/8 removes everything after hash mark when redirected after file upload
Possible duplicate of stackoverflow.com/questions/2436742/…
Jun
9
comment What is the bug with arrays in JavaScript?
Javascript assign array by reference not by value
Jun
8
comment Are width/height required in an iframe?
Similar to stackoverflow.com/questions/3333399/iframe-default-height
Jun
8
answered How to use the value of a combo box that is outside of an HTML form?
Jun
8
comment addEventListener mousemove on document ready
Also note that if the addEventListener take place before the assignment of mouse_monitor the addEventListener doesn't add any event
Jun
7
comment How to parse html text by div id to an array in jquery or javascript?
div#a is never closed
Jun
7
comment How can I get this array equation to work?
i is already defined as the variable for the loop change the name inside the loop
Jun
7
comment Reference an element id from another HTML file
Isn't loadHTMLFile?
Jun
7
comment Header stays while bottom of the site scrolls
This is exactly the opposite
Jun
7
comment Reference an element id from another HTML file
$dom->loadHtml parses "march.html" as the document not the content of the file
Jun
7
comment Use array to reference through array
[] means to add an element to the end of the array
Jun
7
comment Header stays while bottom of the site scrolls
.sec2 { position:relative; z-index:1; }
Jun
7
comment VBscript to click a Javascript link?
Click means to raise the onclick or the href function?
Jun
7
revised Use array to reference through array
deleted 3 characters in body
Jun
7
answered Use array to reference through array
Jun
7
comment IE only JQuery script is not firing off
You could also use JScript conditional comment
Jan
8
comment Links within iframe to open in parent window
This is not well-formatted html. Line 5 is not comprehensible.
Jan
8
comment Website Starts to Load, then Stops
loadSkin is not defined as well as srfp
Jan
8
comment Website Starts to Load, then Stops
After half a minute it loaded the webpage
Jan
8
comment Links within iframe to open in parent window
target should be _parent if it is in a frame