[TYPO3-dev] eID empty response
Henjo Hoeksma
hphoeksma at stylence.nl
Tue Nov 24 15:08:04 CET 2009
Hi list,
I just started using the eID thingy and want to use it to load a dynamic form.
I do not know why, but the file is being called, found but always have
an empty response. Even if I just put something plain in. If I call the
file directly I can get the output.
I obviously miss something...
This is the jQuery script I use to call the file:
$(document).ready(wizard);
function wizard(){
$.ajax({
url: "index.php?eID=tx_knowledgebase_pi1",
cache: false,
success: function(data){
$("#js").append(data).css('border','1px solid green');
alert("Data Loaded: " + data);
}
});
};
Both the border and the alert show up, but the 'data' part is empty.
Any clues?
Thanks in advance.
Henjo
--
Stylence | webdevelopment in style
www.stylence.nl
More information about the TYPO3-dev
mailing list