<% dim useragent ' HTTP_USER_AGENT string from browser dim ieverstr ' MSIE Version string from HTTP_USER_AGENT dim iever ' IE Version (integer for comparison) useragent = Request.ServerVariables("HTTP_USER_AGENT") ieverstr = Mid(useragent,Instr(useragent,"MSIE")+5,4) iever = Left(ieverstr,1) if IsNumeric(iever) = False then iever = 0 ' Localizable strings L_CurrSrvStr_TEXT = "the current server" L_InvalidURLErrStr_TEXT = "Please enter a valid web address" %>
Microsoft Office Server Extensions
Start Page
Quick Start! - Click here to start using features of Office Server Extensions right now.

<% on error resume next set QTest = Server.CreateObject("IXSSO.Query") if IsObject(QTest) = TRUE then %> <% else %><% end if %>
Browse Web Folders
Browse the folders available on this server. You can then search the folder or use Web Discussions.

Search Web Folders
Open the Office Server Extensions Search page, which allows you to search the server using the properties of your Office documents.

Web Discussions
Type the Web address of the document you want to use Web Discussions on. If the document is located on a server other than <% ServerName = Request.ServerVariables("SERVER_NAME") if ServerName = "" then response.write L_CurrSrvStr_TEXT else response.write ServerName end if %>, such as a document on the Web, click This is a document on another server.

" accesskey=w>
This is a document on another server
Office Server Help
Use the Office Server Extensions HTML-based Help system.  Office Server Help provides both conceptual information and step-by-step instructions so that users at all levels of experience can work with Office Server Extensions.

Manage Web Subscriptions
Use this form to view and delete your Web Subscriptions after you have subscribed to document changes using the Subscribe button on the Web Discussions toolbar. You must have the proper access to use this form.

Product Information
Go to the Microsoft Office Home Page. Get more information about Office, including product information, online demonstrations, free product enhancements and downloads, and business resources.