|
-
Feb 9th, 2001, 09:04 AM
#1
Thread Starter
Addicted Member
How can I specify a target frame in a ONCLICK event of a button with the statement : onclick="window.location.href = 'mypage.asp'"
-
Feb 9th, 2001, 10:49 AM
#2
call the following function in your onclick event
function openFrame(url,framename)
{
parent.frames[framename].location.href = url;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|