Feedback on: irt.org FAQ Knowledge Base Q40
Worth:
Very worth reading
Length:
Just right
Comments:
I noticed that when trying this function in a frameset it doesn't work and I imagine that is due to that fact that the opener for a frame isn't the same as the opener for a window. is there a way to change the taget? The way you have it is opener.window.location.href;can that be changed to parent.opener.window.location.href?
thanks,
Emilio
Technical:
Too technical
Comments:
Would'nt this be simpler
....
....
<input type="button" value="Open New Window" onClick="newWindow('a.html','window2');window.open('b.html','_self',' ')">
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Perfect, exactly what I was looking for a fixed the problem straight away.
The other dude moaning about it being to techinical obviously didn't grasp the point.
Thanks!
Worth:
Very worth reading
Length:
Too short
Technical:
Just right
Comments:
this is great! i've been looking for this for days! however, it took me a while to figure out how to implement it. a short note pointing out the variables would be nice for those of us that aren't web gurus.