在django下工作时,win32api.ShellExecute在apache2.2下无效

时间:2015-05-16 08:52:22

标签: apache python-2.7 winapi apache2.2 pywin

代码:

function userGallery()
{
curImage.src = preloadedImgs[counter].src;
counter ++;
if (counter == preloadedImgs.length)
{
counter = 0;
}
var c=document.getElementById("name").value;
galleryStarter = setTimeout("userGallery()", c);
window.alert(c);
isGalleryOn = true;
}

上面的代码在django服务器下工作正常。 但它不适用于apache2.2

该怎么办请帮助。

0 个答案:

没有答案