Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> anyone else have problems creating TARs?

anyone else have problems creating TARs?

From: <ryan_gaffuri_at_comcast.net>
Date: Fri, 28 Sep 2007 17:01:25 +0000
Message-Id: <092820071701.21994.46FD336500079970000055EA2200751150079D9A00000E09A1020E979D@comcast.net>


There are two of us here and we are both having problems. We tried from Mac, From Mac running windows XP, and on our personal PCs at home. Sometimes it works, most of the time it does not .We have used Internet Explorer, Firefox, Safari, Netscape, and Opera.

We go to the TAR creation screen and fill out all the required fields. Hit "next". Nothing happens. I leave 1 required empty. It processes and appropriately returns an error. Fill out the missing field and hit "next" ,nothing happens. I called up tech support and had them create a TAR for me on this issue. Its obvious what is happening. I put the javascript code for the next button in the TAR.

Its pretty obvious to me that when I hit next and nothing happens, we go down the path in this javascript code that leads to a null.

has this happened to anyone else? I have used metalink for years and never had a problem. Tested this at work and at home on the following browsers

Internet Explorer, Firefox, Safari, Netscape, Opera

Using both Macintosh and Windows XP.

Here is the function called when the next button is hit.

function NextPage()
{

//Check the length of the problem statement if (document.defineproblem.P_PROBLEM_STATEMENT.value.length>80)
{

  null;
}
else
{

   document.defineproblem.P_MODE.value="SUBMIT";    document.defineproblem.submit();
}
}

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 28 2007 - 12:01:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US