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 |
|
|