Your Login information to schedule is as follows:
Username: Students Email
Password: Students last name(s) ( as registered with the school) case sensitive
*ATTENTION IF YOU NEED TO RE-SCHEDULE YOUR SESSION, PLEASE CALL THE STUDIO AT 559-431-0681 .*
We are having some technical difficulties with our site at the moment. below is a temporary link while we correct it.
<a href="http://Click here to book a session.“>
<!– Please paste this code between the tags in your html.–>
window.onload = LoadMyFrame;
function LoadMyFrame() {
var iFrameURL = ‘https://MilnePhotography.mystratus.com/onlinebooking.aspx’;
var finalQueryString = ”;
if (iFrameURL.indexOf(“?”) >= 0) {
finalQueryString = iFrameURL.split(“?”)[1];
iFrameURL = iFrameURL.split(“?”)[0];
}
if (window.location.search != null && window.location.search != ”) {
if (finalQueryString != ”) { finalQueryString += ‘&’; }
finalQueryString += window.location.search.substring(1);
}
iFrameURL += ‘?’ + finalQueryString;
document.getElementById(‘onlineBookingFrame’).src = iFrameURL;
}
iFrameResize({log:false, checkOrigin: false});