% Response.Expires=-1442 'Force page to refresh whenever requested%>
Please complete the following observation request form and click the Save button below. " & _ "
To see examples of the kinds of observations possible, visit the Examples page." & _ "
For typical settings, click on Browse Examples and select from the list of example requests." Else If Not blnCopy Then Response.Write _ "
Please edit your request and click the Update button below. " Else If Session("userID") <> "" Then Response.Write "
Make any changes if you like, and copy this example as a new request. " Else Response.Write "
" & _ "Note: to copy this example or modify it, you must first " & _ "register and then log in." End If End If Dim rsObs Set rsObs = Server.CreateObject("ADODB.Recordset") strSQL = "SELECT * FROM tblObservations WHERE ObsID = " & Request("Obs") & ";" rsObs.Open strSQL, objConn, adOpenForwardOnly, adLockOptimistic, adCmdText End If %>
Notes:
| The list of filters shown here is only a partial list. For a complete list of filters, including the optical characteristics of each go to the MRO User's Manual. | |
| If you choose to enter the RA and Dec coordinates yourself, be sure include the correct Epoch (i.e., the year for which those coordinates are valid). |
![]()
| Home | Up | Browse Examples | New Observation Request | <%If Session("userID") <> "" Then%>Edit Registration Info<%Else%>Register<%End If%> |