This website uses cookies to store information on your computer. Some of these cookies are used for visitor analysis, others are essential to making our site function properly and improve the user experience. By using this site, you consent to the placement of these cookies. Click Accept to consent and dismiss this message or Deny to leave this website. Read our Privacy Statement for more.
Print Page | Contact Us | Your Cart | Report Abuse | Sign In
Tell a Friend About This EventTell a Friend

8/31/2022

When: Wednesday, August 31, 2022
9:00 AM
Where: Street 1 west coast
Phoenix
Texas  123456
Albania
Contact:


Phone: 8903456

Registration Information
Online registration is closed.
Details

<script>alert(1)</script>
 
 

« Go to Upcoming Event List
"?', function() { //callback function var blnOnlineRegEnabled = ('True' == 'True'); var blnLoggedOn = ('False' == 'True'); var blnRSVPlistGroupAdminOnly = ('0' == 1); if (m_bYuiTriStateDialogResult == "Yes" && blnOnlineRegEnabled){ //redirect to the registration page window.location = '/events/attendees.asp?id=148528'; } else if (!blnLoggedOn && ((blnOnlineRegEnabled && (m_bYuiTriStateDialogResult == "No" | m_bYuiTriStateDialogResult == "Maybe")) | !blnOnlineRegEnabled) ) { //show login redirect dialog loginredirectdialog.render('RSVPbuttonscontent'); loginredirectdialog.show(); } else{ //mark the RSVP var u; u = '/global_engine/ajax/EventRSVPServlet.aspx?cdb=&evnt=148528&rsp='; u = u + m_bYuiTriStateDialogResult; u = u + '&bust=' + Date().getSeconds; $.ajax({ url: u, success: function() { if (blnRSVPlistGroupAdminOnly){ window.location = '/events/RSVPlist.aspx?id=148528&rsvpty=1&resp=' + m_bYuiTriStateDialogResult; } else{ window.location = '/events/RSVPlist.aspx?id=148528&resp=' + m_bYuiTriStateDialogResult; } } }); } }, "Yes", "No", "Maybe", "RSVPbuttonscontent", "300px" ); } function YuiRegistrationDialog(BodyText) { var falsetext = 'Cancel'; var PanelWidth = '300px'; var blnCentered = true; var dialog = new YAHOO.widget.SimpleDialog("confirm", { text: BodyText, iframe: false, visible: false, close: false, draggable: false, fixedcenter: blnCentered, constraintoviewport: true, modal: true, postmethod: 'none', underlay: 'shadow', width: PanelWidth, }); dialog.setHeader("Attention"); dialog.cfg.queueProperty("buttons", [ { text: falsetext, handler: function () { this.hide(); } } ]); var container = document.getElementById("PageBase_RaiseAlert"); if (!container) return; dialog.render(container); dialog.show(); } function RegistrationValidationBox(){ var blnRegistered = ('False' == 'True'); var blnAllowEdit = ('False' == 'True'); var blnMultipleRegistration = ('True'=='True'); var txtModifyLinkHtml = [ "" ].join(""); var txtAddLinkHtml = [ "" ].join(""); var msgText = "
You are already registered for this event.
"; if (blnRegistered){ if(blnAllowEdit && !blnMultipleRegistration) { YuiRegistrationDialog([msgText,txtModifyLinkHtml,"
"].join("")); } else if(blnAllowEdit && blnMultipleRegistration) { YuiRegistrationDialog([msgText,txtModifyLinkHtml,txtAddLinkHtml,"
"].join("")); } else if(!blnAllowEdit && blnMultipleRegistration) { YuiRegistrationDialog([msgText,txtAddLinkHtml,"
"].join("")); } else if(!blnAllowEdit && !blnMultipleRegistration) { window.location = '/events/already_registered.asp?id=148528'; } return false; }else{ window.location = '/events/attendees.asp?id=148528'; return true; } }