ok thanks it works beautifully. but 1 problem..

when i do it twice, for e.g..

wb.Navigate "http://localinfo/fwrite.php?txt=text1"
wb.Navigate "http://localinfo/fwrite.php?txt=text1"

it writes it to the textfile but its like this:

text1text2

isnt it possible to get it like

text1
text2

..in the text file?