Re: Scriptlet and Javascript

2006-11-28 Thread Martin Gainty
copying of it or its contents - Original Message - From: "LIM Adam" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 28, 2006 10:26 AM Subject: Scriptlet and Javascript Hi y'all Here is my problem: I have a "javascript:history.back()" link button. When I c

Re: [OT] Scriptlet and Javascript

2006-11-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam, LIM Adam wrote: > I have a "javascript:history.back()" link button. When I click on it, I > want to remove an entry in my object with scriptlet. > The problem is that the scriptlet is executed when my page is loaded and > not when I click on my

Scriptlet and Javascript

2006-11-28 Thread LIM Adam
Hi y'all Here is my problem: I have a "javascript:history.back()" link button. When I click on it, I want to remove an entry in my object with scriptlet. The problem is that the scriptlet is executed when my page is loaded and not when I click on my button. How could I manage it? Thanks. ---