heres min but in 1.0 ``` <input type="button" ...
# suitescript
j
heres min but in 1.0
Copy code
<input type="button" style="" class="rndbuttoninpt bntBgT" value="Next Page" id="custpage_nextpage" name="custpage_nextpage" onclick="DatFunctionDoe(); return false;" onmousedown="this.setAttribute('_mousedown','T'); setButtonDown(true, false, this);" onmouseup="this.setAttribute('_mousedown','F'); setButtonDown(false, false, this);" onmouseout="if(this.getAttribute('_mousedown')=='T') setButtonDown(false, false, this);" onmouseover="if(this.getAttribute('_mousedown')=='T') setButtonDown(true, false, this);" _mousedown="T">