// Visa Resultatet function displayContents(rText) { document.getElementById('ajaxresponse').innerHTML=rText; } // Körs för att ta reda på vad som ska göras function init() { DOMAssistant.AJAX.post("http://www.vallentuna.se/nyavallentunarss/ajax.response.fp.asp",displayContents); } init();