Home EDRN Publications Publications Frameset
Document Actions

Publications Frameset

by Sean C Kelly last modified 2006-03-02 13:55

Display publications from FHCRC but with cancer.gov in address bar using a cheesy frameset trick.

Click here to get the file

Size 1 kB - File type text/html

File contents

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Publications</title>
  </head>
  <frameset rows="99%,1%" frameborder="0" marginwidth="0" marginheight="0">
    <frame src="http://www.compass.fhcrc.org/edrnnci/bin/publication/publication.asp" name="topFrame" scrolling="auto"/>
    <frame src="about:blank" scrolling="no"/>
  </frameset>
</html>
HERE!