hi there,
i want to open my document in a target frame, how could i do this?
eg:
window.open("iii.html")
where i must put the parameter if i want this page appear in frame-rightframe""
try: window.open('iii.html','rightframe_name');