Re: ESQL and JavaScript

2003-01-09 Thread Christian Haul
On 09.Jan.2003 -- 05:10 PM, Cocoon User wrote: > > can someone explain me how is it possible this code to be valid without > syntax errors? > > how can we have a markup language elemend [] inside a > javascript function (){ } Remember that the esql tags are already processed on the server and

Re: ESQL and JavaScript

2003-01-09 Thread Cocoon User
can someone explain me how is it possible this code to be valid without syntax errors? how can we have a markup language elemend [] inside a javascript function (){ } or your are talking about something else than clientside javascript thnx stavros On Wed, 8 Jan 2003 [EMAIL PROTECTED] wr

Re: ESQL and JavaScript

2003-01-08 Thread Johannes . Becker
Hi, just like this: ... function example() { i=0; xxx

Re: ESQL and JavaScript

2003-01-08 Thread Christian Haul
On 08.Jan.2003 -- 11:50 AM, [EMAIL PROTECTED] wrote: > > Hi, > > I know its not the (to be harmless) nicest way, but my ESQL in JavaScript > works fine. I just wanted to know if it is possible in Javascript-Functions > to place passed parameters in ESQL-Statements. I'm missing something here: h

Re: ESQL and JavaScript

2003-01-08 Thread Johannes . Becker
| | cc: | | Subject: Re: ESQL and JavaScript | >---

Re: ESQL and JavaScript

2003-01-08 Thread Christian Haul
On 08.Jan.2003 -- 10:53 AM, [EMAIL PROTECTED] wrote: > I have a Javascript-Function, which gets a parameter passed. I want this > parameter now in my ESQL-Statement. Is there a way to do this? Javascript (if client side) is completely unrelated to XSP and ESQL in particular. Server side Javascrip

ESQL and JavaScript

2003-01-08 Thread Johannes . Becker
I have a Javascript-Function, which gets a parameter passed. I want this parameter now in my ESQL-Statement. Is there a way to do this? My (Example)-Function: function insert(ID) { cdr

esql and javascript in xsp

2002-11-28 Thread Johannes . Becker
Hi, I' having problems with JavaScript functions in XSP-Pages. This is part of my funnction: function populate_service_dropdown(report_id)