2010/12/15 Elegin <[email protected]>: > Hello and greetings, > As per rules of mailing list I have a question regarding the > *different implementations of ECMA-262 and > *Discuss different host environments of JavaScript. > > The issue I have been running into is activating hyper-links using > open(). I use it in a similar way as the > http://layout.jquery-dev.net/demos/frames.html > demo.
What do you mean by open? That page has an open function that does something. And AFAIK ECMAScript doesnt have a function called *open*. window.open is a DOM function, if you are referring to that one, and it has a lot of differences in behaviors across browsers. Maybe be more specific on what you want to ask. -- Poetro -- 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]
