[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Frame Trouble

  • From: Martin Gallagher <mail@s...>
  • To: XML List <xml-dev@l...>
  • Date: Mon, 06 Aug 2001 18:09:12 +0100

frame resizeable
Trying to create a resizeable left frame, in XHTML.
 
Heres the code:
 
<?php echo"<?xml version=\"1.0\"?>"?>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="Downloads, Tutorials, Validation and Examples on XML the eXtensible Markup Language and all of its sister languages." />
<meta name="keywords" content="XHTML,XML,XSL,XQuery,XPath,XSLT,CSS,MathML,RDF,SMIL,XLink,XLL,XForms,XForm,XML Schema,Schema,DTD,XPointer,XML Syntax,XML Base,XML Protocol,SVG" />
<title>XML - StylishMonkey.com - The Dynamic Web Experience</title>
<script type="text/javascript">
if (top.location != self.location)
{
top.location = self.location;
}
</script>
</head>
<frameset rows="90,*" frameborder="0" framespacing="0">
<frame style="border-bottom: black 1px solid" name="top" scrolling="no" noresize="noresize" src="top.php" />
<frameset cols="215,*" frameborder="0" framespacing="0">
<frame style="border-left: black 1px solid; border-bottom: black 1px solid; border-right: black 1px solid" name="nav" scrolling="yes" src="left.php" />
<frame style="border-right: black 1px solid; border-bottom: black 1px solid" name="main" scrolling="yes" noresize="noresize" src="main.php" />
</frameset>
<noframes>
<body>
Sorry your browser doesn't support our web page!
</body>
</noframes>
</frameset>
</html>
 
The trouble is the highlighted red code, how do i make this particular frame resizeable? I used to know but i now forgot. (Ignore the PHP code near the top of the code)
 
http://www.StylishMonkey.com - The Dynamic Web Experience

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.