function createpage() {var pagenum = 1;//If you want to name the page with the new page numbervar lastChildID = document.getElementById("loadiframehere").lastChild.id;use the div's id to get all iframe elements...var moniframe = document.createElement("IFRAME");moniframe.setAttribute("src","http://localhost:7007/page" + lastChildID + "/");moniframe.setAttribute("width","150");moniframe.setAttribute("height","150");moniframe.setAttribute("height","150");moniframe.setAttribute("background-color","red");document.getElementById("loadiframehere").appendChild(moniframe);//alert(pagenum);}
I want combobox1 to be filled with all unique stations. An sql solution would be the best way but I can't understand how to make this query. column0 has
if ($Zip > 999 && $Zip < 1300) { //Noord Holland... $mailTo = ""; mail($mailTo, $txt, $Subject, $Zip);}