home *** CD-ROM | disk | FTP | other *** search
/ 202.53.64.216 / 202.53.64.216.tar / 202.53.64.216 / revelationindia / cbrevnewsample1.asp < prev    next >
Text File  |  2006-05-20  |  2KB  |  60 lines

  1. <SCRIPT LANGUAGE=javascript>
  2. <!--
  3.  
  4. //-->
  5. </SCRIPT>
  6. <html>
  7. <head>
  8. <title>RevelationIndia - About Us</title>
  9. <style>
  10. A
  11.             {
  12.                 COLOR : white; Text-Decoration : None
  13.             }
  14.  
  15.             A:Hover
  16.             {
  17.                 COLOR : #cc0000;Text-Decoration : underline
  18.             }
  19.  
  20. </style>
  21. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  22. </head>
  23. <body bgcolor="#f7f7ff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><a name="top"><!--#include file ="include\tophome.inc"--></a> 
  24. <table width="779" border="0" cellspacing="0" cellpadding="0" height="500">
  25.   <tr> 
  26.     <td width="150" rowspan="9" valign="top"><!--#include file ="include\lefthome.inc"-->
  27.      </td>
  28.     <td colspan="2" align="middle" valign="top" rowspan="9" width="700"> 
  29.      <br><br>
  30.  <%
  31. Dim objXMLHTTP, xml
  32. ' Create an xmlhttp object:
  33. Set xml = Server.CreateObject("Microsoft.XMLHTTP")
  34. ' Or, for version 3.0 of XMLHTTP, use:
  35. ' Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
  36. ' Opens the connection to the remote server.
  37. xml.Open "GET", "http://headlines.agapepress.org/users/esoc/esoc2.asp", False
  38. ' Actually Sends the request and returns the data:
  39. xml.Send
  40. 'Display the HTML both as HTML and as text
  41. Response.Write xml.responseText
  42. Set xml = Nothing
  43. %>
  44.       
  45.       
  46.     </td>   
  47. <tr></tr>
  48. </table>
  49. <table border=0 align = center width = "50%" cellspacing = 2 cellpadding = 2>
  50. <TR>
  51.     <TD width = 200 align = middle><A href= "#top"><IMG src="IMAGES/top.gif" border=0></A></TD>
  52.     <TD align =middle width = 200><A href= "default.asp"><IMG src = "images/home1.gif" border = 0></A></TD>
  53.     <TD align =middle width = 200><A href= "javascript:history.back(1)"><IMG src = "images/back1.gif" border = 0></A></TD>
  54. </TR>
  55. </table>
  56. <br><!--#include file ="include\bottom.inc"--> 
  57. </body>
  58.  </body>
  59. </html>
  60.