"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/meta-redirect.html" (17 Feb 2023, 254 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <html>
    2 <head>
    3     <title>Some test page</title>
    4     <meta http-equiv="refresh" content="0;URL=resultPage.html"/>
    5 </head>
    6 <body>
    7 <script type="text/javascript" language="javascript"><!--
    8 location.replace("resultPage.html");
    9 //--> </script>
   10 </body>
   11 </html>