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 runing into is activating hyperlinks using open(). I use it in a similar way as the http://layout.jquery-dev.net/demos/frames.html demo. In some browsers the links will show up as activated/viewed when using open() but will not stay as visited after closing/open browser. It does work with k-meleon (1.5.4,1.6,1.7) and chrome7 firefox(3.6.12) will activate/viewed the link but upon close/open will show up unviewed. IE7,8 does neither . I have tried dummy links and hidden frames,ajax(jquery), etc.. I am looking for anyway to show a link active on a type of javascript activation and a persistent viewed link on open/close. Is this an issue with browser implemations of JS or browser implemations of cache/history? What throws me off is k-meleon and firefox are different in the implemation of this specific event trigger, which makes me believe it is a browers issue.. -- 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]
