File: myExternalFunction.js

package info (click to toggle)
php-xajax 0.2.4-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 336 kB
  • ctags: 557
  • sloc: php: 1,667; sh: 45; makefile: 44
file content (4 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (5)
1
2
3
4
function myFunction()
{
	alert('Congratulations!\n  You have successfully included the\n myExternalFunction.js without reloading the page.');
}