You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
457 B

<%@ Page Language="C#" Inherits="cs_weather" Src="cs_weather.aspx.cs" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<html>
<head runat="server">
<script>
function ob_OnBeforePanelUpdate(panelId, containerId, page) {
document.getElementById('clientEvent').innerHTML = "Your request has been sent. Waiting for weather information update.";
return true;
}
function ob_OnPanelUpdate(panelId) {