Quiz and Javascript
Darren Reely
darren.reely@latticesemi.com
Mon, 29 Oct 2001 14:06:02 -0800
You have split it out into several strings such as the following...
DEFINE java char*100 = 'document.write("Click <AHREF=' &
+ "'javascript:jsfunction()'" &
+ '>here</A>");'
Darren.
"Grace, Jim" wrote:
>
> I am looking into converting some of our quiz reports into html with some
> JavaScript embedded. I am having difficulty in the way quiz handles the
> double quotes. In a text string I want the double quotes to be maintained
> in the string.
>
> For example:
>
> DEFINE java char*100 = "document.write("Click <A
> HREF='javascript:jsfunction()'>here</A>");"
>
> Does anyone know how I can keep the "Click...</A>" as is?
>
> Thanks
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.