File: myExternalFunction.js

package info (click to toggle)
php-xajax 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,176 kB
  • ctags: 2,662
  • sloc: php: 11,879; sh: 34; makefile: 13
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.');
}