I have javascript enabled in firefox..But it doesnt appear to work:
<head runat="server">
<title></title>
<script src="Jquery.js" type="text/javascript">
$(function () { alert('Ready to do your bidding!'); });
$(document).ready(function () {
alert('Welcome to StarTrackr! Now no longer under police …');
});
</script>
No Alert appears