bopent
05-26-2012, 05:36 AM
I'm using Adobe's Business Catalyst - all JS working fine, but this script (written into the page) is not recognized by Explorer. Can anyone see why?
<script type="text/javascript">
$(document).ready(function() {
jQuery.post('/ZoneProcess.aspx?ZoneID=-1', { Username: 'username', Password: 'password' });
});
</script>
Any/All help appreciated. Mainly looking for any obvious syntax type stuff I could be overlooking.
:: By the way: This code was provided by the catalyst forums - it is ultimately a way for users to be able to upload to a "webapp" without being actually logged in - it's using an anonymous user created within the system to override BCs desire to have a user logged in to submit. (I'm mainly looking for known syntax type stuff that might have conflict with IE)
<script type="text/javascript">
$(document).ready(function() {
jQuery.post('/ZoneProcess.aspx?ZoneID=-1', { Username: 'username', Password: 'password' });
});
</script>
Any/All help appreciated. Mainly looking for any obvious syntax type stuff I could be overlooking.
:: By the way: This code was provided by the catalyst forums - it is ultimately a way for users to be able to upload to a "webapp" without being actually logged in - it's using an anonymous user created within the system to override BCs desire to have a user logged in to submit. (I'm mainly looking for known syntax type stuff that might have conflict with IE)