2 different jscripts in one:
I have 2 html files with 2 different jscripts. I want to make an page from 2 html pages. I want to add the effects from 2.html in the 1.html buttons. How can I do that?
Here are the 2 html pages
I uploaded those html files in my host
also the other .js files are in
http://antrepolotianproject.net63.net/jscript
The two files are called 1.html and 2.html
Ok this is really simple, just include the javascript on your pages with
<script>tags.Duplicate and change the
srcattribute for script file you need. For your own written JS, make another file such as global.js and include this in the same way.