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
683 B

<%@ Page Language="vb" Inherits="vb_execload" Src="vb_execload.aspx.vb" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc.Combobox" Assembly="obout_Combobox_Net" %>
<html>
<head runat="server">
<script language="JavaScript">
// update the country list with the countries from the selected continent
function SelectContinent()
{
document.getElementById("divResult").innerHTML = "<br />";
AddResult('before doing the callback to server');
var ContinentID = cboContinent.getValue();
ob_post.post(null, "SetContinent", EndCallback, {"ContinentID":ContinentID});