Hmmm...If I use an ID for the <iframe> then can
target= in the <a> tag "find" it? I've never tried that.
Actually, in my own code, I do use an ID for the <iframe> and then do
Code:
document.getElementById("hiddenFrame").src =
"playitAgainSam.asp?file=" + encodeURIComponent(someFileName);
I was trying to simplify that for use with the <a> tag.