/    Sign up×
Community /Pin to ProfileBookmark

On page load problems .

? What I am trying to do is after the scrolling text ” L o a d i n g . . . ” shows for a set time it gets replace with a menus which is wrote in html.

I try mixing div and var scripts but I just get the loading text scrolling and it does not change after the set time .

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@temp_user123Jul 10.2007 — Show some code.
Copy linkTweet thisAlerts:
@KaiservadinauthorJul 10.2007 — Show some code.[/QUOTE]

let me try to rewrite it, give me till tomorrow evening.
Copy linkTweet thisAlerts:
@KaiservadinauthorJul 12.2007 — <head><title>Kaleria Evolution</title>

<script language="JavaScript">

function setAllVisible() {

document.getElementById("Progression").style.visibility="hidden";

document.getElementById("Menus").style.visibility="hidden";}

</script>

</head><!-- Heading ends & Body Starts -->

<body text="white" link="white" alink="white" vlink="white" background="Interface/IntroL.PNG" onLoad='

document.getElementById("Progression").style.visibility="visible";

document.getElementById("Menus").style.visibility="hidden";'>

<script type="text/javascript">

var loadmenus

var txt = " hi "

fuction test()

{

var loadmenus=setTimeout("document.write("<br>txt")",15000)

}

</script>

<div id="Progression" STYLE="position:absolute; TOP:330px; LEFT:0px;overflow:auto;">

<marquee width="1006" scrolldelay="10"><font size="4" color="gray"><i>L o a d i n g</i></font></marquee></div>

<div id="Menus" STYLE="position:absolute; TOP:330px; LEFT:0px;overflow:auto;">

<font size="4" color="gray">Homepage - Forum - Intro - Links</font></div>

</body> What I am trying to do is after it shows loading for awhile it fades away or disappears and then my menus shows .
×

Success!

Help @Kaiservadin 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 6.17,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...