View Full Version : update one web page from another
haskins
02-21-2003, 11:52 PM
I want to find a way to update several pieces of information in a web page from a form on another webpage.(both on the same server).
Any ideas?
Borgtex
02-22-2003, 12:11 AM
you need server-side programming
brothercake
02-22-2003, 12:40 AM
Assuming both document are open in different windows, and the first window opened the second, the second window can communicate information back to the first:
window.opener.document .... etc
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.