snowtown
07-15-2002, 02:11 PM
I've tried the following code in IE6, NS6.2 and Opera6.01 but it only works in IE, why?
I have the following function in an external .js file:
function goto(where){
window.location = where;
}
And the following code in the .asp document:
.....
<td onclick="goto('default.asp');">
.....
But when I click the <td>, nothing happens.
I have the following function in an external .js file:
function goto(where){
window.location = where;
}
And the following code in the .asp document:
.....
<td onclick="goto('default.asp');">
.....
But when I click the <td>, nothing happens.