From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:96]) by hurricane.the-brannons.com (Postfix) with ESMTP id 319B777CED for ; Sun, 20 Apr 2014 07:44:44 -0700 (PDT) Received: from omta09.westchester.pa.mail.comcast.net ([76.96.62.20]) by qmta09.westchester.pa.mail.comcast.net with comcast id sEXt1n0030SCNGk59EkS4S; Sun, 20 Apr 2014 14:44:26 +0000 Received: from eklhad ([68.84.191.77]) by omta09.westchester.pa.mail.comcast.net with comcast id sEkS1n00F1gep303VEkS6P; Sun, 20 Apr 2014 14:44:26 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke User-Agent: edbrowse/3.5.1 Date: Sun, 20 Apr 2014 10:44:12 +0000 Message-ID: <20140320104412.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1398005066; bh=T3CcrNAOR801+civMwi4SIxWL4lZmPZvuRneOFHDOZ8=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=NHL3WypF5cDvFx4uRFbCqOPBsLViH/bxlD4BW3pjpgLMrui3jI0ipAfGPWUfPx10/ a9+yH2lwQV272u/bqhK0hJZtdRO0sR0CgmlmCvzjjoKnQcxkaprS/m/12hc8/kAi/C KGowvji2eMOrdXvsXzfqVvm0fkfnzAX422umid/mzhmQI7ymdLX9AiUvXai286b3me lQsGRR1bceaoWUCW4wuaBrC7VE/bDk9E0Ayitp1CSSTpw9gWBHMI5+40jGBhI+mPjN ErARffGHDSHlxT3emSXhd6Fzy4LKYBZZVjuJVhb2e5rUelotU+yjhLHKM9XIWLYzPW AfZlqs6u7LVDA== Subject: [Edbrowse-dev] attachEvent X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Karl Dahlke List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 14:44:44 -0000 Ok I have put in the foundation for attachEvent(), which was the next error in amazon.com. attachEvent let's you put some javascript on a button or hyperlink at runtime. Like the onclick attribute in html. It's not unusual, I've seen it other places. Read the file startwindow.js to see where I am headed. I'd like to put more support functions here, if possible, it's so much cleaner than in C. I haven't really activated attachEvent across the board, I wonder if it won't break as many sites as it fixes. Why? Because I'm suddenly running javascript that I didn't use to run, perhaps just to put up a stupid commercial or something, but if it doesn't run then the button doesn't click, and you don't go to the next page etc. Anyways it reminds me of cleaning my room, sometimes it gets worse before it gets better. Well this is a step that we do need to take at some point. Karl Dahlke