home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Keith Rowland's Guide to the Wacky Wild Web
/
ROWLAND.ISO
/
pc
/
wacky2.swf
/
scripts
/
DefineSprite_130
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-04
|
314 b
|
13 lines
getpage = function(thepage)
{
trace("this is your page " + thepage);
newpage = new LoadVars();
newpage.load("wacky/" + unescape(thepage));
newpage.onLoad = function()
{
page.htmlText = unescape(newpage);
};
};
directory = new LoadVars();
directory.load("wacky/directory.html");