Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97 lines (67 sloc)
2.49 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE>DOSOLUTIONS Inc.</TITLE> | |
| <!-- Script to keep the Dosolutions site out of external frames --> | |
| <SCRIPT Language='JavaScript'> | |
| <!-- | |
| if (top.location != location) top.location.href = location.href; | |
| //--> | |
| </SCRIPT> | |
| <META NAME="description" CONTENT="Dosolutions Home Page"> | |
| <META NAME="keywords" | |
| CONTENT="Dosolutions, programming, Web sites, Computers, JavaScript, Internet Presence, web, consulting, graphics, shockwave, Java, programming, PCs, upgrades, Computer Quotes, PC prices, networks, POS, C++, E-Mail, Database, Access, Cold Fusion, J++, ISDN, hardware, ethernet, Dosolutions, Internet Presence, E Commerce, web design, consulting, graphics, shockwave, Java, tools, networks, POS, C++, E-Mail, Database, Access, Cold Fusion, ISDN, CFML, VTML, XML, DSL"> | |
| <META NAME="ORG" CONTENT="Dosolutions"> | |
| <META NAME="AUTHOR" CONTENT="Daniel Hovis of Dosolutions"> | |
| <META NAME="ORG" CONTENT="Dosolutions"> | |
| <meta name="rating" content="General"> | |
| <meta name="revisit-after" content="10 days"> | |
| <meta name="Classification" content="Programming"> | |
| <META name="resource-type" content="document"> | |
| <META name="distribution" content="global"> | |
| <meta http-equiv="generator" content="CF Studio 4"> | |
| <META NAME="BUILD" CONTENT="1/16/96"> | |
| <meta name="REVISED" content="2/2/2"> | |
| <META HTTP-EQUIV="Window-Target" CONTENT="_top"> | |
| <META NAME="Copyright" Content="All rignts reserved 1999 Dosolutions Inc."> | |
| </HEAD> | |
| <frameset rows="23,72,*" | |
| framespacing="0" | |
| frameborder="0" | |
| bordercolor="#FFFFFF" | |
| border="0"> | |
| <frame src="navbar.cfm" | |
| name="navbar" | |
| frameborder="No" | |
| scrolling="no" | |
| noresize | |
| marginwidth="0" | |
| marginheight="0" | |
| border="0"> | |
| <frame src="logo.cfm" | |
| name="logo" | |
| frameborder="No" | |
| scrolling="no" | |
| noresize | |
| marginwidth="0" | |
| marginheight="0" | |
| border="0"> | |
| <frame src="main.cfm?CenterURL=center.cfm" | |
| name="main" | |
| frameborder="No" | |
| scrolling="Auto" | |
| noresize | |
| border="0" | |
| marginwidth="0"> | |
| <!-- <FRAME SRC="main.cfm" NAME="main"> --> | |
| </FRAMESET> | |
| <NOFRAMES> | |
| <META HTTP-EQUIV="Refresh" CONTENT="3; URL=http://dosolutions.com/old.cfm"> | |
| <body> | |
| <h2>Your Browser dosen't support frames! My my, that is an old browser!<P> | |
| Hold on while we transfer you to a non-frames version of our site.<br> | |
| If your still looking at this you could click this link | |
| <a href="http://dosolutions.com/old.cfm">To Dosolutions.com</a></h2> | |
| <P> | |
| </body> | |
| </NOFRAMES> | |
| </html> |