Jump to content

escaping 'space' character in javascript


shane07

Recommended Posts

I have used following code

onmouseover=rollOver("'.$rolloverImage.'","imgPlaceHolder","'.$dimension.'")

$rolloverImage may contain the filename with space character. Because of the space character the html is not rendered properly.

For example

onmouseover='rollOver("images/Blue' hills.jpg="" imgplaceholder="" ,="" 300,400="" )=""

I have tried to replace space character with '%20' but doesn't work.

Is there any other way?

Link to comment
https://forums.phpfreaks.com/topic/134842-escaping-space-character-in-javascript/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.