Re: [PHP] programming the onclick() event in an anchor

2003-12-25 Thread Evan Nemerson
On Wednesday 24 December 2003 08:06 pm, Peter Walter wrote: I have written a session-enabled php page which displays a table of search results. The first column in the table contains anchor links to www.mydomain.com/mypage?seqno= where seqno is a variable I would like to pass when the

RE: [PHP] programming the onclick() event in an anchor

2003-12-25 Thread Larry Brown
tag responds to onChange. You'd have to try it out. Larry. -Original Message- From: Evan Nemerson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 25, 2003 2:59 AM To: Peter Walter; [EMAIL PROTECTED] Subject: Re: [PHP] programming the onclick() event in an anchor On Wednesday 24

Re: [PHP] programming the onclick() event in an anchor [FIXED]

2003-12-25 Thread Peter Walter
Evan, Thank you for responding - as a newbie to PHP, HTML, and JavaScript, the cookie approach is a little too complex for me. However, after googling some more, I came across the following approach which seems to be simple and works well: (a) enclose the result table within a form, specifying

[PHP] programming the onclick() event in an anchor

2003-12-24 Thread Peter Walter
I have written a session-enabled php page which displays a table of search results. The first column in the table contains anchor links to www.mydomain.com/mypage?seqno= where seqno is a variable I would like to pass when the anchor is clicked. However, I do not wish the ?seqno= to