TheOne(AKA:T1)
02-07-2006, 09:06 PM
I've got this:
var iframe = document.createElement("iframe");
I whant to add an onLoad event that trigger the function "qwerty()"
i tryed:
iframe.onLoad("qwerty();")
But...
ERROR! :mad:
any one can help me?
var iframe = document.createElement("iframe");
I whant to add an onLoad event that trigger the function "qwerty()"
i tryed:
iframe.onLoad("qwerty();")
But...
ERROR! :mad:
any one can help me?