home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / SampFram.asp < prev    next >
Text File  |  1997-10-25  |  734b  |  28 lines

  1. <HTML>
  2.  
  3.   <HEAD>
  4.         <META NAME="DESCRIPTION" CONTENT="Sample Frame Creator">
  5.         <META NAME="GENERATOR" CONTENT="Microsoft Notepad">
  6.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso8859-1">
  7.   </HEAD>
  8.  
  9.  
  10.  
  11. <%     
  12.     
  13.     ovfile = Request("ovfile")
  14.     srcfile = Request("srcfile")
  15.     
  16. %>
  17.  
  18.   <FRAMESET rows="25, *" FRAMEBORDER=0 FRAMESPACING=0 border=0 cellspacing=0>  
  19.    
  20.         <frame src="/IIsSamples/SDK/asp/docs/Toolbar.asp?ovfile=<% =ovfile %>&srcfile=<% =srcfile %>" name="ToolBar" noresize marginheight=0 marginwidth=0 framespacing=0 frameborder="0">
  21.         <frame src="<% =ovfile %>?DontFrame=1" name="SampMain" noresize framespacing=0 frameborder="0">
  22.  
  23.   </FRAMESET>
  24.  
  25.  
  26.  
  27. </HTML>
  28.