Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax to use quote in a window status
Message
 
To
06/06/2001 16:41:36
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00516042
Message ID:
00516054
Views:
10
>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.

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform