Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax to use quote in a window status
Message
From
06/06/2001 16:59:26
 
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00516042
Message ID:
00516056
Views:
12
>>In a window status text, I am looking for the syntax to be able to include a quote in my text. Assuming, the text is "What's new", the syntax I have presently is:
>
>< A HREF=/Live/Whatnewall.asp TITLE="What's new" TARGET=_blank onMouseOver="window.status='What's new'; return true">What's new< /A>
>
>However, you can easily see that I have a problem in the window status as the syntax is already using the quote for the delimiter.
>
>Michel;
>
>Try
>Dim sQuote
>sQuote = Chr(34)
>
>title=" &sQuote What's new new'; return true &sQuote ">
>
>Looks like you are using to a Java Script function, with the return true statement.
>
>Give it a go and see if it works.

Yes, I am using javascript syntax. I searched the messages and found the \' syntax to use to represent a quote within a string.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform