Hi
Im using my asp.net code behind to register some startup script.
The following code gets rendered to the browser.
var rotator = new ImageRotator('rotateImg');
rotator.AddImage('DisplayThumbnailImage.aspx?FilePath=C:\Development\Projects\TouchSA\Trunk\WebSite\Gallery\photo_4.PNG&ThumbnailWidth=535&ThumbnailHeight=316');
rotator.Rotate();
This looks right...but when the AddImage method receives the parameter, all the backslashes are gone. Why?