function imgpop(imgLocation){ img = new Image(); img.src = imgLocation; width = img.width+20; height = img.height+20; settings = "width="+width+",height="+height+ ...
I have an online gallery that uses the following code to preload and change images Problem is, I can only use frontpage to upload the pages (been through this with system admins and got nowhere) and ...