how to solve body onload issue on a local apache2 server with a script tag
Page 1 of 1
how to solve body onload issue on a local apache2 server with a script tag
this is for if this sample fails to make a page execute correctly and how to fix it.
try this instead
This works a treat feel free to add a reply if you have any ajax, php js tips.
- Code:
<body onload="showGroups()">
try this instead
- Code:
<script type="text/javascript">
showGroups()
</script>
This works a treat feel free to add a reply if you have any ajax, php js tips.
Similar topics
» Create A Subdomain Linux Apache2 Web Server Script
» Linux Web Security For Apache2 Web Server
» Favico For Linux Web Server Apache2
» enabling apache2 server mods from cli very easily
» setup apache2 and mysql server on linux
» Linux Web Security For Apache2 Web Server
» Favico For Linux Web Server Apache2
» enabling apache2 server mods from cli very easily
» setup apache2 and mysql server on linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum