1) strinidadGroup: Members Posts: 2Joined: 29 Nov 2005Location: IP: 200.55.--.--
Posted:
It is possible that when including pop_events in a web page the onload trigger on the body of that page not work
With onload I set the focus in different fields of the page
There is some solution for this
Sorry for my english
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 210.54.--.--
Posted:
Make sure the pop_events.js file is within the <body> not the <head> and all should be fine.
Alternatively, it's better practice to put all your JavaScript in external files, so perhaps move whatever you have in your BODY ONLOAD into the pop_events file too.