[thelist] Frameset Calling PDF

j s jslist at sbcglobal.net
Thu Aug 4 08:21:16 CDT 2005


Hello,
 
I'm trying to set a page with a menu & header & a pdf.  The pdf changes often so I'd like another dept to upload the pdf and then the web page just calls it.  
 
Can a frameset call a pdf to be displayed in the window?  
I've tried this but it knocks the menu & header pages out
 
<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame src="../header.html" name="topFrame" scrolling="NO" noresize >
  <frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
    <frame src="../menu.asp" name="leftFrame" scrolling="NO" noresize>
    <frame src="fmla.pdf" name="mainFrame">
  </frameset>
</frameset>
 
It doesn't seem to work if the main frame calls an asp page with an include either.
 
Jess


More information about the thelist mailing list