JavaScript is on the client. Your "request-scoped variables" are on the server. I don't see how you'd manage this unless you somehow wrote the variables values into your JavaScript somehow. Essentially, you'd have to generate your script "on-the-fly".

Ray Madigan wrote:

I am working in a jsp and I have found the item im looking for.

I write out an <img that represents the current selected item.
Now I want to inform another frame that something occured.  There
is no onload javascript handler for the <img tag like there is
in it's html equilivant?  The arguments for the javascript need
to be able to look at request scope variables?  Anyone know how
to accomplish this?

Thanks
RayM


-- Eddie Bush





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to