scusate, ma ke problema c'è qui?

codice:
  function changel(link) {
   var newlink = parseStr(link);
   newlink = newlink + ".aspx";
   iframe.location.href = newlink;
  }