I have this validation error:
document type does not allow element "iframe" here
with the code below:
Can anybody help
Cheers
document type does not allow element "iframe" here
with the code below:
Code:
//You may change most attributes of iframe tag below, such as width and height:
document.write('<iframe id="datamain" src="'+iframesrc+'" width="125px" height="220px" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>')
Can anybody help
Cheers