Page 1 of 1

HTML / Javascript help

Posted: Wed 31 Jan, 2007 17.27
by nidave
Is there a way (without using a server to do the work) to have someone submit information via a form in one page to update another page.

Other people need to look at the results page therefore a simple javascript form will not work.

Posted: Wed 31 Jan, 2007 18.24
by cdd
You need to use 'PHP' or another server side technology to do so. It would change the content of an include file which is 'included' in the page where the change is to appear

Posted: Wed 31 Jan, 2007 18.59
by nidave
I know how to do it Via PHP / ASP - wanted to know if its possable without the use of a server...

dont think it is .

Posted: Wed 31 Jan, 2007 19.00
by Sput
Not a chance!