Re: [WSG] Creating Nice Pop-Ups

2004-11-10 Thread Mark Harwood
Its ok ive figured it out for my self, please someone give me the lists dunse hat please! all you need for nice popups are... href=http://www.phunky.co.uk/; onclick=window.open(this.href); return false; onkeypress=window.open(this.href); return false; Thanks anyways Mark Harwood

Re: [WSG] Creating Nice Pop-Ups

2004-11-10 Thread Jeroen Visser [ vizi ]
Mark Harwood wrote: Hey list, Right im using the good old methord of nice pop-ups as shown by by idol youngpup (http://youngpup.net/2003/popups) now as soon as you use onClick in your HTML WebXACT and Bobby throw up a fit saying that it does not pass AA thanks to 9.3 Make sure event handlers do

RE: [WSG] Creating Nice Pop-Ups

2004-11-10 Thread Patrick Lauke
From: Jeroen Visser [ vizi ] Mark Harwood wrote: Hey list, Right im using the good old methord of nice pop-ups as shown by by idol youngpup (http://youngpup.net/2003/popups) now as soon as you use onClick in your HTML WebXACT and Bobby throw up a fit saying that it does not pass

RE: [WSG] Creating Nice Pop-Ups

2004-11-10 Thread Derek Featherstone
On Wednesday, November 10, 2004 6:47 AM, Patrick Lauke wrote: Incidentally, I've discussed this before, but...onclick is implemented in practically all current browsers as a non-device-specific event, as it is triggered by keyboard access as well (on elements that can receive focus via