Jump to content

Function not working, escaping problem?


johnnyk

Recommended Posts

If you don't mind, how about one more I can't figure out:

[code]
function picture(img,width,height){
  window.open("pictures2b.html?img=" + img,"picture","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width=" + width + ", height=" + height);
}
[/code]

I'm no good at Javascript.
::tear::

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.