single quotes may be what you want. But this is less tourtured


<a href="javascript:Start('<bean:write name="indexedBean" property="id" />')">...

cheers mark



On Thursday, August 28, 2003, at 10:57 PM, David Erickson wrote:

Here is the code I'm trying to get to work:

<html-el:link
href="javascript:Start(${indexedBean.id})">test</html-el:link></

but what I need are double quotes around the ${indexedBean.id} part. I've
tried using both &quot; and \" both seem to not work because the link ends
up stopping at wherever I insert that at.. for example if I try:




<html-el:link
href="javascript:Start(\"${indexedBean.id})">test</html-el:link>

the link when moused over shows: javascript:Start(

same thing if I try &quot; instead of \"

any ideas?

Thanks!

-David


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



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



Reply via email to