missing ) after argument list firefox debugger...

Status
Not open for further replies.

zerodayATK

Daemon Poster
Messages
1,057
I'm coding a script.aculo.us slideshow for drizzt5's site and I keep getting this error for

this line of code... how do I make escaped quotes?

<img onclick="clicker('photobox','<img src='skgimages/glasser1.jpg'/>');" src="skgimages/glasser1_mini.jpg"/>
 
Code:
<img onclick="clicker('photobox','<img src=\'skgimages/glasser1.jpg\'/>');" src="skgimages/glasser1_mini.jpg"/>

Use \ to escape characters.
 
crazeD... I thank you! I was trying mutliple variations of what you did but to no avail.... It kind of ashames me as this is not my first javascript app ..... Do you have any place I could read up on this ? I've been searching since last night...... Thanks for the help...
 
Status
Not open for further replies.
Back
Top Bottom