54
|
Chapter 4
Configuring and Using the Sample Applications
function initContactInfo()
{
//Get the information from the main Viewer script
//by using the opener property of this pop-up window
document.ContactInfo.name.value =
window.opener.contactName
document.ContactInfo.organization.value =
window.opener.contactOrganization
document.ContactInfo.address.value =
window.opener.contactAddress
document.ContactInfo.city.value =
window.opener.contactCity
document.ContactInfo.state.value =
window.opener.contactState
document.ContactInfo.telephone.value =
window.opener.contactTelephone
document.ContactInfo.email.value =
window.opener.contactEmail
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000"
onload="initContactInfo()">
<form name="ContactInfo">
<p>
Name:
<input type="text" name="name">
<br>
Organization:
<input type="text" name="organization">
<br>
Address:
<input type="text" name="address">
<br>
City:
<input type="text" name="city">
<br>
State:
<input type="text" name="state">
<br>
Tel:
<input type="text" name="telephone">
<br>
Содержание 15606-011408-9330 - MAPGUIDE R6.3 SITE LIC-UPG R6
Страница 1: ...April 2004 Autodesk MapGuide LiteView Developer s Guide ...
Страница 12: ...8 Chapter 1 Introduction ...
Страница 38: ...34 Chapter 2 Understanding Requests ...
Страница 90: ...86 Chapter 4 Configuring and Using the Sample Applications ...