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

Submitted URL: http://sso.agc.gov.sg/
Effective URL: https://sso.agc.gov.sg/
Submission: On November 26 via api from US — Scanned from SG

Form analysis 3 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>
</form>

GET

<form action="" method="get" data-bind="submit: submitForm">
  <div class="mb-1">
    <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-1">
    <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-1" 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-1"><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>
</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"><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

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
 * Advanced Search | Saved Searches | Help
   Title / No.
   Content
   All of these words
   Current Acts and Subsidiary Legislation
    * 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


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

NOV
01
 * Latest amendments to Income Tax Act 1947 on 30 Oct 2023 temporarily
   unavailable

APR
19
 * Revoked Rules of Court temporarily unavailable – click here for pdf copy

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

JAN
05
 * New 2020 Revised Edition of Acts

more


NEW LEGISLATION

NOV
24
 * Active Mobility (Great Christmas Village Event — Exemption) Order 2023
 * Active Mobility (Standard Chartered Singapore Marathon 2023 — Exemption)
   Order 2023
 * Constitution of the Republic of Singapore (Amendment No. 3) Act 2023
 * Endangered Species (Import and Export) Act 2006 (Amendment of Schedule) (No.
   2) Notification 2023

NOV
23
 * Fire Safety (Building and Pipeline Fire Safety) (Amendment) Regulations 2023

more
Singapore Statutes Online
 * FAQs
 * Feedback
 * Sitemap

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

 * Report Vulnerability
 * Privacy Statement
 * Terms of Use

© 2023 Attorney-General's Chambers of Singapore,
Last updated 27 Nov 2023
Singapore Statutes Online is provided by the Legislation Division of the
Attorney-General's Chambers of Singapore.







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