Forum Moderators: open
<a href="javascript:void(0)" onClick="loadDetails( 'fooBar' )">
my JS is like this:
loadDetails( fileName ) {
detframe = document.getElementById( "details" );
detframe.src = "details.jsp?file=" + fileName;
[mysterious problem-solving alert( "hello" ) here]
colorDetails();
}
for some reason, in NN6, the page only loads into the iFrame properly when I have an alert in the line right before colorDetails(). When I don't have an alert there, the iFrame doesn't respond. anyone know what on earth could be causing this???
thanks!!!
beth
(edited by: tedster at 7:12 pm (utc) on May 17, 2002)