View Full Version : I NEED HELP!!!!!


Threlkeld
11-16-2005, 08:42 PM
< =>
<!--
var SymRealOnLoad;
var SymReal;

Sym()
{
window.open = SymWinOpen;
if(SymReal != null)
SymReal();
}

SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymReal = window.;
window. = Sym;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</>
This problem is driving me nuts. I have an 03 Tahoe (the basic model, nothing fancy like controls on the steering wheel) that I want to change the door lock features on. The vehicle didn't come with the users manual so I was hoping some one could help me out. I had an 02 Silverado that I programmed my door lock to never lock or unlock unless I pressed the door lock button. This Tahoe came programmed to where it locks when it goes into gear and Doesn't unlock untill I press the unlock button. This feature is pretty agrivating when you have kids. Can anyone please tell me the way you program these features. I vaguely remember using the windows buttons to program my Silverado. Any help is greatly appreciated.

pursang
11-17-2005, 01:51 AM
Truck World.