Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Loading successive pages an IFrame using Java?

 
Thread Tools Search this Thread
Old 01-21-2004, 12:05 PM   #1
Default Loading successive pages an IFrame using Java?


Does anyone know a way to load successive pages into an IFrame timed for
example 7 seconds apart?


Mr. Bill
  Reply With Quote
Old 01-21-2004, 12:15 PM   #2
Michel
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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?



  Reply With Quote
Old 01-22-2004, 11:58 AM   #3
Mr. Bill
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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.
  Reply With Quote
Old 01-22-2004, 12:12 PM   #4
Mr. Bill
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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
  Reply With Quote
Old 01-22-2004, 02:52 PM   #5
PeterMcC
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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.

  Reply With Quote
Old 01-23-2004, 01:43 AM   #6
Mr. Bill
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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
  Reply With Quote
Old 01-23-2004, 01:48 AM   #7
Mr. Bill
 
Posts: n/a
Default Re: Loading successive pages an IFrame using Java?

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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump