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?
how to refresh 2 pages when submitting the form
Moderator: General Moderators
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.