Sorry about the lack of information :o The input box is: <input type="text" name="name" value="" />
The jQuery code is: $("input[name=name]").val(); And no results. The problem exists on MSIE8, but I think to remember it also is in MSIE7.. On firefox it works great.