http://site.ru/new_message?привет
и он бы автоматически подставлял это значение в input ( <input value="привет" id="pmSubject">
) var val = document.location.pathname.substring(document.location.pathname.indexOf('?')+1);
document.getElementById('pmSubject').value = val;