function atgss_LoadToolbar()
{
if (document.getElementById("topToolbarArea"))
atgss_loadTopToolbar();
if (document.getElementById("bottomToolbarArea"))
atgss_loadBottomToolbar();
}
function emailAction(){
if(!IsIE()) {
var styleVar= document.getElementById("content").style;
styleVar.height = "inherit";
}
}
function helpAction() {
if(!IsIE()) {
var styleVar= document.getElementById("content").style;
styleVar.height = "inherit";
}
}
function rateAction() {
if(!IsIE()) {
var styleVar= document.getElementById("content").style;
styleVar.height = "inherit";
}
}
function atgss_loadTopToolbar()
{
var topToolbarArea = document.getElementById("topToolbarArea");
var topToolbar = new solutionToolbar("topToolbar", "","Close","2").toolbar;
topToolbar.addButton("print", "Print",
"http://www.wireless.att.com/support_static_files/TempSelfService/cingular/assets/solution-toolbar/btn_print.gif",
"http://www.wireless.att.com/support_static_files/TempSelfService/cingular/assets/solution-toolbar/btn_print.gif",
null, atgss_toolbarPrint, "right");
topToolbarArea.appendChild(topToolbar);
}
function atgss_loadBottomToolbar(){
var bottomToolbarArea = document.getElementById("bottomToolbarArea");
if(bottomToolbarArea) {
var bottomToolbar = new solutionToolbar("bottomToolbar", "","Close","2").toolbar;
bottomToolbar.addButton("back", "",
"http://www.wireless.att.com/support_static_files/TempSelfService/cingular/assets/bt_back.gif",
"http://www.wireless.att.com/support_static_files/TempSelfService/cingular/assets/bt_back.gif",
null, atgss_BackOrClose, "left");
bottomToolbarArea.appendChild(bottomToolbar);
atgss_InitRateDialog();
}
}
function atgss_toolbarPrint()
{
atgss_openWindow('/answer-center/panels/solution/printSolution.jsp?solutionId=KB63131&t=&ft=&ps=&locale=en_US&_dyncharset=UTF-8&viewMode=NORMAL&windowType=SAME&highlightInfo=&isRecord=false#','printSolution','menubar=yes,scrollbars=yes');
}
function atgss_BackOrClose()
{
atgss_Back();
}
function atgss_Back()
{
history.back(-1);
}
function atgss_closeTopToolbar()
{
var toolbar = document.getElementById('topToolbarArea').childNodes[0];
toolbar.setToolbar(document.getElementById('topToolbarArea').childNodes[0]);
toolbar.closeDisplay();
}
function atgss_closeBootomToolbar() {
var toolbar = document.getElementById('bottomToolbarArea').childNodes[0];
toolbar.setToolbar(document.getElementById('bottomToolbarArea').childNodes[0]);
toolbar.closeDisplay();
}
function atgss_isEmailFormValid()
{
var isValid=true;
var errorMsg="";
var emailDlim =',';
var toAdd = document.getElementById('to').value;
var fromEmailAdd = document.getElementById('fromEmail').value;
var fromName = document.getElementById('fromName').value;
if(atgss_isValidateEmailAddresses(toAdd,',')==0){
isValid=true;
}
else {
if(atgss_isValidateEmailAddresses(toAdd,emailDlim)==1){
errorMsg+='Invalid Email Address Format - To'+"\n";
}
if(atgss_isValidateEmailAddresses(toAdd,emailDlim)==2){
errorMsg+='Email Address cannot be blank -To.'+"\n";
}
isValid=false;
}
var fromEmailArray = atgss_splitString(fromEmailAdd,emailDlim);
if(fromEmailArray.length !=1){
errorMsg+='Only One EmailAddress is Allowed- From'+"\n";
isValid=false;
}
else{
if(atgss_isValidateEmailAddresses(fromEmailAdd,emailDlim)==1){
errorMsg+='Invalid Email Address Format - Your Email'+"\n";
isValid=false;
}
if(atgss_isValidateEmailAddresses(fromEmailAdd,emailDlim)==2){
errorMsg+='Email Address cannot be blank - Your Email.'+"\n";
isValid=false;
}
}
if(atgss_isEmpty(fromName)){
errorMsg+='From Name cannot be blank.'+"\n";
isValid=false;
}
if(isValid){
emailFriend = new EmailFriend();
emailFriend.to= document.getElementById('to').value;
emailFriend.fromName = document.getElementById('fromName').value;
emailFriend.fromEmail= document.getElementById('fromEmail').value;
emailFriend.subject = document.getElementById('subject').value;
emailFriend.comment = document.getElementById('comment').value;
emailFriend.excerpt = document.getElementById('excerpt').value;
emailFriend.title = document.getElementById('title').value;
emailFriend.url = document.getElementById('url').value;
emailFriend.solutionId= document.getElementById('solutionId').value;
if(__ppr_emailToFriendAction) {
__ppr_emailToFriendAction.transact();
atgss_resetEmailForm();
atgss_closeTopToolbar();
//alert('Your mail has been sent.');
document.getElementById("emailToAFriendSuccess").style.display="block";
}
}
else
{
alert(errorMsg);
}
}
function openEmailWindow(){
window.open('', "_self");
}
function atgss_resetEmailForm(){
document.getElementById('to').value="";
document.getElementById('fromName').value=document.getElementById('oriFromName').value;
document.getElementById('fromEmail').value=document.getElementById('oriFromEmail').value;
document.getElementById('subject').value="";
document.getElementById('comment').value="";
}
Fact:
Symptom:
Internet access
Accessing WAP or MEdia Net
F
- From the standby screen, press Menu.
- Select MEdia Net.
- Select Browser Profiles.
- To set MEdia Net as the default Browser Profile,
highlight MEdia Net and press Options.
- Select Activate.
- With Browser Profiles highlighted, press Select.
- With MEdia Net highlighted press Options.
- Select Edit.
- Verify the following settings:
- Profile Name: MEdia Net
- Home URL: http://device.home
- Proxy: Checked
- IP Address: wireless.cingular.com
- Port: 80
- DNS: Unchecked
- DNS 1: Blank
- DNS 2: Blank
- Bearer: GPRS
- Select Advanced Settings, and press the center navigation key.
- APN: wap.cingular
- Username: <leave blank>
- Password: <leave blank>
- Save.
- Attempt to access MEdia Net.
×