I've got a page with two frames, a list is at the top. When I select an item from the list I want it to display some content in the frame below. How is this done?
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript
>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
<script lanquage="VbScript">
Sub List1_onclick
Top.rightframe.location.href = "http://www.twistedhumour.com
End Sub
</script>
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details
Please rate this post if it was useful for you!
Please try to search before creating a new post,
Please format code using [ code ][ /code ], and
Post sample code, error details & problem details