ASP Test

Kingdom WDW

New Member
Original Poster
Test.

<html>
<head>
<title>DisneyWorld Map</title>

<!--#include file="../includes/DODGeneral.inc"-->

<script>


function SessionInit ()
{
// reset the opening voice-over
}

function PageLeave ()
{
clearTimers ();
}

function PageInit (mfrMachineName1, mfrMachineName2, mfrMachineName3, myMachineName)
{
setGlobals (mfrMachineName1, mfrMachineName2, mfrMachineName3, myMachineName);

document.URL = "mci://PlayNow," + MACHINE_NAME + VOICE_PATH + "Epcot.wav,false";
setTimeout ('PlayAudio ()', 200);

sessionTimerReset ();
}

function PlayAudio ()
{
document.URL = "mci://PlayBackground," + MACHINE_NAME + VOICE_PATH + "Disneyland.wav,true";
}

</script>

</head>

<LINK REL=STYLESHEET HREF="../StyleSheets/DisneyWorld.css" TYPE="text/css">

<body onmousedown="sessionTimerReset()" bgcolor="black" border="0" leftmargin="0" topmargin="0">
<img src="../images/Epcot/Map/EP_WDWF_Map_Main.jpg" width="800" height="600" border="0">

<div id="lyrWorldWestland" style="position:absolute; width:69px; height:41px; z-index:1; left:606; top:204" onmousedown="ShowAndGo(iWorldWest, 'landWSW.asp')">
<img id="iWorldWest" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_WSW.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrWorldEast" style="position:absolute; width:69px; height:41px; z-index:1; left:430; top:151" onmousedown="ShowAndGo(iWorldEast, 'landWSE.asp')">
<img id="iWorldEast" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_WSE.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrFutureWest" style="position:absolute; width:69px; height:41px; z-index:1; left:408; top:365" onmousedown="ShowAndGo(iFutureWest, 'landFWW.asp')">
<img id="iFutureWest" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_FWW.jpg" width="69" height="41">
</div>

<div id="lyrFutureEast" style="position:absolute; width:69px; height:41px; z-index:1; left:274; top:303" onmousedown="ShowAndGo(iFutureEast, 'landFWE.asp')">
<img id="iFutureEast" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_FWE.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrSearchLand" style="position:absolute; width:115px; height:71px; z-index:1; left:58; top:354" onmousedown="ShowAndGo(iSearch, 'gosearch://')">
<img id="iSearch" style="visibility:hidden" src="../images/Epcot/Map/EP_WDWF_Search.jpg" width="115" height="71">
</div>

<div id="lyrMainMap" style="position:absolute; width:115px; height:71px; z-index:1; left:58; top:465" onmousedown="ShowAndGo(iMain, 'gomainmap://')">
<img id="iMain" style="visibility:hidden" src="../images/Epcot/Map/EP_WDWF_MainMap.jpg" width="115" height="71" border="0" alt>
</div>

<!--#include file="../includes/WDWF_Timeouts.inc"-->

</body>
</html>
 

unkadug

Follower of "Saget"The Cult
HTML:
Test.

<html>
<head>
<title>DisneyWorld Map</title>

<!--#include file="../includes/DODGeneral.inc"-->

<script>


function SessionInit ()
{
	// reset the opening voice-over
}

function PageLeave ()
{
	clearTimers ();
}

function PageInit (mfrMachineName1, mfrMachineName2, mfrMachineName3, myMachineName)
{
	setGlobals (mfrMachineName1, mfrMachineName2, mfrMachineName3, myMachineName);

    document.URL = "mci://PlayNow," + MACHINE_NAME + VOICE_PATH + "Epcot.wav,false";
	setTimeout ('PlayAudio ()', 200);
		
	sessionTimerReset ();
}

function PlayAudio ()
{
	document.URL = "mci://PlayBackground," + MACHINE_NAME + VOICE_PATH + "Disneyland.wav,true";
}

</script>

</head>

<LINK REL=STYLESHEET HREF="../StyleSheets/DisneyWorld.css" TYPE="text/css">

<body onmousedown="sessionTimerReset()" bgcolor="black" border="0" leftmargin="0" topmargin="0">
<img src="../images/Epcot/Map/EP_WDWF_Map_Main.jpg" width="800" height="600" border="0">

<div id="lyrWorldWestland" style="position:absolute; width:69px; height:41px; z-index:1; left:606; top:204" onmousedown="ShowAndGo(iWorldWest, 'landWSW.asp')">
<img id="iWorldWest" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_WSW.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrWorldEast" style="position:absolute; width:69px; height:41px; z-index:1; left:430; top:151" onmousedown="ShowAndGo(iWorldEast, 'landWSE.asp')">
<img id="iWorldEast" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_WSE.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrFutureWest" style="position:absolute; width:69px; height:41px; z-index:1; left:408; top:365" onmousedown="ShowAndGo(iFutureWest, 'landFWW.asp')">
  <img id="iFutureWest" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_FWW.jpg" width="69" height="41"> 
</div>

<div id="lyrFutureEast" style="position:absolute; width:69px; height:41px; z-index:1; left:274; top:303" onmousedown="ShowAndGo(iFutureEast, 'landFWE.asp')">
<img id="iFutureEast" style="visibility:hidden" src="../images/Epcot/map/EP_WDWF_FWE.jpg" width="69" height="41" border="0" alt>
</div>

<div id="lyrSearchLand" style="position:absolute; width:115px; height:71px; z-index:1; left:58; top:354" onmousedown="ShowAndGo(iSearch, 'gosearch://')">
  <img id="iSearch" style="visibility:hidden" src="../images/Epcot/Map/EP_WDWF_Search.jpg" width="115" height="71"> 
</div>

<div id="lyrMainMap" style="position:absolute; width:115px; height:71px; z-index:1; left:58; top:465" onmousedown="ShowAndGo(iMain, 'gomainmap://')">
<img id="iMain" style="visibility:hidden" src="../images/Epcot/Map/EP_WDWF_MainMap.jpg" width="115" height="71" border="0" alt>
</div>

<!--#include file="../includes/WDWF_Timeouts.inc"-->

</body>
</html>


possibly
HTML:
visibility:hidden
 

Register on WDWMAGIC. This sidebar will go away, and you'll see fewer ads.

Back
Top Bottom