Wondering if javascript could open an url at a specific location on a page.
if ( test == "a") {
document.write("Below is the page");
//here will be the page that 1st url referred to
} else {
document.write("Here is another page");
//here will be the page that 2nd url referred to
}
if ( test == "a") {
document.write("Below is the page");
//here will be the page that 1st url referred to
} else {
document.write("Here is another page");
//here will be the page that 2nd url referred to
}