BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Music Manager
 Bugs Report
 Missing escape char

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Prinz Posted - 16 May 2011 : 12:34:41
The program replaces _ARTIST_FOLLOWEDBY_ with a javascript function, but if the Name has a special char this function will throw an error.

Example Guns N' Roses would be added as:

<a href="" onClick="window.external.COLLECTION_ARTIST('482','Guns N' Roses');return false;">

But that can't work because of the ' in the Name. That Char has to be escaped like this:

<a href="" onClick="window.external.COLLECTION_ARTIST('482','Guns N\' Roses');return false;">
1   L A T E S T    R E P L I E S    (Newest First)
Alessio Viti Posted - 18 May 2011 : 09:23:35
Thank you Prinz.

I will remove this special char before put in the string.

Ale

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.06 sec. Powered By: Snitz Forums 2000 Version 3.4.07