Re: ajax in iis7.0 not work by Erwin
Erwin
Fri Mar 28 08:31:30 PDT 2008
newkgb schreef:
> hi my system is vista and i use iis7.0 for my test website.
> but my ajax project not work, ? please tell me why
Hi,
Are you sure your IE runs JavaScript?
Make a minimal page with:
<html>
<head>
<script type="text/javascript">
alert('HI!');
</script>
</head>
<body>bla</body>
</html>
Does that say Hi on loading?
If it does, your Javascript is enabled, and chances are the Ajax code of
your page in question sucks.
Impossible to tell without more information.
Regards,
Erwin Moller