Hi all,
I am having problems on executing the javascripts. At my django app, i added
this simple script to my base.html.
<script type="text/javascript" language="javascript">
alert("ok");
</script>
I added these lines just after the body part by expecting to see an "ok" alert
message at the load of the first page of the application.
The code is working of Firefox but when i tested with IE, i dont see any
messages. I didn't find a solution yet. Anybody encounter with the same issue
before?
--
Oguz Yarimtepe <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---