ahh the joy of being a newbie ... I for some reason thought that the
append function was closing the form for me when in fact it was not
problem solved
function addFormField() {
var id = document.getElementById("id").value;
$("#content").append("");
Well here is what I have tried so far
the first two parts that are commented out don't work in IE but the
last one does yet they are all essentially the same thing, ultimately
I just need to be able to read this with ease the last version doesn't
really let me do that.
here is the code
f
2 matches
Mail list logo