javascript help
javascript help
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- jevad0
just stick this:
if (window == top)
{
top.location.href = "index.html";
}In all your inline or iframe pages.
Then when anyone hits any of those pages they will be redirected to index.html- or you can change that to whatever...