wiseguy2004
04-16-2007, 05:56 AM
1) Script Title: Dynamic Splash Screen
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm
3) Describe problem:
I'd like to incorporate this script into a single-page html, having the splash screen display, then simply going on with the rest of the content of the page. Is this possible?
I tried making the "targetdestination" "#Start" (The <a name="Start"> section of the page), but that doesn't work.
I've tried deleting the parts that reference "targetdestination"
//configure destination URL
var targetdestination="http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm"
and
else{
window.location=targetdestination
return
}
(2 instances of that one)
and
}
else
window.location=targetdestination
}
trying to just cut that function out altogether, but that didn't do it, either
I'm not that good with JavaScript or DHTML either one, so if anyone could help I'd sure appreciate it.
Thanks in advance
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm
3) Describe problem:
I'd like to incorporate this script into a single-page html, having the splash screen display, then simply going on with the rest of the content of the page. Is this possible?
I tried making the "targetdestination" "#Start" (The <a name="Start"> section of the page), but that doesn't work.
I've tried deleting the parts that reference "targetdestination"
//configure destination URL
var targetdestination="http://www.dynamicdrive.com/dynamicindex3/dynamicsplash.htm"
and
else{
window.location=targetdestination
return
}
(2 instances of that one)
and
}
else
window.location=targetdestination
}
trying to just cut that function out altogether, but that didn't do it, either
I'm not that good with JavaScript or DHTML either one, so if anyone could help I'd sure appreciate it.
Thanks in advance