Australian Open   







//

(function (d, s, id) var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); (document, 'script', 'facebook-jssdk'));






$(document).ready(function ()
// bit of jquery to force some websites to remain on HTTP - see ITFWEB-300
$('a[class="port80"]').each(function ()
this.href = this.href.replace("https:", "ht" + "tp:");
console.log('HNT done ' + this.href);
);
);


//





ITF


Explore The ITF




    • Pro Circuit

    • Juniors

    • Seniors

    • Wheelchair

    • Beach Tennis


    • Development

    • Coaching

    • Tennis iCoach

    • Play and Stay

    • IPIN


    • About the ITF

    • Technical

    • Science & Medicine

    • Anti-Doping

    • Officiating


    • Davis Cup

    • Fed Cup

    • Olympic Tennis Event

    • Paralympic Tennis Event

    • Youth Olympic Tennis Event

    • Hopman Cup





procircuit ITFITF







  • Home




  • News


    • Latest News



    • Articles



    • Video



    • Spotlight On...



    • Photo Galleries



    • Player Interviews




  • Players


    • Player Search



    • Ranking Points



    • Rankings Explained




  • Tournaments


    • Men's Calendar



    • Women's Calendar



    • Circuit Info



    • Organisers Info



    • Results Round-up




  • About Pro Circuit


    • Overview



    • Rules & Regulations



    • Men's History



    • Women's History



    • Mobile App



    • Player Pathway




  • Transition Tour


    • English



    • Español



    • Français




  • Info for Players


    • Starting Out



    • Player Welfare



    • Useful Tips



    • Forms



    • Tennis iCoach




  • IPIN


    • About IPIN



    • Online Service



    • Registration



    • FAQs






  • LIVE SCORES







$("#ExploreSite").hide();
$("#ExploreSiteLabel p").click(function ()
$("#ExploreSiteLabel").toggleClass("btwo")
if ($("#ExploreSite").is(":visible"))
$("#ExploreSite").slideUp("slow");
$("#ExploreSite").hide();

else
$("#ExploreSite").slideDown("slow");
$("#ExploreSite").show();

);









  • Men's Calendar










  • Women's Calendar










  • Circuit Info










  • Organisers Info





    • Overview


    • Application Pack - Europe


    • Application Pack - Rest of the World


    • Application Pack - USA


    • Live Scoring






  • Results Round-up









var sideNavAccordion = new TINY.accordion.slider("sideNavAccordion"); sideNavAccordion.init("verticalNav", "h3", 1, -1, "acc-selected"); $("h3.acc-selected").siblings("div.acc-section").attr("style", "opacity: 1; height: auto;");












Australian Open
  



AUS Flag





Tournament Details
M-SL-AUS-01A-1992




  • Host nation:
    Australia


  • Date:
    13 January - 26 January 1992



  • Category

    Grand Slam


  • Surface:
    Hard - Outdoor











OverviewFactsheetDrawsheetOrder Of PlayResults






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



      • Main Draw (32)








    • Doubles



      • Main Draw (64)























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




      • Main Draw (32)







    • Doubles




      • Main Draw (64)




















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');












Explore The Site


























//



//

Popular posts from this blog

The Dalles, Oregon

眉山市

清晰法令