Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax to use quote in a window status
Message
 
À
06/06/2001 16:41:36
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00516042
Message ID:
00516054
Vues:
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.

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform