sso.agc.gov.sg Open in urlscan Pro
199.184.145.21  Public Scan

URL: https://sso.agc.gov.sg/
Submission Tags: falconsandbox
Submission: On March 04 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET

<form action="" method="get" data-bind="submit: submitForm">
  <div class="hidden-xs hidden-sm">
    <div class="row search-form">
      <div class="col-md-12 no-side-padding">
        <div class="input-group has-clear-button"><input type="text" class="form-control basic-search-title ui-autocomplete-input" maxlength="100" id="searchPhrase1" aria-labelledby="Search Phrase"
            data-bind="attr: { 'placeholder': placeholder }, value: form.Phrase, css: { 'basic-search-title': form.Within() === 'title' }" placeholder="e.g bank, CPC, 247/2011" autocomplete="off"><button type="button"
            class="btn clear-button"><i class="fa fa-close"></i></button><button type="button" class="btn btn-default dropdown-btn" data-bind="visible: form.Within() === 'content'" id="searchPhraseType2" aria-label="Phrase Type"
            style="display: none;" data-bs-original-title="" title=""><span>All of these words</span><span class="fa fa-angle-down"></span></button><input type="hidden" data-bind="value: form.PhraseType" value="AllTheseWords"><button type="button"
            class="btn btn-default dropdown-btn" id="searchLegisType2" data-bs-original-title="" title=""><span>Current Acts and Subsidiary Legislation</span><span class="fa fa-angle-down"></span></button><input type="hidden"
            data-bind="value: form.In" value="InForce_Act_SL"><button type="submit" class="btn btn-primary" aria-label="Search"><span class="fa fa-search"></span></button></div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-10 no-side-padding"><label class="radio-inline" data-bind="click: setTitleSearch"><input type="radio" name="Within" value="title" data-bind="checked: form.Within"> Title / No.</label><label class="radio-inline"
          data-bind="click: setContentSearch"><input type="radio" name="Within" value="content" data-bind="checked: form.Within"> Content</label></div>
    </div>
  </div>
  <div class="visible-xs visible-sm">
    <div class="mb-3">
      <div class="input-group has-clear-button"><input type="text" class="form-control ui-autocomplete-input" id="searchPhrase2" data-bind="attr: { 'placeholder': placeholder }, value: form.Phrase" placeholder="e.g bank, CPC, 247/2011"
          autocomplete="off"><button type="button" class="btn clear-button"><i class="fa fa-close"></i></button><button type="submit" class="btn btn-primary"><span class="fa fa-search"></span></button></div>
    </div>
    <div class="row mb-3">
      <div class="col-6 no-side-padding"><button type="button" class="btn btn-toggle btn-primary" data-bind="click: setTitleSearch, css: { 'btn-primary': form.Within() === 'title', 'btn-default': form.Within() === 'content' }"><span
            class="fa fa-check" data-bind="css: { 'fa-check': form.Within() === 'title' }"></span><span>Title / No.</span></button></div>
      <div class="col-6 no-side-padding"><button type="button" class="btn btn-toggle btn-default" data-bind="click: setContentSearch, css: { 'btn-primary': form.Within() === 'content', 'btn-default': form.Within() === 'title' }"><span class="fa"
            data-bind="css: { 'fa-check': form.Within() === 'content' }"></span><span>Content</span></button></div>
    </div>
    <div class="row mb-3" style="display: none" data-bind="visible: form.Within() === 'content'"><button type="button" class="btn btn-default dropdown-btn" id="searchPhraseType3" style="width: 100%" data-bs-original-title="" title=""><span>All of
          these words</span><span class="fa fa-angle-down"></span></button><input type="hidden" data-bind="value: form.PhraseType" value="AllTheseWords"></div>
    <div class="row mb-3"><button type="button" class="btn btn-default dropdown-btn" id="searchLegisType3" style="width: 100%" data-bs-original-title="" title=""><span>Current Acts and Subsidiary Legislation</span><span
          class="fa fa-angle-down"></span></button><input type="hidden" data-bind="value: form.In" value="InForce_Act_SL"></div>
  </div>
</form>

GET /Search

<form action="/Search" method="get" data-bind="submit: submitForm">
  <div class="row search-form">
    <div class="col-md-12 no-side-padding">
      <div class="row">
        <div class="col ps-0 pe-0">
          <div class="input-group has-clear-button">
            <input type="text" class="form-control basic-search-title ui-autocomplete-input" maxlength="100" id="searchPhrase3"
              data-bind="attr: { 'placeholder': placeholder }, value: form.Phrase, css: { 'basic-search-title': form.Within() === 'title' }" placeholder="e.g bank, CPC, 247/2011" autocomplete="off">
            <button type="button" class="btn btn-default clear-button" style="display: none;"><i class="fa fa-close"></i></button>
          </div>
        </div>
        <div class="col-auto ps-0" style="display: none" data-bind="visible: form.Within() === 'content'">
          <button type="button" class="btn btn-default dropdown-btn" id="searchPhraseType1" aria-label="Find Within Content" data-bs-original-title="" title="">
            <span> All of these words </span>
            <span class="fa fa-angle-down">
            </span>
          </button>
          <input type="hidden" data-bind="value: form.PhraseType" value="AllTheseWords">
        </div>
        <div class="col-auto input-group-btn last">
          <button type="button" class="btn btn-default dropdown-btn" id="searchLegisType1" data-bs-original-title="" title="">
            <span> Current Acts and Subsidiary Legislation </span>
            <span class="fa fa-angle-down">
            </span>
          </button>
          <input type="hidden" data-bind="value: form.In" value="InForce_Act_SL">
        </div>
        <div class="col-auto ps-0 pe-0">
          <button type="submit" class="btn btn-primary" aria-label="Search">
            <span class="fa fa-search">
            </span>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-10 no-side-padding">
      <label class="radio-inline">
        <input type="radio" name="Within" value="title" data-bind="checked: form.Within"> Title / No. </label>
      <label class="radio-inline">
        <input type="radio" name="Within" value="content" data-bind="checked: form.Within"> Content </label>
    </div>
    <div class="col-md-2 text-end no-side-padding">
      <a href="/Search/Advanced">
                        Advanced Search
                    </a>
    </div>
  </div>
</form>

Text Content

A Singapore Government Agency Website
FAQs | Feedback
A- A+
 * Home
 * Browse
   Acts
   Current Repealed/Spent Uncommenced
   Subsidiary Legislation
   Current Revoked/Spent Uncommenced
   AS PUBLISHED
   Acts Supplement Bills Supplement Subsidiary Legislation Supplement Revised
   Editions of Acts Revised Editions of Subsidiary Legislation
   QUICK LINKS
   Constitutional Instruments
   Basic Acts Subsidiary Legislation
   Interpretation Act Private Acts English Acts Imperial Acts Honours/Awards
   Frequently Accessed Legislation
 * What's New
   Announcements Courses New Legislation
 * Help
   FAQs SSO Guide Video Guides
 * About Us
 * FAQs
 * Feedback

 *   My Collections
   Search within My Collections | Help
   
   
   MY COLLECTIONS
   
   Search within My Collections | Help
   My Collections allows you to create your personal lists of current
   legislation for quick access and search.
   Please click on the  icon in the Browse page or Search results page to start
   creating your collections.
    
   
 *   Search
   Advanced Search | Saved Searches | Help
   All of these wordsCurrent Acts and Subsidiary Legislation
   Title / No. Content
   Title / No.
   Content
   All of these words
   Current Acts and Subsidiary Legislation
 * 


WELCOME TO SINGAPORE STATUTES ONLINE

This Singapore Government website provides free online access to Singapore’s
legislation. Please click here to report errors in legislation reproduced on
SSO.


WELCOME TO
SINGAPORE STATUTES ONLINE


SEARCH

All of these words
Current Acts and Subsidiary Legislation

Title / No. Content
Advanced Search


BROWSE

Current Acts
All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Starting With
Quick Links:
 * Constitutional Instruments
 * Interpretation Act
 * Private Acts
 * English Acts
 * Imperial Acts

Acts Current Repealed/Spent Uncommenced Subsidiary Legislation Current
Revoked/Spent Uncommenced As Published Acts Supplement Bills Supplement
Subsidiary Legislation Supplement Revised Editions of Acts Revised Editions of
Subsidiary Legislation


ANNOUNCEMENTS

JAN
27
 * NEW Video Guide: Design of an Act of Parliament

JAN
05
 * New 2020 Revised Edition of Acts

more


NEW LEGISLATION

MAR
04
 * Active Mobility (Nanyang Technological University — Exemption) Order 2022
 * Income Tax (Asia Liberty Pte. Ltd., etc. — Section 13(4) Exemption)
   Notification 2022
 * Income Tax (Exemption of Benefits Received in Connection with COVID-19
   Events) Rules 2022
 * Income Tax (Finance Lease of Container — Section 13(4) Exemption) (Amendment)
   Notification 2022
 * Income Tax (Finance Lease of Ship — Section 13(4) Exemption) (Amendment)
   Notification 2022

more
Singapore Statutes Online
 * FAQs
 * Feedback
 * Site Map

--------------------------------------------------------------------------------

 * Privacy Statement
 * Terms of Use
 * Report Vulnerability

Copyright © 2022 Government of Singapore. All rights reserved.
Singapore Statutes Online is provided by the Legislation Division of the
Singapore Attorney-General's Chambers.
Last updated on 5 Mar 2022







All of these wordsAny of these wordsThis exact phrase

CurrentCurrent Acts and Subsidiary LegislationCurrent ActsCurrent Subsidiary
LegislationMy CollectionsAll CollectionsAs PublishedActs SupplementBills
SupplementSubsidiary Legislation SupplementRevised Editions of ActsRevised
Editions of Subsidiary Legislation





HELP