Webhacking.kr :: old-10λ²
Goal μ λλ¬ν΄μΌν κ² κ°μ YoU (μΌμͺ½μ O) κ° λ³΄μΈλ€..
onclick ν¨μλ₯Ό 보면, this.style.left κ° 1600px μΌ λ ?go=1600px λ‘ μ΄λνλ€.
onclick="
this.style.left=parseInt(this.style.left,10)+1+'px';
if(this.style.left=='1600px') this.href='?go='+this.style.left"
κ·Έλμ κ·Έλ₯ url μ μ λ ₯νλλ, no hack κ° λ¬λ€.
ν μ΄ λ°©λ²μ μλλ parseInt() ν¨μλ₯Ό μ΄ν΄λ³΄λ©΄,
parseInt( STRING, BASE ) : BASE λ₯Ό μ§μλ‘ νμ¬ STRING μ int νμΌλ‘ λ³ννμ¬ λ°ν.
ex. parseInt("10", 10) μ 10 λ₯Ό λ°ν, parseInt("10", 16) μ A λ₯Ό λ°ν.
κ·Έλ¬λ μ§κΈ μν©μμ
this.style.left=parseInt(this.style.left,10)+1+'px';
λ₯Ό νλ, this.style.left μ κ°μ΄ 1599 λ©΄ this.style.left λ₯Ό 1600px λ‘ μΈμν¨μ μ μ μλ€.
μ΄λ²μ html μ μ§μ λ°κΏμ€λ€.
κ·μ½κ²λ.. goal μλ‘ μ΄λν λͺ¨μ΅μ λ³Ό μ μλ€.
κ·Έλ¬κ³ O λ₯Ό λλ₯΄λ©΄ (μμ 컀μκ° κ°λ©΄ YoU λ‘ λ°λλ€.)
λ!
κ·μ¬μ΄ λ¬Έμ μλ€.