Home >Web Front-end >JS Tutorial >Unlimited upload of super powerful images_JavaScript

Unlimited upload of super powerful images_JavaScript

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:29:071273browse


[Ctrl A to select all Note: If you need to introduce external Js, you need to refresh to execute
]


function createForm(number,number2) {
data = "";


if (number<=number2){
alert('Please enter a number greater than ' number2 ');
return false;
}
numberx=parseInt(number2) 1;
for (i=numberx; i<=number;i ) {
data =data "
" ;
}
if (document.layers) {
document.layers.cust.document.write(data);
document.layers.cust.document.close();
}
else {
if (document.all) {
cust.innerHTML = data;
}
}
}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn