This works in IE and FF, however I am not having success in Chrome.
Any suggestions on how to overcome this?
with(document.form) {
action = "www.google.com";
target = "rnd";
submit();
action = "www.yahoo.com";
target = "rnd2";
submit();
action = "www.ibm.com";
target = '_self';
submit();
}


LinkBack URL
About LinkBacks



Reply With Quote