- English -
Resident Freddy
- Joined
- Apr 7, 2004
- Messages
- 5,263
Hello
Ive basically got 2 HTML pages, and one has a button to run the script
the script is in another html file called functionscript, which basically just calculates some numbers and prints out the result.
Is there anyway to reference or link this so it will work when i press the calculate score button?
Thanks!
Ive basically got 2 HTML pages, and one has a button to run the script
Code:
<input type=button value="Calculate Score" onclick="runScript();">
the script is in another html file called functionscript, which basically just calculates some numbers and prints out the result.
Is there anyway to reference or link this so it will work when i press the calculate score button?
Thanks!