"; var WinPrint = window.open('', '', 'left=150,top=100,width=1200,height=1200,menubar=1,toolbar=0,scrollbars=yes,status=0'); var x = headstr + divId + footstr; WinPrint.document.write(x); WinPrint.document.close(); WinPrint.focus(); setTimeout(function () { WinPrint.print(); }, 1000); } //End //Review FeedBack function var Rv_Id = 0; var CheckRequest = 0; var Address_Id = 0; function ReviewFeedback(Feedback, Review_Id, GetAddress_Id) { XmlHttp = GetXmlHttpObject(); Address_Id = GetAddress_Id; Rv_Id = Review_Id; if (document.getElementById('hdnFeedbackReview_Id')) { document.getElementById('hdnFeedbackReview_Id').value = Review_Id; } ReadCookie(); if (CheckRequest == 0) { CheckRequest = 1; XmlHttp.onreadystatechange = ReviewFeedbackCallback; var param = 'Action=SaveReviewFeedBack&review_id=' + Review_Id + '&FeedbackString=' + Feedback; var url = "Handler/AddressAjax.ashx?" + param; XmlHttp.open('GET', url, true); XmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); XmlHttp.send(''); } } function ReviewFeedbackCallback() { if (XmlHttp.readyState == 4 || XmlHttp.readyState == "complete") { var txt = XmlHttp.responseText; if (txt == '-1') { document.getElementById('activeMessage_' + Rv_Id).innerHTML = 'You have already voted.'; document.getElementById('activeMessage_' + Rv_Id).style.display = "block"; setTimeout(function () { document.getElementById('activeMessage_' + Rv_Id).style.display = "none"; CheckRequest = 0; }, 1000); } else if (txt == '-2') { document.getElementById('activeMessage_' + Rv_Id).innerHTML = 'You just recommended this comment!'; document.getElementById('activeMessage_' + Rv_Id).style.display = "block"; setTimeout(function () { document.getElementById('activeMessage_' + Rv_Id).style.display = "none"; CheckRequest = 0; }, 500 ); } else { var mySplitResult = txt.split(","); var FeedbackString = mySplitResult[0]; var TotalCount = mySplitResult[1]; setTimeout(function () { if (document.getElementById('Span' + FeedbackString + Rv_Id)) { CheckRequest = 0; document.getElementById('Span' + FeedbackString + Rv_Id).innerHTML = FeedbackString + "(" + TotalCount + ")"; document.getElementById('Span' + FeedbackString + Rv_Id).style.color = "green"; if (FeedbackString == "Spam") { OpenInNewTab('https://address001.com/StaticPages/Contact_Us.aspx?Nwid=' + Address_Id + '&RID=' + Rv_Id + ''); } } }, 500); } } } //End //GetIFM(); function SetCounter(withbar, idfrom) { var gCurrentSize; var le; var txt = document.getElementById('txtReviewPost').value.length; var x = 1000 - txt; if (x < 0) { if (idfrom) { len = idfrom.value.length; idfrom.value = idfrom.value.substring(0, len + x); } x = 0; le = 1000; alert('Only 1000 characters are allowed '); } if (withbar && gCurrentSize != le) { gCurrentSize = le; } document.getElementById('txt_Counter').value = txt; return true; } var GetRvVal; function ReviewDis(title) { if (GetRvVal == undefined) { GetRvVal = '0'; document.getElementById('AbsoluteRvDv').style.display = "block"; var StrBnd = " Note :
- "; StrBnd += '
- Please write what you know about ' + title + ' '; StrBnd += '
- Please use English language in commenting, No language, Other than English is accepted. '; StrBnd += '
- Short form like hi, hay, plz, pls etc. cannot be accepted. '; StrBnd += '
- Spelling mistakes cannot be accepted, Please do not share your personal problems here. '; StrBnd += '
- Please do not paste here any copied content. '; StrBnd += '
'; StrBnd += "Ok, I Understand" document.getElementById('AbsoluteRvDv').innerHTML = StrBnd; } } function CloseRvVal() { GetTitlVal = '0'; document.getElementById('AbsoluteRvDv').style.display = "none"; } var XmlHttp; function GetXmlHttpObject() { return (window.XMLHttpRequest) ? (new XMLHttpRequest()) : (new ActiveXObject("Microsoft.XMLHTTP")); } function checkMaxLength(textBox, e, length) { var mLen = textBox["MaxLength"]; if (null == mLen) mLen = length; var maxLength = parseInt(mLen); if (!checkSpecialKeys(e)) { if (textBox.value.length > maxLength - 1) { if (window.event)//IE { e.returnValue = false; return false; } else//Firefox e.preventDefault(); } } } function checkSpecialKeys(e) { if (e.keyCode != 8 && e.keyCode != 46 && e.keyCode != 35 && e.keyCode != 36 && e.keyCode != 37 && e.keyCode != 38 && e.keyCode != 39 && e.keyCode != 40) return false; else return true; } /* Used for FaceBook Iframe */ FBData(); function FBData() { if (document.getElementById("FB") != '') { var shareUrl = encodeURIComponent("https://www.facebook.com/address001.com"); document.getElementById("FB").innerHTML = "" } // document.getElementById("twitterSpn").innerHTML = 'Follow @TheAddress007'; !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } } (document, "script", "twitter-wjs"); } /*End*/ function handleKeyPress(e) { var key = e.keyCode || e.which; if (key == 13) { document.getElementById('IncorrectNo').click(); } } function setCookie(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays == null || nDays == 0) nDays = 1; expire.setTime(today.getTime() + 3600000 * 24 * nDays); document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.toGMTString(); } function getCookie(c_name) { var c_value = document.cookie; var c_start = c_value.indexOf(" " + c_name + "="); if (c_start == -1) { c_start = c_value.indexOf(c_name + "="); } if (c_start == -1) { c_value = null; } else { c_start = c_value.indexOf("=", c_start) + 1; var c_end = c_value.indexOf(";", c_start); if (c_end == -1) { c_end = c_value.length; } c_value = unescape(c_value.substring(c_start, c_end)); } return c_value; } function del_cookie(name) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } function Confirm(sender) { return confirm("Are you sure you want to deleter this entry ?"); } function addBookmark(name) { var url = document.URL; try { if (window.sidebar && window.sidebar.addPanel) { window.sidebar.addPanel(name, url, ''); //obsolete from FF 23. } else if (window.sidebar) { window.sidebar.addPanel(name, url, ''); //obsolete from FF 23. } else if (window.opera && window.print) { var e = document.createElement('a'); e.setAttribute('href', url); e.setAttribute('title', name); e.setAttribute('rel', 'sidebar'); e.click(); } else if (window.external) { window.external.AddFavorite(url, name); } else alert("To Remember this page, please Press Ctrl+D."); } catch (e) { alert("To Remember this page, please Press Ctrl+D."); } } function fbShareClick() { u = location.href; t = document.title; window.open('https://www.facebook.com/sharer.php?u=' + encodeURIComponent(u) + '&t=' + encodeURIComponent(t), 'sharer', 'toolbar=0,status=0,width=626,height=436'); return false; } function UserRvNameAuto(obj) { var Valu = obj.value; var a = Valu.split(/\s+/); for (i = 0; i < a.length; i++) { a[i] = a[i].charAt(0).toUpperCase() + a[i].slice(1).toLowerCase(); } obj.value = a.join(' '); } function ReplyBoxDp(GetBxId, Address_id, Name) { var elements = document.getElementsByName('NeBxReply') for (var i = 0; i < elements.length; i++) { elements[i].innerHTML = ""; } document.getElementById("Rating_" + GetBxId).style.display = "none"; document.getElementById("div_msg").style.display = "none"; document.getElementById("hdnName").value = Name; if (document.getElementById("HdnReview_Id").value != '') { document.getElementById("NeBxReply_" + document.getElementById("HdnReview_Id").value).style.display = "none"; document.getElementById("Span_" + document.getElementById("HdnReview_Id").value).style.display = "block"; } document.getElementById("HdnReview_Id").value = GetBxId; var BindDta = "
"; BindDta += "
"; BindDta += "
Leave a Reply to : " + Name + "
"; BindDta += "
"; BindDta += "
"; BindDta += "
Reply :
" BindDta += "
"; BindDta += "
"; BindDta += "
Your Name :
"; BindDta += "
"; BindDta += "
"; BindDta += "
Email Address :
"; BindDta += "
"; BindDta += "
"; BindDta += "
Gender :
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; BindDta += "
"; document.getElementById('NeBxReply_' + GetBxId).innerHTML = BindDta; window.setTimeout(function () { document.getElementById('CommentTxt').focus(); }, 0); document.getElementById("NeBxReply_" + GetBxId).style.display = "block"; document.getElementById('Span_' + GetBxId).style.display = "none"; } function HideReplyDv(ReviewId) { document.getElementById("NeBxReply_" + ReviewId).style.display = "none"; document.getElementById('Span_' + ReviewId).style.display = "block"; document.getElementById("Rating_" + ReviewId).style.display = "block"; } function AddReply(Address_id, Review_Id) { XmlHttp = GetXmlHttpObject(); XmlHttp.onreadystatechange = SubmitReplyCallback; if (document.getElementById("CommentTxt")) { document.getElementById("Hdn007_Id").value = Address_id; var Comment = document.getElementById("CommentTxt").value.replace('>', '>').replace('<', '>').replace('', ' '); // var Comment = document.getElementById("CommentTxt").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var Name = document.getElementById("ReplyPersonName").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var EmailId = document.getElementById("ReplyEmailId").value.replace(/\s{2,}/g, ' ').replace('>', '>').replace('<', '>').replace('', ' '); var iChars = "<"; var iChars2 = ">"; if (Comment.trim() == '') { document.getElementById("msgJs").innerHTML = "Please enter your reply."; document.getElementById("msgJs").style.display = 'block'; } else if (Name.trim() == '') { document.getElementById("msgJs").innerHTML = "Please enter name."; document.getElementById("msgJs").style.display = 'block'; } else if (Comment.trim().length <= 20) { document.getElementById("msgJs").innerHTML = "Short length reply can not be posted."; document.getElementById("msgJs").style.display = 'block'; } else if (unescape(Comment).indexOf(iChars) != -1 || unescape(Comment).indexOf(iChars2) != -1) { document.getElementById("msgJs").innerHTML = 'Please remove the HTML scripting tags from reply.'; document.getElementById("msgJs").style.display = 'block'; return false; } else if (unescape(Name).indexOf(iChars) != -1 || unescape(Name).indexOf(iChars2) != -1) { document.getElementById("msgJs").innerHTML = 'Please remove the HTML scripting tags from name.'; document.getElementById("msgJs").style.display = 'block'; return false; } else if (document.getElementById("rbReply_Male").checked == false && document.getElementById("rbReply_Female").checked == false) { document.getElementById("msgJs").innerHTML = "Please select gender."; document.getElementById("msgJs").style.display = 'block'; } else if (Comment.length > 999) { document.getElementById("msgJs").innerHTML = "Only 1000 characters are allowed."; document.getElementById("msgJs").style.display = 'block'; } else if (/[^A-Za-z0-9 .]/.test(Name)) { document.getElementById("msgJs").innerHTML = 'please remove special characters from name.'; document.getElementById("msgJs").style.display = 'block'; } else if (validateEmail(EmailId.trim()) == false && EmailId.trim() != '') { document.getElementById("msgJs").innerHTML = "Please enter valid email id."; document.getElementById("msgJs").style.display = 'block'; } else { var NewName; if (document.getElementById("rbReply_Male").checked == true) { NewName = "Mr. " + Name; } else { NewName = "Ms. " + Name; } document.getElementById("msgJs").innerHTML = ""; document.getElementById("msgJs").style.display = 'none'; var param = 'Action=SaveReply&comment=' + escape(Comment) + '&Name=' + escape(NewName) + '&EmailId=' + escape(EmailId) + '&007_id=' + Address_id + '&review_id=' + Review_Id; var url = "Handler/AddressAjax.ashx?" + param; XmlHttp.open('GET', url, true); XmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); XmlHttp.send(''); } } } function SubmitReplyCallback() { if (XmlHttp.readyState == 4 || XmlHttp.readyState == "complete") { var txt = XmlHttp.responseText; if (txt == '0') { document.getElementById('msgJs').innerHTML = "Your problem already posted."; document.getElementById('msgJs').style.display = "block"; } else { document.getElementById('spnMsgSucess').innerHTML = "Your reply to this review has been sent for moderation. "; document.getElementById('MsgSucess').style.display = "block"; document.getElementById('othrmsg').style.display = "none"; } } } function validateEmail(email) { var re = /\S+@\S+\.\S+/; return re.test(email); } //to clear cookie function ReadCookie() { var allcookies = document.cookie; cookiearray = allcookies.split(';'); var count = 0; for (var i = 0; i < cookiearray.length; i++) { name = cookiearray[i].split('=')[0]; if (name.indexOf("RvId") > -1) { count += 1; } } if (count > 10) { for (var i = 0; i < cookiearray.length; i++) { name = cookiearray[i].split('=')[0]; if (name.indexOf("RvId") > -1) { deleteCookie(name) } } } } function deleteCookie(c_name) { document.cookie = c_name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } function OpenInNewTab(url) { var win = window.open(url, '_blank'); if (win) { win.focus(); } } //End function GetContentForDiv() { var divId = ''; if (document.getElementById('DivContactPerson')) { divId = document.getElementById('DivContactPerson').innerHTML; } if (document.getElementById('DivLocation')) { divId = divId + "
" + document.getElementById('DivLocation').innerHTML; } if (document.getElementById('Phoneno')) { var str = document.getElementById('Phoneno').innerHTML; str = str.replace('Call Via Skype', ''); str = str.replace('
', '
'); divId = divId + "
" + str; } if (document.getElementById('Email')) { divId = divId + "
" + document.getElementById('Email').innerHTML; } if (document.getElementById('Website')) { divId = divId + "
" + document.getElementById('Website').innerHTML; } return divId; } //End function ltrim(stringToTrim) { return stringToTrim.replace(/^\s+/, ""); }
FAQs
What is Fort Lee address? ›
Vistiors Center. Vistiors Center is located at 500 Leet Avenue, Buildingg 5228, Fort Lee, VA 23801. Vistiors Center can be reached by their main phone number at (804) 734-4593. Alternatively, you can reach Vistiors Center by phone at (804) 765-3000.
Where is Lee Army base? ›Fort Lee is situated alongside the Tri-Cities of Virginia – Petersburg, Colonial Heights and Hopewell – as well as the counties of Chesterfield, Dinwiddie and Prince George. It is located about 30 miles from Richmond, 135 miles from Washington, D.C., and 95 miles from Virginia Beach.
Is Fort Lee still open? ›...
Fort Lee (Virginia)
Fort Lee | |
---|---|
Built | 1917 |
In use | 1917–1924 1941–present |
Garrison information |
FIRST TIME visitors or those with an expired pass MUST register at the VCC. The VCC is open 7 a.m. - 4 p.m. weekdays. No passes will be approved after normal operational hours.
How many soldiers does Fort Lee have? ›Fort Lee supports more than 28,500 people on post and nearly 63,000 off post, including personnel from all branches of the military service, their families, government civilians and contractors, military retirees and reservists.
What kind of military base is Fort Lee? ›Fort Lee is an eight square mile United States Army Base located just west of Petersburg, Virginia. The post is named for famed Confederate General Robert E. Lee, commander of Confederate forces during the US Civil War. Originally designated as Camp Lee, the base is still a functioning Army post today.
Who is stationed at Fort Lee? ›The post has a daytime population of well over 27 thousand and trains more than 70 thousand soldiers annually, serving as one of the largest training sites operated by the United States Army. Fort Lee is home to the Army Ordnance School, Quartermaster School, Transportation School, and Army Logistics University.
What is Fort Lee New Name? ›Donald McEachin (VA-04) issued the following statement after the U.S. Naming Commission announced its recommendation to rename Fort Lee in Central Virginia as Fort Gregg-Adams, honoring the heroism and service of Lt. General Arthur J. Gregg and Lt.
How far is Fort Lee from Fort Jackson? ›The distance between Fort Jackson and Fort Lee is 297 miles. The road distance is 348.7 miles.
What is Fort Lee famous for? ›Fort Lee is known and named for the story of how General George Washington was forced to evacuate the area in November of 1776 and begin his famous retreat through New Jersey during the winter of 1776-77 in the protection of "Fort Lee".
What Mos are at Fort Lee? ›
- 89 Series.
- 89A - Ammunition Stock Control and Accounting Specialist.
- 89B - Ammunition Specialist.
- 89D - Exposive Ordnance Disposal (EOD)
- 217TH Military Police (MP) Command: TRADDOC. ...
- 23RD BDE. Command: Quartermaster School. ...
- 345TH Training Squadron. Command: U.S. Air Force. ...
- 59TH ORD BDE. Command: ORDNANCE SCHOOL. ...
- Army Logistics University. ...
- Combined Arms Support Command. ...
- Defense Commissary Agency. ...
- U.S Marine Corps Detachment.
Fort Lee, VA - Gate Hours, Map and Status
A Ave Gate is also open M-F, 0500-2000, but is closed on weekends/holidays. The Mahone Gate hours are M-F: 0500-2300 and weekends/holidays: 0900-1600.
The short answer is YES! Most people can visit a military base with no issue. However, it's not like visiting grandma where you can just pull up and walk in. You must bring all required documents and be willing to submit to a background check.
Does Fort Lee deploy? ›Many troops on the current unit roster have never deployed, but several noncommissioned officers can count time served in war zones, said its top enlisted Soldier. “Bottom line, the company is well-trained,” said 1st Sgt.
Is Fort Lee a good place to live? ›Fort Lee is a suburb of New York City with a population of 37,843. Fort Lee is in Bergen County and is one of the best places to live in New Jersey. Living in Fort Lee offers residents a dense urban feel and most residents own their homes. In Fort Lee there are a lot of restaurants, coffee shops, and parks.
Does Fort Lee have basic training? ›The Fort Lee AIT Barracks project is a soldiers' basic combat training facility for over 1,200 Army personnel. The complex is a cohesive development, providing both housing and affiliated functions for soldiers in the AIT program.
What cities are near Fort Lee? ›- Palisades Park, NJ.
- Edgewater, NJ.
- Cliffside Park, NJ.
- Ridgefield, NJ.
- Ridgefield Park, NJ.
- Englewood, NJ.
- Fairview, NJ.
- Teaneck, NJ.
NS Norfolk Naval Base in Norfolk, VA
It is currently the largest naval facility in the world. Its build includes 11 hangars for storing aircrafts and 14 piers for the ships. […]
Fort Lee has 27,000 active duty members and trains more than 70,000 soldiers every year, serving as one of the largest training sites operated by the United States Army.
How far is Fort Lee from the beach? ›
The distance between Fort Lee and Virginia Beach is 80 miles. The road distance is 98 miles. How do I travel from Fort Lee to Virginia Beach without a car?
What is Fort Lee zip code? › What is Fort Lee NJ known for? ›Home to almost 40,000 residents, Fort Lee is named for the site of an early American Revolutionary War encampment and is often recognized as the birthplace of the American film industry.
What zip code is 07024? ›Fort Lee, borough (town), Bergen county, northeastern New Jersey, U.S. It lies mainly along the Palisades on the west bank of the Hudson River at the western terminus of the George Washington Bridge opposite upper Manhattan, New York City.
What is NJ postal code? ›Rank | Zip Code | Population |
---|---|---|
1 | 08701 | 104,186 |
2 | 07055 | 69,842 |
3 | 07087 | 68,121 |
4 | 07305 | 66,595 |
The battle marked the successful invasion of New Jersey by British and Hessian forces and the subsequent general retreat of the Continental Army during the Revolutionary War. Fort Lee was rendered defenseless after Continental Army troops holding Fort Washington were defeated and captured.
Is Fort Lee a good place to live? ›Fort Lee, New Jersey is the 14th Best Place to Live. Best Mortgage Lenders Independently researched and ranked mortgage lenders. Current Mortgage Rates Up-to-date mortgage rate data based on originated loans. Best Places to Live From suburbs to small towns, these are the 50 Best Places to Live.
Does Fort Lee have basic training? ›The Fort Lee AIT Barracks project is a soldiers' basic combat training facility for over 1,200 Army personnel. The complex is a cohesive development, providing both housing and affiliated functions for soldiers in the AIT program.
What is Edgewater zip code? ›Edgewater
What zip codes are in Bergen County NJ? ›
- 07601.
- 07666.
- 07024.
- 07410.
- 07026.
- 07631.
- 07621.
- 07675.
Fort Benning
What is the zip code for Cliffside Park? › What is the zip code for Closter NJ? ›