HTML / Javascript help

User avatar
nidave
Posts: 697
Joined: Wed 19 May, 2004 14.39
Location: Manchester

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.
cdd
Posts: 2633
Joined: Fri 15 Aug, 2003 14.05

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
User avatar
nidave
Posts: 697
Joined: Wed 19 May, 2004 14.39
Location: Manchester

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 .
User avatar
Sput
Posts: 7547
Joined: Wed 20 Aug, 2003 19.57

Not a chance!
Knight knight
Please Respond