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

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

RE: anyone else have problems creating TARs?

From: kathy duret <katpopins21_at_yahoo.com>
Date: Fri, 28 Sep 2007 12:24:27 -0700 (PDT)
Message-ID: <840255.85002.qm@web38203.mail.mud.yahoo.com>


Created two today myself....and updated another    

  Kathy

Ken Naim <kennaim_at_gmail.com> wrote:
  I have no problem, based upon the javascript it would only do nothing if your problem statement is over 80 character, so shorten it.

Ken

-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of ryan_gaffuri_at_comcast.net
Sent: Friday, September 28, 2007 1:01 PM To: oracle-l_at_freelists.org
Subject: anyone else have problems creating TARs?

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


--
http://www.freelists.org/webpage/oracle-l




       
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel and lay it on us.
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Sep 28 2007 - 14:24:27 CDT

Original text of this message

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