PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to solve body onload issue on a local apache2 server with a script tag

Go down

how to solve body onload issue on a local apache2 server with a script tag Empty how to solve body onload issue on a local apache2 server with a script tag

Post by jamied_uk 16th June 2013, 22:04

this is for if this sample fails to make a page execute correctly and how to fix it.

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.
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum