In my project i have a list of students. when i click a students name i am directed to a page where i can change the students details. and when i submit the page the data is updated and i am directed to the first page where i have the list of students. but now i am using
this directs me to the page i want. but does not update the page. i need to manually refresh the page.
i have to do all this in the same window(same frame).
can you suggest a way for me to refresh the page automatically?
Code:
window.open("pagename","framename")
i have to do all this in the same window(same frame).
can you suggest a way for me to refresh the page automatically?
Comment