2025-04-27 07:49:33 -04:00

85 lines
3.6 KiB
HTML

<!-- no prod -->
<!doctype html public "-//W3C//DTD HTML 3.2//EN">
<html><head><title>IIS Tour Slide 6</Title>
<meta name="ROBOTS" content="NOINDEX">
<script language="VBScript"> <!--
Sub Text1Trans()
'Makes the first paragraph of text visible
Text1.filters(0).apply()
Text1.style.visibility="visible"
Text1.filters(0).play()
mytimer = window.setTimeout("BackGifTrans", 2000)
End Sub
Sub BackGifTrans()
'Loads the replacement gif over the background
BackGif.filters(0).apply()
BackGif.style.visibility = "visible"
BackGif.filters(0).play()
mytimer = window.setTimeout("Text2Trans", 2000)
End Sub
Sub Text2Trans()
'Makes the second paragraph visible
Text2.filters(0).apply()
Text2.style.visibility="visible"
Text2.filters(0).play()
LinkTrans
End Sub
Sub LinkTrans()
'Makes the back buttons visible
Link.filters(0).apply()
Link.style.visibility="visible"
Link.filters(0).play()
Link2Trans
End Sub
Sub Link2Trans()
'Makes the next button visible
Link2.filters(0).apply()
Link2.style.visibility="visible"
Link2.filters(0).play()
End Sub
Sub Next_onclick()
'Makes the button appeared depressed and moves to next slide
document.all.ButtonNext.src = "right3down.gif"
location.href= "iitourg.htm"
End Sub
Sub Back_onclick()
'Makes the button appeared depressed and moves back a slide
document.all.ButtonBack.src = "left3down.gif"
location.href= "iitoure.htm"
End Sub
-->
</script>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252"></head>
<body onload="Text1Trans" background="iitourf.gif" bgcolor="#FFFFFF" text="#FFFFFF"><font face="Verdana, Arial, Helvetica">
<div id="Title" style="position:absolute; left:7; top:7; width:425; font-size:12pt; font-family:Verdana, Arial; z-index:2; visibility:visible"><strong>Share Documents Across Platforms</strong></div>
<div id="Text1" style="position:absolute; font-size:10pt; font-family:Verdana, Arial; left:7; top:45; width:425; z-index:2; visibility:hidden; filter:revealTrans(Duration=2, Transition=19)"><strong>If you&#146;ve ever had difficulty viewing a document because it was created in a different version of the software, or on a different operating system, then you know how frustrating sharing can be.</strong></div>
<div id="BackGif" style="position:absolute; left:0; top:0; z-index:1;visibility:hidden; filter:revealTrans(Duration=3, Transition=12)"><img src = "iitourf1.gif"></div>
<div id="Text2" style="position:absolute; font-size:10pt; font-family:Verdana, Arial; left:200; top:175; width:225; z-index:2; visibility:hidden; filter:revealTrans(Duration=3, Transition=12)"><strong>Solve sharing problems by converting documents to HTML and publishing them on a Web site.</strong></div>
<div id="Link" style="position:absolute; top:285; left:360; visibility:hidden; z-index:2; filter:revealTrans(Duration=3, Transition=12)" ><img id="ButtonBack" src="left1up.gif" border=0 onmouseover="ButtonBack.src = 'left2mouse.gif' " onmouseout="ButtonBack.src = 'left1up.gif' " onclick=back_onclick></div>
<div id="Link2" style="position:absolute; top:285; left:385; visibility:hidden; z-index:2; filter:revealTrans(Duration=3, Transition=12)" ><img id="ButtonNext" src="right1up.gif" border=0 onmouseover="ButtonNext.src = 'right2mouse.gif' " onmouseout="ButtonNext.src = 'right1up.gif' " onclick=next_onclick></div>
<div id="BackButton" style="display:none"><img src=left3down.gif></div>
<div id="NexkButton" style="display:none"><img src=right3down.gif></div>
</font>
</body>
</html>