![]() |
|
|
|||||||
![]() |
HTML - Loading successive pages an IFrame using Java? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Does anyone know a way to load successive pages into an IFrame timed for
example 7 seconds apart? Mr. Bill |
|
|
|
|
#2 |
|
Posts: n/a
|
use META refresh in the header for each HTML.
Or...... use JavaScript, but beware not everyone has javascript turned on. Mich "Mr. Bill" <> wrote in message news:0WtPb.5201491$... > Does anyone know a way to load successive pages into an IFrame timed for > example 7 seconds apart? |
|
|
|
#3 |
|
Posts: n/a
|
Well I am using Java to do what I want to do inside the I frame anyway so I
don't suppose that if Java is off it will matter much anyway. And if I use META refresh in the head of the individual documents, I am wondering how that will cause the pages to change in order to scroll through the pages? I thought that it would refresh one page, but how would it turn one page off and display another? I am really new so please pardon my ignorance here... Thanks, Mr. Bill. |
|
|
|
#4 |
|
Posts: n/a
|
Oh, I think I see what you mean now. Something like this?
<META HTTP-EQUIV="Refresh" Content = "30; URL=http://wdvl.com/Authoring/HTML/Head/meta.html"> ??? Mr. Bill |
|
|
|
#5 |
|
Posts: n/a
|
Mr. Bill <> wrote in
<fVOPb.6221440$> > Well I am using Java to do what I want to do inside the I frame > anyway so I don't suppose that if Java is off it will matter much > anyway. > > I am really new so please pardon my ignorance here... Small point, and I only mention it because of your being really new - though I'm I'm not prepared to acknowledge that anyone's more ignorant than me - it's JavaScript, not Java. They are distinct and you'll confuse yourself and others by interchanging the terms. BTW, ou got the right meta refresh stuff in your other post - have a look at: http://www.pageresource.com/html/metref.htm HTH -- PeterMcC If you feel that any of the above is incorrect, inappropriate or offensive in any way, please ignore it and accept my apologies. |
|
|
|
#6 |
|
Posts: n/a
|
This just keeps getting more fun all the time! Now I have to figure out the
difference between JavaScript and Java. Thanks much, your help is greatly appreciated! And I will remain new until I get old, and you were quite right, really new to all of this but learning more every day! Thanks again, Mr. Bill |
|
|
|
#7 |
|
Posts: n/a
|
Java, an object oriented language created by a guy nemed Gosling of Sun
Microsystems. Java script, also an OOP language with a smaller and simpler set of commands created by the Netscape people. There! I can go to bed now, I learned something new today! Mr. Bill |
|