shane07 Posted November 30, 2008 Share Posted November 30, 2008 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? Quote Link to comment Share on other sites More sharing options...
Mchl Posted November 30, 2008 Share Posted November 30, 2008 escape() Quote Link to comment Share on other sites More sharing options...
shane07 Posted November 30, 2008 Author Share Posted November 30, 2008 tried that too. But it is not working, it results same as above Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.