Jul 15, 2004 #1 jockey Programmer Nov 18, 2003 34 GB Hi I have a page with 2 frames. How do I change the page loaded into the second frame from a Asp button on the first frame. Jamie
Hi I have a page with 2 frames. How do I change the page loaded into the second frame from a Asp button on the first frame. Jamie
Jul 15, 2004 1 #2 DaZZleD Programmer Oct 21, 2003 886 US you can use JavaScript on the client side. wither post here back for the code or post it in the JavaScript forum. -------------------------- "two wrongs don't make a right, but three lefts do" - the unknown sage Upvote 0 Downvote
you can use JavaScript on the client side. wither post here back for the code or post it in the JavaScript forum. -------------------------- "two wrongs don't make a right, but three lefts do" - the unknown sage
Jul 15, 2004 Thread starter #3 jockey Programmer Nov 18, 2003 34 GB Yea the code would be good thanx. Is there a way of doing this using VB?? Upvote 0 Downvote
Jul 15, 2004 #4 DaZZleD Programmer Oct 21, 2003 886 US VBScript you mean... there surely is, but you will need to ask this in the VBScript forum because I've never used it. in JavaScript you can use Code: <input type=button onClick="top.frame_name.document.location.href='page_address.aspx'">; -------------------------- "two wrongs don't make a right, but three lefts do" - the unknown sage Upvote 0 Downvote
VBScript you mean... there surely is, but you will need to ask this in the VBScript forum because I've never used it. in JavaScript you can use Code: <input type=button onClick="top.frame_name.document.location.href='page_address.aspx'">; -------------------------- "two wrongs don't make a right, but three lefts do" - the unknown sage