>> open (URL, windowName[, windowFeatures]) > > As I see, you are referring to *window.open*, which is a JavaScript > function, if the JavaScript is run inside the browser, where DOM > scripting is enabled. As you might know by know, JavaScript can be run > outside of the browser too, where *window.open* is not defined (and in > fact, there is no window object). >
Poetro, Thank you! I am beginning to understand. I apologise for my ignorance. I put together something on jsbin ( http://jsbin.com/anite4/38/ ) that is a better example of the issue I have been seeing. I have been using window.open for (8ish) years to have links show as visited. For example: at the jsbin example, open() is used to target the link to an iframe without physically clicking the link but still show as viewed. I now think,it to be an issue with the browser's DOM and CSS interpretation. Is this correct? -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
