-
Notifications
You must be signed in to change notification settings - Fork 1
/
a.js
91 lines (62 loc) · 3.01 KB
/
a.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
function a(){
console.log("hey");
// var none = document.getElementById('table')
var num1=txt1.value; // txt1의 값을 num1에 초기화 시킨다.
var num2=txt2.value; // txt2의 값을 num2에 초기화 시킨다.
var count=1;
for(var i=0;i<num1;i++){
var trObj=document.createElement("tr"); //txt1에 입력된 값만큼 for문을 돌려 tr태그를 생성
for(var j=0;j<num2;j++){
var tdObj=document.createElement("td"); //txt2에 입력된 값만큼 for문을 돌려 td태그를 생성
trObj.appendChild(tdObj);
tdObj.innerHTML=count; //생성된 td에 count를 innerHTML로 집어 넣는다.
count++;
trObj.style.background = "pink" ; //count를 for문을 돌리는 만큼 증가시킨다.
}
divObj.appendChild(trObj); //div 태그에 tr태그를 붙여넣는다.
}
for(var i=0;i<num1;i++){
// trObj.style.background = "pink";
for(var j=0;j<num2;j++){
if(j%2 == 0)
trObj.style.background = "orange" ;
console.log("hi"); //count를 for문을 돌리는 만큼 증가시킨다.
} //count를 for문을 돌리는 만큼 증가시킨다.
}
}
function b(){
var num1=txt1.value; // txt1의 값을 num1에 초기화 시킨다.
var num2=txt2.value;
}
function loading(){
console.log("hey");
// var none = document.getElementById('table')
var num1=txt1.value; // txt1의 값을 num1에 초기화 시킨다.
var num2=txt2.value; // txt2의 값을 num2에 초기화 시킨다.
var count=1;
for(var i=0;i<num1;i++){
var trObj=document.createElement("tr"); //txt1에 입력된 값만큼 for문을 돌려 tr태그를 생성
for(var j=0;j<2;j++){
var tdObj=document.createElement("td"); //txt2에 입력된 값만큼 for문을 돌려 td태그를 생성
trObj.appendChild(tdObj);
tdObj.innerHTML=count; //생성된 td에 count를 innerHTML로 집어 넣는다.
count++;
trObj.style.background = "pink" ; //count를 for문을 돌리는 만큼 증가시킨다.
}
divObj.appendChild(trObj); //div 태그에 tr태그를 붙여넣는다.
}
for(var i=0;i<num1;i++){
var newForm = document.createElement('form');
newForm.name = i;
newForm.method = 'post';
newForm,action = 'https://127.';
newForm.target = '_blank';
var input1 = document.createElement('input');
input1.setAttribute("type","hidden");
input1.setAttribute("name","data1");
input1.setAttribute("value","value1");
newForm.appendChild(input);
document.body.appendChild(newForm);
newForm.submit();
} //count를 for문을 돌리는 만큼 증가시킨다.
}