Problem! I need to document.write( ) into iframe or ilayer in safari.
In IE mac+pc the below code works a treat
for(f=0; f<=int_q[arg_a].length-1; f++) {
document.frames[0].document.write ('stuff'+f+'stu ff');
}
tried-
document.getEle mentById('id'). document.write( '');
but no luck, any suggestions?
In IE mac+pc the below code works a treat
for(f=0; f<=int_q[arg_a].length-1; f++) {
document.frames[0].document.write ('stuff'+f+'stu ff');
}
tried-
document.getEle mentById('id'). document.write( '');
but no luck, any suggestions?
Comment