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

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. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional command

Re: JavaScript problems in XSP

2002-11-26 Thread Geoff Howard
PS, it's a holiday later this week in the states, so I may be off list for a while. > > - Original Message - > From: "Geoff Howard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 26, 2002 12:14 AM > Subject: Re

Re: JavaScript problems in XSP

2002-11-26 Thread Anna Afonchenko
and I'll be very happy 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

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 (org.apache.cocoon.components.language.markup.xsp.J

Re: JavaScript problems in XSP

2002-11-25 Thread Anna Afonchenko
CTED]> 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 Volker Schneider
g, 25. 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 co

Re: JavaScript problems in XSP

2002-11-25 Thread Geoff Howard
any idea how to do it, I will > be very thankful. > Sorry if this is too messy, I am 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 PRO

Re: JavaScript problems in XSP

2002-11-25 Thread Anna Afonchenko
Sorry if this is too messy, I am 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

Re: JavaScript problems in XSP

2002-11-24 Thread Geoff Howard
ent has been created with the > help of JavaScript! > > > > e.g. I want to see the actual HTML code that was > used in javascript to > create the given page, and not the result of > executing it. > > Is it doable in Cocoon/XSP? > Thank you very much for your hel

Re: Javascript problems in XSP

2002-11-24 Thread Anna Afonchenko
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 that your question

Re: JavaScript problems in XSP

2002-11-24 Thread Anna Afonchenko
he actual HTML code that was used in javascript to create the given page, and not the result of executing it. Is it doable in Cocoon/XSP? Thank you very much for your help. Anna - Original Message - From: "Ryan Agler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thu

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.

RE: JavaScript problems in XSP

2002-11-21 Thread Ryan Agler
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 a browser for dynamic content. To u