Tournament Details
M-SL-AUS-01A-1992
Host nation:
Australia
Date:
13 January - 26 January 1992
Category
Grand Slam
Surface:
Hard - Outdoor
TOURNAMENT LOCATION
City/Town:
Flinders Park, Melbourne, VIC, Australia
.subject
min-width: 155px;
overflow: visible;
display: inline-block;
z-index: 1;
.subject-txt
display: block;
margin-left: 155px;
margin-top: -13px;
min-height: 13px;
position: relative;
.subject-rht
width: 209px;
padding-bottom: 5px;
padding-right: 10px;
position: relative;
Tournament Factsheet is unavailable
SELECT A CATEGORY TO VIEW THE DRAWSHEET
.tRes li a
cursor: pointer;
Singles
Main Draw (128)
Qualifying Draw (128)
Mixed Doubles
Doubles
There is no Order of Play available for this tournament
// open the Print version
function launchTourOrderOfPlay(strTheDate)
gtag('event', 'Open', 'event_category': 'PrintableOOP', 'event_label': 'MainOOP', 'value': 1010004424 ); // Replaces above, as per ITFWEB-298
// console.log('GTAG PrintableOOP event');
var url = '/itf/web/usercontrols/tournaments/tournamentorderofplaypage.aspx?tournamentId=1010004424&tcc=MT&oopdate=' + strTheDate;
window.open(url, 'TournamentOOP', '_blank', 'width=640 height=480, scrollbars=yes');
return false;
// CSS style change for date span doobrie
$(function ()
$('a.objTheSpanner').click(function ()
$("a.objTheSpanner").removeClass('OOPSelected');
$(this).addClass('OOPSelected');
);
);
SELECT A CATEGORY TO VIEW THE RESULTS
.tRes li a
cursor: pointer;
Singles
Main Draw (128)
Qualifying Draw (128)
Mixed Doubles
Doubles
var intDrawsheetCount = 0;
var strPlayerType = "";
// call the entry list script to populate the relevant tab
var url = '/itf/web/usercontrols/tournaments/tournamententrylist.aspx?tcc=MT&eventid=1010010168';
$.ajax(
url: url,
cache: true,
success: function (html)
$("#divTourEntryList").html(html);
,
error: function (jqXHR, exception)
var msg = '';
if (jqXHR.status === 0)
msg = 'Not connect.n Verify Network.';
else if (jqXHR.status == 404)
msg = 'Requested page not found. [404]';
else if (jqXHR.status == 500)
msg = 'Internal Server Error [500].';
else if (exception === 'parsererror')
msg = 'Requested JSON parse failed.';
else if (exception === 'timeout')
msg = 'Time out error.';
else if (exception === 'abort')
msg = 'Ajax request aborted.';
else
msg = 'Uncaught Error.n' + jqXHR.responseText;
alert('Error preloading the Entry List tab: ' + msg);
);
// now some functions called when users click on various links in various tabs
function ajaxLoadTourEntryList(eventId, tennisCateCode)
var url = '/itf/web/usercontrols/tournaments/tournamententrylist.aspx?tcc=' + tennisCateCode + '&eventid=' + eventId;
$.ajax(
url: url,
cache: false,
success: function (html)
$("#divTourVTEntryList").html(html);
$("html,body").animate( scrollTop: $("#divTourVTEntryList").offset().top , 'slow');
);
// reset the css of all the clickable names
$(".lnkLinkToEntryList").attr("style", "background-color:transparent; font-weight:normal");
// and set the css of the link just clicked, to show it is selected
$("#lnkLinkToEntryList" + eventId).attr("style", "background-color:silver;font-weight:bold");
// user has clicked on a drawsheet link
// first param is true when an extra level of repeater is required to iterate thru the WHOLE tournament and produce a complete list of drawsheets for ALL its events - eg for Junior Masters
// in this case we only run the code ONCE and subsequent clicks on a link just anchor the display to the required div
// otherwise it is false, when the drawsheet for only one event should be shown. see ITFWEB-280
function ajaxLoadTourDrawsheet(isWholeTournament, strDrawsheetStructureCode, eventId, webletName, playerTypeDesc)
// OLD junior masters (pre 2017)
// deprecated for ITFWEB-280
// function ajaxLoadJuniorsMasterDrawsheet(genderId, webletName)
// var url = '/itf/web/usercontrols/tournaments/juniorsmasterdrawsheets.aspx?tournamentId=1010004424&tenniscatecode=MT&genderId=' + genderId + '&webletName=' + webletName;
/* $.ajax(
url: url,
cache: true,
success: function (html)
$("#divTourDrawsheets").html(html);
$("html,body").animate( scrollTop: $("#divTourDrawsheets").offset().top , 'slow');
);
// these will not work anyway since we do not have eventID in this case
// $(".lnkLinkToDrawsheet").attr("style", "background-color:transparent;");
// $("#lnkLinkToDrawsheet_" + eventId).attr("style", "background-color:#ffff00;");
*/
// call out to get some tournament results
function ajaxLoadTourResults(eventId, webletName)
var url = '/itf/web/usercontrols/tournaments/tournamentresults.aspx?eventid=' + eventId + '&webletname=' + webletName;
$.ajax(
url: url,
cache: true,
success: function (html)
$("#divTourResults").html(html);
$("html,body").animate( scrollTop: $("#divTourResults").offset().top , 'slow');
,
error: function (jqXHR, exception)
var msg = '';
if (jqXHR.status === 0)
msg = 'Not connected.n Verify Network.';
else if (jqXHR.status == 404)
msg = 'Requested page not found. [404]';
else if (jqXHR.status == 500)
msg = 'Internal Server Error [500]n' + jqXHR.responseText;
else if (exception === 'parsererror')
msg = 'Requested JSON parse failed.';
else if (exception === 'timeout')
msg = 'Time out error.';
else if (exception === 'abort')
msg = 'Ajax request aborted.';
else
msg = 'Uncaught Error.n' + jqXHR.responseText;
alert('Error when loading drawsheets: ' + msg);
);
// reset the css of all the clickable event names
$(".lnkLinkToResults").attr("style", "background-color:transparent; font-weight:normal");
// and set the css of the event name just clicked, to show it is selected
$("#lnkLinkToResults" + eventId).attr("style", "background-color:silver;font-weight:bold");
// Launch Live Scores, with corresponding GA call
function launchLiveScores(tourKey)
// Old _gaq.push(['_trackEvent', 'PCLiveScores', 'PCTourInfo', tourKey]);
// Old window.open('http://scores.itftennis.com/?alias=itf&layoutid=72&versionid=1&language=en&tID=' + tourKey, 'LS_' + tourKeyMod, 'width=1000,height=700');
gtag('event', 'LiveScores', 'event_category': 'TourInfo', 'event_label': tourKey ); // Replaces above, as per ITFWEB-298
//console.log('GTAG TInfo Event');
window.open('https://live.itftennis.com/en/live-scores/?tourkey=' + tourKey, 'LS_' + (tourKey.split('-').join('_')), 'width=1400,height=750');