1) Script Title:
splash page
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...amicsplash.htm
3) Describe problem:
if I want to change the " skip page" pic play to put it in the middle of page for example .... is it possible ?
1) Script Title:
splash page
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...amicsplash.htm
3) Describe problem:
if I want to change the " skip page" pic play to put it in the middle of page for example .... is it possible ?
Do you mean add the button inside the page that's shown in the IFRAME itself? Try something like the following:
This only works if the page inside the IFRAME is from the same domain as the parent page containing the Splash Page script.Code:<a href="javascript:parent.splashpage.closeit()">Skip To Content<a>
DD Admin
albgrea (01-26-2010)
I've tried but also it doesn't skip or close the page
here what I mean
test.linkatty.com
up up up up up
can any one help in this ?
It didn't work due to the permissions issue I mentioned above:
Specifically, your sample page is on test.linkatty.com while the IFRAME page is located at just linkatty.com A sub domain to JavaScript is a separate domain from the main domain.Code:Error: Permission denied for <http://linkatty.com> to get property Window.splashpage from <http://test.linkatty.com>. Source File: javascript:parent.splashpage.closeit() Line: 1
Try putting both pages on the same domain, and see if that works.
DD Admin
albgrea (01-29-2010)
thank you thank thank you .... it really works
you r the best
Bookmarks