![]() |
How do i write this JavaScript?
i need to rewrite below JS code without "{" and "}"
PHP Code:
|
Try this:
var aaa = unescape('%7B') + 'image:"xxx",width:"400",height:"300" ' + unescape('%7D') ; |
Quote:
i receive this error: Expected ";" |
Well, if it requires a ; inside the string it would look like this:
var aaa = unescape('%7B') + 'image:"xxx",width:"400",height:"300" ' + unescape('%7D') + ';' ; |
This is a good example of why coders don't usually help people in threads when they ask for it. :(
|
All times are GMT -7. The time now is 09:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123