Forum Moderators: open
Because I prefer to use proper XHTML, I have the JavaScript output the URL like this: imageresize.php?width=70&image=image.png. However this causes the images not to show up, and I'm unsure why. Using the incorrect code (that is, just using a & instead of the entity &) causes an error (which, it should).
I have tried using encodeURI() with no luck.
Any suggestions?