"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/common/src/web/win32frameset.html" (17 Feb 2023, 202 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></head>
    3 <frameset cols="*, *, *">
    4     <frame name="first" src="page/1"/>
    5     <frame name="second" src="page/2?title=Fish"/>
    6     <frame name="third" src="formPage.html"/>
    7 </frameset>
    8 </html>