1) Script Title: Dynamic Splash Screen
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...amicsplash.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"
trying to just cut that function out altogether, but that didn't do it, eitherCode://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 }
I'm not that good with JavaScript or DHTML either one, so if anyone could help I'd sure appreciate it.
Thanks in advance



Reply With Quote
Bookmarks