bookings.berhampur.gov.in Open in urlscan Pro
139.59.15.219  Public Scan

URL: https://bookings.berhampur.gov.in/
Submission: On March 18 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="contact_form transparent">
  <div class="row">
    <div class="col-sm-12">
      <input type="text" class="inputValidation" id="cmpname" name="cmpname" placeholder="Name *">
    </div>
    <div class="col-sm-12">
      <input type="text" class="inputValidation" id="cmpmail" name="cmpmail" placeholder="Email *">
    </div>
    <div class="col-sm-12">
      <input type="text" class="inputValidation" id="cmpphone" name="cmpphone" placeholder="Phone *">
    </div>
    <div class="col-sm-12 ">
      <textarea class="inputValidation" id="cmpdesc" name="cmpdesc" placeholder="Message *"></textarea>
      <button type="button" onclick="sendComp()" class="button fill rectangle">Send to us</button>
    </div>
  </div>
</form>

GET #

<form method="get" action="#">
  <input type="text" name="s" placeholder="Search..." autocomplete="off">
  <button type="submit">
    <i class="fa fa-search"></i>
  </button>
</form>

Name: msformPOST /placeorder

<form id="msform" name="msform" method="post" action="/placeorder">
  <!-- fieldsets -->
  <fieldset>
    <div class="wpc-content">
      <h3>Select Event</h3>
      <select onchange="setOtherDetails()" id="selectedEvent" name="event" required="">
        <option></option>
        <option value="EVN005-0">Mo Odisha </option>
        <option value="EVN004-1">Bande Utkala </option>
        <option value="EVN002-2">Shivanand Show </option>
        <option value="EVN003-3">Shivanand Show Sivaratri Special </option>
      </select>
      <h3 class="mt3">Date</h3>
      <select id="date" name="date" onchange="setTiles('eventDateTile','date')">
      </select>
      <h3 class="mt3">Time</h3>
      <select id="time" name="time" onchange="setTiles('eventTimeTile','time')">
      </select>
      <h3 class="mt3">Seat Category</h3>
      <select onchange="setTiles('bookingEventseatTile','seatCategory')" id="seatCategory" name="seatCategory">
      </select>
      <h3 class="mt3">Number Of Adult</h3>
      <select id="noSeats" name="noSeats" onchange="setTiles('noOfSeatTile','noSeats');">
      </select>
      <h3 class="mt3">Number Of Child</h3>
      <select id="noCSeats" name="noCSeats" onchange="setTiles('noOfCSeatTile','noCSeats');">
      </select>
    </div>
    <input type="button" name="next" class="next action-button" value="Next">
  </fieldset>
  <fieldset class="seat-content">
    <div class="wpc-content">
      <h3>Enter Name</h3>
      <input type="text" id="name" name="name">
      <h3 class="mt3">Enter Phone Number</h3>
      <input type="text" id="phNo" name="phno">
      <h3 class="mt3">Enter Email</h3>
      <input type="text" id="emailEnt" name="email">
      <h3 class="mt3">Ticket Summery</h3>
      <div class="order-details">
        <table>
          <tbody>
            <tr>
              <td>
                <p style="color: white;">Event</p>
              </td>
              <td>
                <p id="eventNameTile" style="color: orange;"></p>
              </td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">Seat Category &nbsp;&nbsp;</p>
              </td>
              <td>
                <p id="bookingEventseatTile" style="color: orange;"></p>
              </td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">Date:</p>
              </td>
              <td>
                <p id="eventDateTile" style="color: orange;"></p>
              </td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">Time</p>
              </td>
              <td>
                <p id="eventTimeTile" style="color: orange;"></p>
                <p></p>
              </td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">No Of Adult</p>
              </td>
              <td>
                <p id="noOfSeatTile" style="color: orange;"></p>
              </td>
            </tr>
            <tr id="ccount1" style="display: none;">
              <td>
                <p style="color: white;">No Of Child</p>
              </td>
              <td>
                <p id="noOfCSeatTile" style="color: orange;"></p>
                <p></p>
              </td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">Ticket Price</p>
              </td>
              <td style="color: orange;">₹ <span id="ticketPrice" style="color: orange;"></span></td>
            </tr>
            <tr id="cprice1" style="display: none;">
              <td>
                <p style="color: white;">Child Price</p>
              </td>
              <td style="color: orange;">₹ <span id="cTicketPrice" style="color: orange;"></span></td>
            </tr>
            <tr>
              <td>
                <p style="color: white;">Total Price</p>
              </td>
              <td><b style="color: orange;">₹ <span id="totalPriceTile" style="color: orange;"></span></b></td>
            </tr>
          </tbody>
        </table>
        <!-- <span>Event:</span><p id="eventNameTile" style="color: orange;"></p>
                                        <span>Seat Category:</span>  
                                        <span>Date:</span> 
                                        <span>Time: </span> 
                                        <span>No Of Seats: </span> 
                                        <span>No Of Child Seats: </span> <p id=""></p> -->
        <!-- <ul id="selected-seats"></ul> -->
        <!-- <div style="color: white;">Tickets Price: </div>
                                        <div style="color: white;">Child Tickets Price: </div> -->
        <div style="display: none; color: orange;">Payment Mode: <span id="paymentModeTile"></span></div>
        <!-- <div style="color: white;">Total: </div> -->
      </div>
    </div>
    <input type="button" name="previous" class="action-button previous" value="Previous">
    <input type="submit" name="resubmit" onclick="validationAndSubmit()" class="submit action-button" value="Submit">
  </fieldset>
</form>

Name: msformPOST /oldticket

<form id="msform" name="msform" method="post" action="/oldticket">
  <!-- fieldsets -->
  <fieldset>
    <div class="wpc-content" id="div1">
      <h3 style="color: white;">Enter Phone Number</h3>
      <input type="text" id="otpPhoneNo" name="otpPhoneNo">
    </div>
    <input type="button" onclick="sendOtp()" id="otpSenderBtn" name="next" class="next action-button" value="Send Otp">
  </fieldset>
  <fieldset class="seat-content">
    <div class="wpc-content">
      <h3>Enter Otp</h3>
      <input type="text" id="enteredOtp" name="enteredOrstp">
    </div>
    <!-- <input type="button" name="previous" class="action-button previous" value="Previous" /> -->
    <input type="submit" name="resubmit" onclick="submitOtp()" class="submit action-button" value="Submit">
  </fieldset>
</form>

Text Content

Welcome
Buy Tickets

 * Home
 * Buy Tickets
 * Old Tickets

 1. 
 2. 
 3. 

 * Musical
 * Patriotic
 * Odisha

Lord of the universe: The story of Mahadev
Buy ticket Now
 * Musical
 * Patriotic
 * Odisha

Lord of the universe: The story of Mahadev
Buy ticket Now
 * Laser
 * Spiritual
 * Mahadev

Lord of the universe: The story of Mahadev
Buy ticket Now
 * Laser
 * Spiritual
 * Mahadev

Lord of the universe: The story of Mahadev
Buy ticket Now


UPCOMING EVENTS


 * MO ODISHA
   
    * 07/03/2023
    * 08/03/2023
    * 14/03/2023
    * 15/03/2023


 * BANDE UTKALA


 * SHIVANAND SHOW
   
    * 09/03/2023
    * 10/03/2023
    * 11/03/2023
    * 12/03/2023
    * 17/03/2023
    * 18/03/2023
    * 19/03/2023


 * SHIVANAND SHOW SIVARATRI SPECIAL
   
    * 18/02/2023

 * Previous
 * Next

 *  * Laser
    * Spiritual
    * Mahadev
   
   LORD OF THE UNIVERSE: THE STORY OF MAHADEV
   
   
   SYNOPSIS
   
   The 3D laser show with musical fountain at Ramalingeswar Park. The musical
   fountain has been set up with new age technology developed by OASE, Germany,
   the leader in the energy efficient DMX/RDM controlled fountain technology.
   The same technology has been used for such shows in Dubai, Singapore, Seoul,
   Paris and other cities in the world.The story of the 3D mapping laser show
   has been penned by Aman Arora of Musical Theatre 3D on the basis of research
   inputs by eminent Hindi and Sanskrit scholar and secretary, Hindi Academy,
   New Delhi Dr Jeetram Bhatt. The music has been composed exclusively for the
   show by internationally acclaimed Indian Musk Band – Indian Ocean. The voice
   over has been rendered by Jitendra Prasad, one of the leading artists in the
   field in the country
   
   Buy Tickets
 *  * Musical
    * Patriotic
    * Odisha
   
   Mo Odisha
   
   
   SYNOPSIS
   
   Musical Fountain With 3D laser Show
   
   Buy Tickets
 *  * Musical
    * Patriotic
    * Odisha
   
   Bande Utkala janani
   
   
   SYNOPSIS
   
   Musical Fountain With 3D laser Show
   
   Buy Tickets
 *  * Laser
    * Spiritual
    * Mahadev
   
   LORD OF THE UNIVERSE: THE STORY OF MAHADEV
   
   
   SYNOPSIS
   
   The 3D laser show with musical fountain at Ramalingeswar Park. The musical
   fountain has been set up with new age technology developed by OASE, Germany,
   the leader in the energy efficient DMX/RDM controlled fountain technology.
   The same technology has been used for such shows in Dubai, Singapore, Seoul,
   Paris and other cities in the world.The story of the 3D mapping laser show
   has been penned by Aman Arora of Musical Theatre 3D on the basis of research
   inputs by eminent Hindi and Sanskrit scholar and secretary, Hindi Academy,
   New Delhi Dr Jeetram Bhatt. The music has been composed exclusively for the
   show by internationally acclaimed Indian Musk Band – Indian Ocean. The voice
   over has been rendered by Jitendra Prasad, one of the leading artists in the
   field in the country
   
   Buy Tickets
 *  * Laser
    * Spiritual
    * Mahadev
   
   LORD OF THE UNIVERSE: THE STORY OF MAHADEV
   
   
   SYNOPSIS
   
   The 3D laser show with musical fountain at Ramalingeswar Park. The musical
   fountain has been set up with new age technology developed by OASE, Germany,
   the leader in the energy efficient DMX/RDM controlled fountain technology.
   The same technology has been used for such shows in Dubai, Singapore, Seoul,
   Paris and other cities in the world.The story of the 3D mapping laser show
   has been penned by Aman Arora of Musical Theatre 3D on the basis of research
   inputs by eminent Hindi and Sanskrit scholar and secretary, Hindi Academy,
   New Delhi Dr Jeetram Bhatt. The music has been composed exclusively for the
   show by internationally acclaimed Indian Musk Band – Indian Ocean. The voice
   over has been rendered by Jitendra Prasad, one of the leading artists in the
   field in the country
   
   Buy Tickets
 *  * Musical
    * Patriotic
    * Odisha
   
   Mo Odisha
   
   
   SYNOPSIS
   
   Musical Fountain With 3D laser Show
   
   Buy Tickets

 * Previous
 * Next

MENU

 * Home
 * Book Ticket
 * Privacy Policy
 * Refund Policy
 * Term and Conditions



ADDRESS INFORMATION

Ramalingam Tank Rd, Gandhi Nagar, Berhampur, Odisha, Pin - 760002



LEAVE A MESSAGE

Send to us


© Copyrights 2021 BeMC. All rights reserved

Developed By Teceads Solution
Overlay Search



ORDER A TICKET


SELECT EVENT

Mo Odisha Bande Utkala Shivanand Show Shivanand Show Sivaratri Special


DATE


TIME


SEAT CATEGORY


NUMBER OF ADULT


NUMBER OF CHILD


ENTER NAME


ENTER PHONE NUMBER


ENTER EMAIL


TICKET SUMMERY

Event



Seat Category   



Date:



Time





No Of Adult



No Of Child





Ticket Price

₹

Child Price

₹

Total Price

₹

Payment Mode:


TICKET HISTORY


ENTER PHONE NUMBER


ENTER OTP