www.executivetraveller.com Open in urlscan Pro
2606:4700:10::6816:1d7f  Public Scan

URL: https://www.executivetraveller.com/
Submission: On December 20 via api from US — Scanned from DE

Form analysis 9 forms found in the DOM

POST /search

<form action="/search" method="post">
  <input type="text" name="term" class="font-starling search-input" placeholder="Search Executive Traveller" required="" value="">
  <button type="submit" class="btn border-rad-5 bg-red-tangy text-white pad-default"><svg class="svg-inline--fa fa-search fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 512 512" data-fa-i2svg="">
      <path fill="currentColor"
        d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
      </path>
    </svg><!-- <i class="fas fa-search"></i> --></button>
  <a href="javascript:void(0)" rel="nofollow" class="close-search svg-close"></a>
</form>

POST /newsletters/signup

<form action="/newsletters/signup" class="newsletter-form " novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div>
    <label class="pos-relative block-display w-100">
      <input name="data[NewsletterSignup][email]" class="margin-left input border-rad-5" type="email" required="" placeholder="your@email.com">
    </label>
  </div>
  <button class="btn border-rad-5 btn-signup bg-red-tangy text-white margin-left" type="submit">Sign up</button>
</form>

POST /newsletters/signup

<form action="/newsletters/signup" class="newsletter-form block-flex flex-row flex-1 justify-content-flex-end" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div><span class="margin-left text-white text-italic">Subscribe to our newsletter</span>
  <div>
    <label class="pos-relative block-display w-100">
      <input name="data[NewsletterSignup][email]" class="minw-256 margin-left pad-half border-rad-5" type="email" required="" placeholder="your@email.com">
    </label>
  </div>
  <button class="btn btn-signup minw-184 bg-red-tangy text-white pad-half margin-left border-rad-5" type="submit">Sign up</button>
</form>

POST /users/login

<form action="/users/login" class="login-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <header class="modal__header pos-relative margin-0-auto">
    <span id="login-modal-title" class="font-starling">Log in</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="login-modal"></a>
  </header>
  <main class="modal__content" id="login-modal-content">
    <p class="font-starling desc">Already have an ET account? Log in below.</p>
    <div class="margin-btm">
      <input name="data[User][username]" type="text" class="input" required="required" placeholder="Username or Email" maxlength="255">
    </div>
    <div class="margin-btm pos-relative">
      <input type="password" name="data[User][password]" class="input" required="required" placeholder="Password" minlength="6">
      <a href="#" rel="nofollow" class="text-red-tangy forgot-password pos-absolute" data-micromodal-open="forgot-modal">forgot?</a>
    </div>
    <div class="pos-relative margin-btm">
      <input type="hidden" name="data[User][remember-me]" id="UserRemember-me_" value="0"><input type="checkbox" name="data[User][remember-me]" class="checkbox-custom" value="1" checked="checked" id="UserRemember-me"> <label for="UserRemember-me"
        class="checkbox-custom-label">Remember me on this computer</label>
    </div>
    <button class="modal__btn modal__btn-primary" type="submit" ga-on="click" ga-event-category="engagement" ga-event-action="login">Login</button>
  </main>
  <footer class="modal__footer">
    <p class="font-acumin-pro-wide"> Don't have an account? <a href="#" rel="nofollow" class="btn-signup-modal" data-micromodal-open="signup-modal"><strong>Sign up here.</strong></a>
    </p>
  </footer>
  <input type="hidden" name="data[User][activation_return_url]" value="/">
</form>

POST /users/signup

<form action="/users/signup" class="signup-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <header class="modal__header pos-relative margin-0-auto">
    <span id="signup-modal-title" class="font-starling">Sign Up</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="signup-modal"></a>
  </header>
  <main class="modal__content" id="signup-modal-content">
    <p class="font-starling">Signing up with Executive Traveller only takes a second and lets you interact with our community. It's completely free and we'll never pass your information on to third parties.</p>
    <div class="margin-btm">
      <input name="data[User][given_name]" type="text" class="input" required="required" placeholder="Given Name" maxlength="25">
    </div>
    <div class="margin-btm">
      <input name="data[User][family_name]" type="text" class="input" required="required" placeholder="Family Name" maxlength="25">
    </div>
    <div class="margin-btm">
      <input name="data[User][username]" type="text" class="input" required="required" placeholder="Username" maxlength="25">
    </div>
    <div class="margin-btm">
      <input name="data[User][email]" class="input" required="required" placeholder="Email" type="email">
    </div>
    <div class="margin-btm">
      <input type="password" name="data[User][password]" class="input" required="required" placeholder="Password" minlength="6">
    </div>
    <div class="margin-btm">
      <input type="password" name="data[User][password2]" class="input" required="required" placeholder="Verify Password" minlength="6" equal="data[User][password]">
    </div>
    <div class="desc"></div>
    <div class="block-flex flex-row">
      <div class="maxw-184 w-100 margin-right">
        <button class="modal__btn modal__btn-primary" type="submit" ga-on="click" ga-event-category="engagement" ga-event-action="sign_up">Signup</button>
      </div>
      <div class="flex-column">
        <p class="font-acumin-pro-wide"> Didn’t receive an activation email? <a href="#" class="nofollow" data-micromodal-open="activation-modal"><strong>Resend one to yourself here</strong>.</a>
        </p>
      </div>
    </div>
  </main>
  <footer class="modal__footer">
    <p class="font-acumin-pro-wide"> Already have an Executive Traveller account? <a href="#" rel="nofollow" class="btn-login-modal" data-micromodal-open="login-modal" data-micromodal-close="signup-modal"><strong>Login now.</strong></a>
    </p>
  </footer>
</form>

POST /users/forgot

<form action="/users/forgot" class="forgot-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <header class="modal__header pos-relative margin-0-auto">
    <span id="forgot-modal-title" class="font-starling">Forgot Password</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="forgot-modal"></a>
  </header>
  <main class="modal__content" id="forgot-modal-content">
    <p class="font-starling desc">If you’ve forgotten your password, simply enter your email address below, then click 'Submit'. We’ll send you an email to re-activate your account and enter a new password. </p>
    <div class="margin-btm">
      <input class="input" type="email" name="data[User][email]" required="" placeholder="Email" aria-required="true">
    </div>
    <button class="modal__btn modal__btn-primary" type="submit">Submit</button>
  </main>
  <footer class="modal__footer">
    <p class="font-acumin-pro-wide">
      <a href="#" rel="nofollow" class="btn-login-modal" data-micromodal-open="login-modal" data-micromodal-close="signup-modal"><strong>Login</strong></a>
    </p>
  </footer>
</form>

POST /users/resend-activation

<form action="/users/resend-activation" class="resend-activation-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <header class="modal__header pos-relative margin-0-auto">
    <span id="activation-modal-title" class="font-starling">Resend activation email</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="activation-modal"></a>
  </header>
  <main class="modal__content" id="activation-modal-content">
    <p class="font-starling desc">If you have not received the activation email, simply enter your email address below, then click 'Submit'. We’ll send you an email containing the activation link.</p>
    <div class="margin-btm">
      <input class="input" type="email" name="data[User][email]" required="" placeholder="Email" aria-required="true">
    </div>
    <button class="modal__btn modal__btn-primary" type="submit">Submit</button>
  </main>
  <footer class="modal__footer">
    <p class="font-acumin-pro-wide"><a href="#" rel="nofollow" class="btn-login-modal" data-micromodal-open="login-modal"><strong>Login</strong></a></p>
  </footer>
</form>

POST /reports/send

<form action="/reports/send" class="report-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div> <input type="hidden" name="data[Report][page]" value="0">
  <input type="hidden" name="data[Report][kind]" value="">
  <input type="hidden" name="data[Report][row_id]" value="">
  <header class="modal__header pos-relative margin-0-auto">
    <span id="report-modal-title" class="font-starling">Help us understand what's happening</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="report-modal"></a>
  </header>
  <main class="modal__content" id="report-modal-content">
    <p class="font-starling desc"></p>
    <input class="input" type="text" name="data[Report][reason]" required="" placeholder="Reason for report" aria-required="true">
  </main>
  <footer class="modal__footer text-right">
    <button class="modal__btn modal__btn-primary" type="submit">Send</button>
  </footer>
</form>

POST /newsletters/signup

<form action="/newsletters/signup" class="newsletter-form" novalidate="1" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <header class="modal__header pos-relative margin-0-auto">
    <span id="newsletter-modal-title" class="font-starling">Mail Call</span>
    <a aria-label="Close modal" class="btn-close svg-close" type="button" data-micromodal-close="newsletter-modal"></a>
  </header>
  <main class="modal__content" id="newsletter-modal-content">
    <p class="font-starling desc">Sign up to our twice weekly newsletter to get the latest premium travel news, exclusives and inspiration right to your inbox.</p>
    <div class="margin-btm">
      <input class="input" type="email" name="data[NewsletterSignup][email]" required="" placeholder="Your email address" aria-required="true">
    </div>
    <button class="modal__btn modal__btn-primary" type="submit">Sign up</button>
  </main>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE


News
 * Airlines
 * Airports
 * Hotels
 * Lounges
 * Frequent Flyer
 * Reward Programs
 * Technology
 * Motoring
 * Other

Reviews
 * Airlines
 * Lounges
 * Hotels
 * Credit Cards

Expert Guides
 * Qantas Guides
 * Virgin Australia Guides
 * Singapore Airlines Guides
 * Cathay Pacific Guides
 * Credit Card Guides

Credit Cards
 * Compare Credit Cards
 * Credit Card Reviews
 * Qantas Credit Cards
 * Virgin Australia Credit Cards

Lifestyle
 * Motoring
 * Luxury Leisure Travel
 * Travel Gear
 * Business
 * Watches
 * Technology
 * Health & Wellness
 * Golf
 * Wines & Spirits

Community
 * All Topics
 * Qantas & Jetstar
 * Virgin Australia
 * Air New Zealand
 * Cathay Pacific
 * Emirates
 * Etihad Airways
 * Qatar Airways
 * Singapore Airlines
 * Credit Cards
 * Destinations
 * General Travel News

Newsletter


Newsletter


Thursday 21 Dec 2023 05:59
 
Home

 * Airlines
 * Airports
 * Hotels
 * Lounges
 * First Class
 * Frequent Flyer
 * Reward Programs
 * Motoring
 * Best Qantas Credit Card Offers
 * Compare Credit Cards

 * Finnair backtracks on cuts to luggage allowance
 * Cathay Pacific ramps up Perth-Hong Kong flights
 * Virgin begins upgrade of 737 business, economy class

View All Airlines
 * Five tips for your stay in a ‘silent’ airport lounge
 * Coming soon: Singapore Airlines’ new-look Perth lounge
 * Your guide to Oneworld lounges at Singapore Changi T1

View All Airports
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Goodbye Accor Plus, hello ALL Plus
 * The 15 best luxury hotels in Paris, the City of Light

View All Hotels
 * Five tips for your stay in a ‘silent’ airport lounge
 * Qantas Singapore business lounge now open for breakfast
 * Cathay Pacific’s The Wing First lounge’s Cabana suites

View All Lounges
 * Qantas uncorks Penfolds Grange at its first class lounges
 * Review: Emirates A380 Sydney-Christchurch
 * Review: Qantas A380 first class suite, Sydney-Hong Kong

View All First Class
 * You can now book Rex flights with points
 * How to transfer Qantas points to family members
 * Why ‘Fly Ahead’ is one of Virgin Australia’s best perks

View All Frequent Flyer
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Guide: Accor Live Limitless hotel loyalty, status and perks
 * British Airways moves to revenue-based Avios earning

View All Reward Programs
 * The best hotels to watch Singapore Grand Prix 2023
 * Experts reveal the future of Australian travel mobility
 * Formula 1 returns to Singapore in sign of pandemic recovery

View All Motoring

 * Get Star Alliance Gold, 50k points with this new credit card
 * Amex, David Jones card partnership ends
 * Qatar Visa credit cards to unlock direct Avios earning

View All Compare Credit Cards
News

News
 * Airlines
 * Airports
 * Hotels
 * Lounges
 * Frequent Flyer
 * Reward Programs
 * Technology
 * Motoring
 * Other

 * Qantas uncorks Penfolds Grange at its first class lounges
 * Review: Emirates A380 Sydney-Christchurch
 * Qantas’ ‘game-changing’ A220 jet arrives today

View All Airlines
 * Sydney’s Qantas terminal gets Uber kerbside pickup
 * Singapore’s Changi Airport T5 will be a ‘mega-terminal’
 * Air New Zealand opens swish Auckland premium check-in zone

View All Airports
 * Goodbye Accor Plus, hello ALL Plus
 * The best new luxury hotels opening in 2023
 * The best luxury hotels in New York City

View All Hotels
 * Emirates to reopen Brisbane lounge after “major upgrade”
 * Qantas reduces access for lounge passes
 * Five tips for your stay in a ‘silent’ airport lounge

View All Lounges
 * You can now book Rex flights with points
 * How to transfer Qantas points to family members
 * Why ‘Fly Ahead’ is one of Virgin Australia’s best perks

View All Frequent Flyer
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Guide: Accor Live Limitless hotel loyalty, status and perks
 * British Airways moves to revenue-based Avios earning

View All Reward Programs
 * Review: Malaysia Airlines free WiFi
 * Vodafone launches $5/day airline roaming
 * First look: Espresso 17 Pro portable smart display

View All Technology
 * Uber Carshare and Turo: shaking up the local car hire scene
 * Sixt Australia tempts drivers with BMW’s electric iX3
 * Avis Prestige supercar rental makes Australian debut

View All Motoring
 * Brazil introduces mandatory $120 e-visa for Australians
 * Price hike: Australian passports to cost almost $400
 * These are the world’s most powerful passports in 2023

View All Other
Reviews

Reviews
 * Airlines
 * Lounges
 * Hotels
 * Credit Cards

 * Review: Fiji Airways Airbus A350 business class
 * Review: Cathay Pacific A321neo business class, economy class
 * Review: Qantas Sydney-Auckland-New York QF3 business class

View All Airlines
 * Review: Qantas Club, Perth Domestic Airport T4
 * Review: Virgin Australia Lounge ,Melbourne
 * Review: Qantas domestic business lounge, Perth Airport

View All Lounges
 * Review: The Mulia Bali, where three resorts are better than one
 * Review: JW Marriott Resort Gold Coast, made for fun in the sun
 * Review: Four Seasons Seoul, a five-star triumph

View All Hotels
 * Review: HSBC Star Alliance credit card is your status fast-track
 * Review: Qantas Premier Platinum Mastercard
 * Review: St.George Amplify Signature Visa

View All Credit Cards
Expert Guides

Expert Guides
 * Qantas Guides
 * Virgin Australia Guides
 * Singapore Airlines Guides
 * Cathay Pacific Guides
 * Credit Card Guides

 * Qantas uncorks Penfolds Grange at its first class lounges
 * Qantas’ ‘game-changing’ A220 jet arrives today
 * Qantas reduces access for lounge passes

View All Qantas Guides
 * How to transfer Qantas points to family members
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Goodbye Accor Plus, hello ALL Plus

View All Virgin Australia Guides
 * How to transfer Qantas points to family members
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Goodbye Accor Plus, hello ALL Plus

View All Singapore Airlines Guides
 * How to transfer Qantas points to family members
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Goodbye Accor Plus, hello ALL Plus

View All Cathay Pacific Guides
 * How to transfer Qantas points to family members
 * Marriott Bonvoy loyalty guide: status, benefits and more
 * Goodbye Accor Plus, hello ALL Plus

View All Credit Card Guides
Credit Cards

Credit Cards
 * Compare Credit Cards
 * Credit Card Reviews
 * Qantas Credit Cards
 * Virgin Australia Credit Cards


 * Review: HSBC Star Alliance credit card is your status fast-track
 * Review: Qantas Premier Platinum Mastercard
 * Review: St.George Amplify Signature Visa

View All Credit Card Reviews
 * Qantas uncorks Penfolds Grange at its first class lounges
 * Qantas’ ‘game-changing’ A220 jet arrives today
 * Qantas reduces access for lounge passes

View All Qantas Credit Cards
 * How airlines are spreading Christmas cheer this year
 * Why ‘Fly Ahead’ is one of Virgin Australia’s best perks
 * Get Star Alliance Gold, 50k points with this new credit card

View All Virgin Australia Credit Cards
Compare
Lifestyle

Lifestyle
 * Motoring
 * Luxury Leisure Travel
 * Travel Gear
 * Business
 * Watches
 * Technology
 * Health & Wellness
 * Golf
 * Wines & Spirits

 * The best hotels to watch Singapore Grand Prix 2023
 * Experts reveal the future of Australian travel mobility
 * Formula 1 returns to Singapore in sign of pandemic recovery

View All Motoring
 * New Zealand dining experiences worth travelling for
 * Two days in paradise: why Fiji is the ultimate stopover
 * Get into the holiday swing at Australia’s top golf resorts

View All Luxury Leisure Travel
 * Tokyo welcomes Tumi’s first flagship store in Asia-Pacific
 * Great Christmas gifts for travellers
 * Father’s Day gifts for the dad who loves travel

View All Travel Gear
 * Qantas Business Rewards adds hotels and car hire bookings
 * What makes a great hotel room for business travellers?
 * Comfort among the clouds: what to wear on a flight

View All Business
 * A trip to Japan reveals what makes Grand Seiko watches tick
 * Here are the five biggest trends in watches for 2023
 * Why the world's best watches may come from Japan...

View All Watches
 * Qantas launches app-based baggage tracking
 * Great Christmas gifts for travellers
 * Your guide to Emirates inflight WiFi

View All Technology
 * Tips to top up your energy levels on the road
 * Five things to look for when buying headphones for running
 * Gyms closed: Schwarzenegger shares his home workout tips

View All Health & Wellness
 * Get into the holiday swing at Australia’s top golf resorts
 * Thailand wants visitors to quarantine at golf resorts
 * Nine new golf courses you'll want to visit in 2020

View All Golf
 * Great wine is yet another reason to love Queenstown
 * 16 Aussie beer, wine and spirit cellar doors worth a visit
 * Sun & sophistication: Gold Coast is the best of both worlds

View All Wines & Spirits
Community

 * All Topics
 * Qantas & Jetstar
 * Virgin Australia
 * Air New Zealand
 * Cathay Pacific
 * Emirates
 * Etihad Airways
 * Qatar Airways
 * Singapore Airlines
 * Credit Cards
 * Destinations
 * General Travel News













About
Newsletter



NEWS


TOKYO WELCOMES TUMI’S FIRST FLAGSHIP STORE IN ASIA-PACIFIC

The city known for having its finger on the fashion pulse is yet again leading
the way.

December 20 2023

NEWS


QANTAS UNCORKS PENFOLDS GRANGE AT ITS FIRST CLASS LOUNGES

High flyers can enjoy this iconic Australian vintage during the Christmas
holidays.

December 20 2023

 * Airline
   
   
   REVIEW: EMIRATES A380 SYDNEY-CHRISTCHURCH
   
   December 20 2023
 * Luxury Leisure
   
   
   NEW ZEALAND DINING EXPERIENCES WORTH TRAVELLING FOR
   
   December 20 2023
 * Airline
   
   
   QANTAS’ ‘GAME-CHANGING’ A220 JET ARRIVES TODAY
   
   December 20 2023
 * Frequent Flyer
   
   
   YOU CAN NOW BOOK REX FLIGHTS WITH POINTS
   
   December 19 2023


Most Popular


HOW AIRLINES ARE SPREADING CHRISTMAS CHEER THIS YEAR


REVIEW: CUNARD QUEEN ELIZABETH CRUISE SHIP


SOAK UP THE SUN AT AUSTRALIA’S BEST ISLAND RESORTS


WINTJIRI WIRU: THE DRONE SPECTACULAR WITH A VIEW TO ULURU


New to ET? Start here

 * BUSINESS CLASS

 * FIRST CLASS

 * QANTAS

 * QANTAS FREQUENT FLYER

 * QANTAS CREDIT CARDS

 * VIRGIN AUSTRALIA

 * VELOCITY FREQUENT FLYER

 * VIRGIN CREDIT CARDS

 * EMIRATES

 * EMIRATES SKYWARDS

 * SINGAPORE AIRLINES

 * KRISFLYER

 * CATHAY PACIFIC

 * ETIHAD AIRWAYS

 * QATAR AIRWAYS

 * BRITISH AIRWAYS

 * MALAYSIA AIRLINES

 * CHINA EASTERN AIRLINES

 * CHINA SOUTHERN AIRLINES

 * PREMIUM ECONOMY

 * STAR ALLIANCE

 * ONEWORLD

 * SKYTEAM


REVIEWS


REVIEW: QANTAS CLUB, PERTH DOMESTIC AIRPORT T4

It may not be the newest lounge in the network, but Perth Qantas Club still
delivers in more ways than one.

December 19 2023
 * Airline
   
   
   WHY REX HAS ‘EURO-BUSINESS CLASS’ ON ITS LATEST 737
   
   December 19 2023
 * Lounge
   
   
   EMIRATES TO REOPEN BRISBANE LOUNGE AFTER “MAJOR UPGRADE”
   
   December 18 2023
 * Airline
   
   
   TURKISH AIRLINES GO-AHEAD FOR SYDNEY, MELBOURNE FLIGHTS
   
   December 18 2023
 * Airline
   
   
   MELBOURNE WELCOMES NON-STOP AIR INDIA FLIGHTS TO MUMBAI
   
   December 15 2023



> Everybody knows the Qantas Business Lounge trumps the Qantas Club, but what
> actually makes the Business Lounge better?

Read More  


TRENDING TODAY

 * 1
   
   Tokyo welcomes Tumi’s first flagship store in Asia-Pacific

 * 2
   
   Qantas uncorks Penfolds Grange at its first class lounges

 * 3
   
   Review: Emirates A380 Sydney-Christchurch

 * 4
   
   New Zealand dining experiences worth travelling for


Subscribe to our newsletter

Sign up
 * Lounge
   
   
   QANTAS REDUCES ACCESS FOR LOUNGE PASSES
   
   December 15 2023
 * Luxury Leisure
   
   
   TWO DAYS IN PARADISE: WHY FIJI IS THE ULTIMATE STOPOVER
   
   December 15 2023
 * Frequent Flyer
   
   
   HOW TO TRANSFER QANTAS POINTS TO FAMILY MEMBERS
   
   December 15 2023
 * Other
   
   
   BRAZIL INTRODUCES MANDATORY $120 E-VISA FOR AUSTRALIANS
   
   December 14 2023
 * Reward Program
   
   
   MARRIOTT BONVOY LOYALTY GUIDE: STATUS, BENEFITS AND MORE
   
   December 14 2023
 * Lounge
   
   
   REVIEW: VIRGIN AUSTRALIA LOUNGE ,MELBOURNE
   
   December 14 2023




COMMUNITY

LATEST DISCUSSIONS

 * QF Platinum Threshold 1 COMMENT
 * Worst ever VA flight 11 COMMENTS
 * Qantas A220 - seatback IFE screens or not? 5 COMMENTS
 * Compliments of Cuctomer Contact - bonus QFF points 2 COMMENTS
 * Etihad lounge access for a guest 2 COMMENTS
 * Maybe QANTAS are listening 3 COMMENTS
 * Qatar Lounge Singpoare 0 COMMENT
 * MPC - US Entry for Australians 4 COMMENTS
 * Keeping child's QF points from expiring (under 5k points) 16 COMMENTS

MOST VIEWED

 * Worst ever VA flight 8 COMMENTS
 * Maybe QANTAS are listening 3 COMMENTS
 * Qantas A220 - seatback IFE screens or not? 5 COMMENTS
 * Luggage Transfer LHR 3 COMMENTS
 * QF Platinum Threshold 1 COMMENT
 * Velocity Loyalty Program 3 COMMENTS
 * Experience on SQ 787 9 COMMENTS
 * Keeping child's QF points from expiring (under 5k points) 15 COMMENTS
 * Compliments of Cuctomer Contact - bonus QFF points 2 COMMENTS





Subscribe to our newsletter

Sign up
COMPANY
 * About Us
 * Contact
 * Advertising & Media Kit
 * Privacy Policy
 * Terms of Use

News
 * Airlines
 * Airports
 * Hotels
 * Lounges
 * Frequent Flyer
 * Reward Programs
 * Technology
 * Motoring
 * Other

Reviews
 * Airlines
 * Lounges
 * Hotels
 * Credit Cards

Expert Guides
 * Qantas Guides
 * Virgin Australia Guides
 * Singapore Airlines Guides
 * Cathay Pacific Guides
 * Credit Card Guides

Credit Cards
 * Compare Credit Cards
 * Credit Card Reviews
 * Qantas Credit Cards
 * Virgin Australia Credit Cards

Lifestyle
 * Motoring
 * Luxury Leisure Travel
 * Travel Gear
 * Business
 * Watches
 * Technology
 * Health & Wellness
 * Golf
 * Wines & Spirits


Community
 * All Topics
 * Qantas & Jetstar
 * Virgin Australia
 * Air New Zealand
 * Cathay Pacific
 * Emirates
 * Etihad Airways
 * Qatar Airways
 * Singapore Airlines
 * Credit Cards
 * Destinations
 * General Travel News

Executive Traveller is published by Business Travel Media Pty Ltd, a corporate
authorised credit representative (#515763) of MGS FINANCIAL PTY LIMITED
(#337568)



Log in

Already have an ET account? Log in below.


forgot?
Remember me on this computer
Login

Don't have an account? Sign up here.

Sign Up

Signing up with Executive Traveller only takes a second and lets you interact
with our community. It's completely free and we'll never pass your information
on to third parties.








Signup

Didn’t receive an activation email? Resend one to yourself here.

Already have an Executive Traveller account? Login now.

Forgot Password

If you’ve forgotten your password, simply enter your email address below, then
click 'Submit'. We’ll send you an email to re-activate your account and enter a
new password.


Submit

Login

Resend activation email

If you have not received the activation email, simply enter your email address
below, then click 'Submit'. We’ll send you an email containing the activation
link.


Submit

Login

Help us understand what's happening



Send
Mail Call

Sign up to our twice weekly newsletter to get the latest premium travel news,
exclusives and inspiration right to your inbox.


Sign up