I tried googling but because of those bods who named their framework the same, I can't find what i need.
Can someone help me please, thanks..
here is what I have..
so then all I have to type is getid('myid').value
at the moment when i use getid it throws an object expected error.
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
Can someone help me please, thanks..
here is what I have..
Code:
document.prototype.getid = function(myid) {return this.document.getElementById(myid);};
so then all I have to type is getid('myid').value
at the moment when i use getid it throws an object expected error.
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.