/    Sign up×
Community /Pin to ProfileBookmark

Loading problem

<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
var matrix_window;
function MatrixWrite(string, bold, italic, speed) {
var height = window.screen.height;
var width = window.screen.width;
var win_dimensions = “height = ” + eval(height + 10) + “, width = ” + eval(width + 30);
matrix_window = window.open(“blank.htm”, “matrix_window”, win_dimensions);
matrix_window.document.open(“text/html”, “replace”);
var i;
var timer = 0;
if(matrix_window.moveTo)
matrix_window.moveTo(-10, -30);
if(matrix_window.resizeBy)
matrix_window.resizeBy(0, 50);
matrix_window.document.write(“<body bgcolor=000000 text=00ff00 onBlur=’self.focus()’>”);
matrix_window.document.write(“<font face=system>”);
if(bold == true) matrix_window.document.write(“<b>”);
if(italic == true) matrix_window.document.write(“<i>”);
for(i = 0; i <= string.length; i++) {
timer += (Math.random() * speed);
setTimeout(“matrix_window.document.write(‘” + string.charAt(i) + “‘);”, timer);
}
timer += 2000;
setTimeout(“matrix_window.close()”, timer);
}
var messages = new Array(“Knock..Knock..Neo! Wake Up! THe MaTriX Has You! THe Gates Are Coming..to Help..And Show You the Way…”);
function GetRndIndex() {
return (parseInt(Math.random() *
messages.length));
}
function WriteRndMsg(bold, italic, speed) {
MatrixWrite(messages[GetRndIndex()], bold, italic, speed);
}
var targeturl=”http://fp1.centurytel.net/gates/nav.htm
newwin=window.open(“”,””,”scrollbars”)
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl

// End –>
</script>
<meta http-equiv=”refresh” content=”1;url=javascript:WriteRndMsg(true, false, 750)”>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<meta name=”GENERATOR” content=”Microsoft FrontPage 4.0″>
<meta name=”ProgId” content=”FrontPage.Editor.Document”>
<title>Nav0</title>
</HEAD>
<body bgcolor=”#000000″ text=”#000000″>
<p align=”center”>&nbsp;
<p align=”center”>&nbsp;</p>
<p align=”center”>&nbsp;</p>
<p align=”center”>&nbsp;</p>
<p align=”center”>&nbsp;</p>
<p align=”center”>&nbsp;</p>
<p align=”center”>
<a href=”javascript:window.close();”><font size=”5″ color=”#FF0000″><b>Close Window</b></font></a>
</p>
</body>
</html>

My Question is is there another way to make this script open and close from one page to the next other then I have already done???? the way this is set it opens 3 windows at one time. the page its pointed too and 2 behind it …what I am after is from one page to this effect then a new page opening up when the effect closes but no pages behind it!

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@DansserauthorMay 20.2003 — You can see what I allready have here

http://fp1.centurytel.net/gates/nav0.htm

the acual page with the script is behind this page after you exit the site where I put a "Close window" in the middle of the page...

the pages its pulling up are... the scripts page... my index page -I have no idea why? and the page I want it to go to..


I want the same fuction as what I have but not the 2 pages behind the main page ANY help would be Great I been working on this sence before the new matrix movie came out!

THanks Dansser
×

Success!

Help @Dansser spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...