Page Refreshing

  • Thread starter Thread starter Ron D.
  • Start date Start date
R

Ron D.

Hello


Is there a way to refresh a page with new information from
user input(link, button, etc) without loading a new page??
 
Hi,
Almost certainly - but we'd need to know exactly what you
have in mind. Can you give more details?

Jon
Microsoft MVP - FP
 
-----Original Message-----
Hello
Howdy.

Is there a way to refresh a page with new information
from user input(link, button, etc) without loading a new
page??

In a general sense, no.

Java applets can open network connections to the server
that supplied the applet, but they can only update their
own display space. And Windows XP no longer runs Java
applets (unless you specially install a Java Virtual
Machine).

ActiveX controls can open network connections and update
anything in the browser window, but they only work if the
Visitor is running IE and Windows.

IE running on Windows can load XML objects that retrieve
data from a server and update the display but again, they
don't work on any other browser or platform.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top