Page 1 of 1

how to refresh 2 pages when submitting the form

Posted: Thu Aug 09, 2007 6:15 am
by akkad
let me explain the problem :

i have a page of three frames :
first frame : contains form
second frame: recieve and manipulate a form contents
third frame: contains links in the second page labels

so when i will submit the form in the first frame i want that the remaining pages to be refreshed , how i can do that?

Posted: Thu Aug 09, 2007 1:56 pm
by califdon
The ideal way would be to use Ajax and refresh the data, but not the entire pages. See http://www.webreference.com/programming/javascript/kh/ and many other sources. Ajax is so easy to implement, since you don't have to learn a new language, if you already know Javascript and PHP.