its a quick and studid one:
but i want to place the links from my site in a javascript page. but
i have ended up doing like this: sloppy
function link1() {
window.open('home.htm');
}
function link2() {
window.open('about.htm');
}
could someone please help and show me a simple way to set it up so i can set the pages as varables.. and just say use var 2 ect ect ect
thank you chris
but i want to place the links from my site in a javascript page. but
i have ended up doing like this: sloppy
function link1() {
window.open('home.htm');
}
function link2() {
window.open('about.htm');
}
could someone please help and show me a simple way to set it up so i can set the pages as varables.. and just say use var 2 ect ect ect
thank you chris
Comment