Lee Brenner
07-15-2002, 05:03 PM
This works in IE:
document.myIFrame.location.replace("somePage.html");
But not in Netscape or Mozilla. Can someone suggest the best cross-platform way to change the src of an I-Frame?
Also, a div I am using as a button has a css attribute set:
cursor: pointer;
This works correctly in Netscape/ Mozilla...a hand-cursor appears over my div. But in IE the default cursors show up (pointer and text-bar). However, if I use:
cursor: hand;
then exactly the opposite happens. Any advice?
Thanks in advance!
document.myIFrame.location.replace("somePage.html");
But not in Netscape or Mozilla. Can someone suggest the best cross-platform way to change the src of an I-Frame?
Also, a div I am using as a button has a css attribute set:
cursor: pointer;
This works correctly in Netscape/ Mozilla...a hand-cursor appears over my div. But in IE the default cursors show up (pointer and text-bar). However, if I use:
cursor: hand;
then exactly the opposite happens. Any advice?
Thanks in advance!