PDA

Click to See Complete Forum and Search --> : How can I specify Target frame???


wernerh
Feb 9th, 2001, 08:05 AM
How can I specify a target frame in a ONCLICK event of a button with the statement : onclick="window.location.href = 'mypage.asp'"

sebs
Feb 9th, 2001, 10:55 AM
onclick="parent.frames.yourFramesName.location.href = 'mypage.asp'"