Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 14th, 2006, 10:58 AM
Authorized User
 
Join Date: Feb 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default two frame - how to run selected url in other fram

I have the following code that runs two frames. The first frame menu.xml runs a xls that builds my web pages menus url links. The second fame books.asp is my web page.

Is it possible for a user to select a link in the first frame, and that link is displays in the second frame. How do I do this ?

Thanks - Brendon

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css" >
<title>Big Book Shop</title>
</head>

<frameset rows="15%,85%" border="0">

   <frame src="menu.xml">
   <frame src="books.asp">

</frameset>

</html>

 
Old March 14th, 2006, 03:58 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Yes, that's partly the purpose of frames. Any frames tutorial will tell you how, probably on the first page. Don't take this the wrong way, but you will benefit more from reading one of them than from getting some copy-paste code here.

http://google.com/search?q=HTML+frames+tutorial

--
http://yupapa.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
parsing form data from frame to other frame audio-catalyst Classic ASP Basics 5 January 3rd, 2006 02:57 PM
run database query when drop-down is selected crmpicco Classic ASP Basics 4 August 9th, 2005 12:28 PM
Call right frame Page_Load event from left frame. ochanarachel Classic ASP Basics 0 January 28th, 2005 05:13 AM
How to run a client-side .exe in the ASP.NET frame Martyn ADO.NET 1 July 17th, 2004 12:12 AM
Link from listbox to a specific fram myedu2k4 Dreamweaver (all versions) 6 May 26th, 2004 02:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.