Re: JavaScript problems in XSP

2002-11-26 Thread Anna Afonchenko
if you gave me some more clues. Thank you very very much and sorry for attacking you with so many questions. Anna - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 12:14 AM Subject: Re: JavaScript problems in XSP Ugh. This may

Re: JavaScript problems in XSP

2002-11-26 Thread Geoff Howard
] Sent: Tuesday, November 26, 2002 12:14 AM Subject: Re: JavaScript problems in XSP Ugh. This may spell bad news: see inline comments. If you are comfortable in java as well as javascript (at least reasonably so) you may want to look into using a java based javascript interpreter - looking

Re: Javascript problems in XSP

2002-11-26 Thread Jacob L E Blain Christen
hey that's neat! - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Javascript problems in XSP

2002-11-26 Thread Anna Afonchenko
What do you mean by neat? Sorry if this is an unrelated question - Original Message - From: Jacob L E Blain Christen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 10:23 PM Subject: Re: Javascript problems in XSP hey that's neat

Re: JavaScript problems in XSP

2002-11-25 Thread Anna Afonchenko
new to this list and to cocoon at all. Thank you for all the help. Anna - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 24, 2002 4:54 PM Subject: Re: JavaScript problems in XSP Why are you using document.write? document of course

RE: JavaScript problems in XSP

2002-11-25 Thread Volker Schneider
. November 2002 14:30 To: [EMAIL PROTECTED] Subject: Re: JavaScript problems in XSP Aha. For future reference, you probably should have made it clear from the beginning that you were a) using javascript xsp, and b) trying to do this specific thing with retrieving external pages out of your control

Re: JavaScript problems in XSP

2002-11-25 Thread Anna Afonchenko
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 25, 2002 3:30 PM Subject: Re: JavaScript problems in XSP Aha. For future reference, you probably should have made it clear from the beginning that you were a) using javascript xsp, and b) trying to do this specific thing with retrieving

Re: JavaScript problems in XSP

2002-11-25 Thread Geoff Howard
Ugh. This may spell bad news: see inline comments. If you are comfortable in java as well as javascript (at least reasonably so) you may want to look into using a java based javascript interpreter - looking into the cocoon javascript generator

Re: JavaScript problems in XSP

2002-11-24 Thread Anna Afonchenko
PM Subject: RE: JavaScript problems in XSP Hi Anna, Client-side (in your web browser) JavaScript is a completely different beast than server-side (on your web server) JavaScript. In server-side JavaScript, there are no windows, DHTML, or much any other properties or methods you would use

Re: Javascript problems in XSP

2002-11-24 Thread Anna Afonchenko
PROTECTED] Sent: Thursday, November 21, 2002 6:45 PM Subject: Re: Javascript problems in XSP I may be mistaken but I thought the only valid code inside of xsp:logic tags was java: not javascript, not perl, just java. - Please check

Re: JavaScript problems in XSP

2002-11-24 Thread Geoff Howard
: JavaScript problems in XSP Hi Anna, Client-side (in your web browser) JavaScript is a completely different beast than server-side (on your web server) JavaScript. In server-side JavaScript, there are no windows, DHTML, or much any other properties or methods you would use to manipulate

Javascript problems in XSP

2002-11-21 Thread Anna Afonchenko
Hi All. This is my first post, so don't be angry with me if I do something wrong. I am using XSP on Cocoon 2.0.3, and I want to do the following: given a name of the htmlfile that contains javascript, I want to get the result of this javascript and put it inside some element in XSP. But

RE: JavaScript problems in XSP

2002-11-21 Thread Ryan Agler
Message- From: Anna Afonchenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 7:43 AM To: [EMAIL PROTECTED] Subject: Javascript problems in XSP Hi All. This is my first post, so don't be angry with me if I do something wrong. I am using XSP on Cocoon 2.0.3, and I want to do

Re: Javascript problems in XSP

2002-11-21 Thread Jacob L E Blain Christen
I may be mistaken but I thought the only valid code inside of xsp:logic tags was java: not javascript, not perl, just java. - Please check that your question has not already been answered in the FAQ before posting.