PDA

View Full Version : Sliding windows


chinni
04-18-2003, 02:30 PM
I've got a simple html index page.After few seconds, I would like to show a different layer or page in the centre.It looks something like opening a wondow.Do I need to do that in flash or is it possible in any other way.
Could somebody please help me out.

Many thanks

shlagish
04-21-2003, 05:18 AM
Could you be a little more precise, I don't quite understand what you mean...
Do you mean:
When you load: index.html, it loads normally, but then after 10 seconds it reloads as whatever.html
?
or
When you load: index.html, it loads normally, but then after 10 seconds, a box appears over index.html but WITHOUT unloading index.html
?

chinni
04-21-2003, 10:14 AM
Hi ya slagish,

Yeah, I'm looking for both the options which you are saying.

well, how should i do that?

Thanks for your time

Cris79
04-21-2003, 10:56 AM
For the first problem

When you load: index.html, it loads normally, but then after 10 seconds it reloads as whatever.html

you can put in index.html Head this

<META HTTP-EQUIV="REFRESH" CONTENT="10; URL=whatever.html'>

RoyW
04-21-2003, 03:56 PM
http://www.dynamicdrive.com/dynamicindex17/dropinbox.htm
http://www.dynamicdrive.com/dynamicindex11/abox.htm
http://www.dynamicdrive.com/dynamicindex11/abox2.htm
http://www.dynamicdrive.com/dynamicindex11/dhtmlad.htm

shlagish
04-22-2003, 02:22 AM
I suggest you use a version the user can close, otherwise it can be quite frustrating