Just edit the voorkeurNummer variable.
var selBox = document.getElementsByName('selRekNummer').item(0);
var voorkeurNummer = '123456';
if (selBox.hasChildNodes())
// So, first we check if the object is not empty,
// if the object has child nodes
{
var children = selBox.childNodes;
//run only if selBox has no onChange attribute
if ((selBox.getAttribute('onChange') == null ))
{
for (var i = 0; i < chilatt =" children[i].attributes;" tagname ="=" j =" 0;" name ="=" value ="=" selectedindex =" i">
No comments:
Post a Comment