Login   Register  
PHP Classes
elePHPant
Icontem

File: page_finished.xul

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Herman Veluwenkamp  >  HV HTTP Multipart  >  page_finished.xul  >  Download  
File: page_finished.xul
Role: Auxiliary data
Content type: text/plain
Description: Page that displays 'Finished' in XUL markup
Class: HV HTTP Multipart
Push multiple pages to browser in one HTTP request
Author: By
Last change:
Date: 2004-06-20 16:00
Size: 336 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>


<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">


 <vbox flex="1">
    <hbox flex="1"><label value="finished"/></hbox>
  </vbox>


</window>