%@ language="jscript" %> <% var url = "http://agri-cast.syngenta-ais.com/pub/nlccp01oc"; var ort= new String(getPostedValue("location")); var view = new String(getPostedValue("iframe_view")); if ((ort != "" || ort != null) && ort.length != 0) { if (view.length!=0 || view != "" || view != null) view = "iframe_view=weather&"; else view = ""; url += "?"+view+"searchlocation="+ort; } %>