My html has a table cell which shows the content of a text file (read in by javascript) containing the names of former visitors. This works perfectly.
There is also a form for inserting the visitor's name. On submit an external php is started which adds the new name to the text file. This is working perfectly too.
At the moment the form begins with this:
<form method="post" action="write2txt.php" target="_blank">
But what I want is: After submit the html simply should refresh to show the updated visitor list.