Really need a small help

Hi Java Guru,
i hv problem getting all the list box value.I hv read many forum posted by others but solutions seem not working.
below got 2 files code. test.htm will show all list box value and when onsubmit will call list() to change list box all value to "selected" so test.jsp can receive all list box value.
unfortunately, i can receive the highlighted list box value only on test.htm.
i really need some help!!!!
thanx first.
test.htm
========
<FORM NAME="formName3" onsubmit="list()" ACTION="test.jsp">
<SELECT NAME="selectName" multiple onChange="onChange(this.form)" size="3">
     <OPTION VALUE="1" SELECTED>PartNameA
     <OPTION VALUE="2">B
     <OPTION VALUE="3">C
     <OPTION VALUE="4">E
     <OPTION VALUE="5">F
     <OPTION VALUE="6">G
</SELECT>
<SCRIPT LANGUAGE="JavaScript">
function list()
for(i=0; i < document.formName3.selectName.length; i++)
{document.formName3.selectName.options.selected = true;   }
</SCRIPT>
<input type="submit" value="Submit" name="B1">
</form>
test.jsp
========
<%
String[] values2 = request.getParameterValues("selectName");
System.out.println("values length:" + values2.length);
if( values2 != null && values2.length > 0 )
for( int i = 0; i < values2.length; i++ )
out.print( "value " + i + ": " + values2[i] + "<br>" );
%>

1. jsUnit -- JavaScript unit testing tool akin to JUnit.
http://www.edwardh.com/jsunit/
2. Venkman -- A surprisingly sophisticated JavaScript debugger.
http://devedge.netscape.com/viewsource/2002/venkman/01/
As for an editor that checks JavaScript syntax the only one I know of is SlickEdit but it is very expensive.
Intellij IDEA is supposed to have this feature in a future release.

Similar Messages

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • I really need some serious help with Encore import

    Ok I will start off by saying  Iam a complete and total newbie to this field.  I have produced a few small projects in premier and encore but nothing advanced until now.
    Here is what I have done
    I am using CS04 Suite
    I have built a Premier Project using AVCHD footage that is 2.5 hours long (roughly)
    I exported the final project using AME to H.264 so that I could import it into Encore
    The files is 16 GB in size
    I am trying to import the file as an asset into encore to build the menus,  I need to create 2 images in encore, one DVD image and 1 Blueray Image.  I am trying to do the DVD image at this time.  Encore allows the import, shows the video in the asset list but my hard drive has been running like a fool for 3 hours now,  I cant seem to drag it to the timeline, if I right click  I cant even access the Transcode setting of the file, my system is very sluggish.  It almost seems like it is pre-transcoding but I see no progress bars anywhere.
    Is Encore simply still importing the file?
    Am I doing this correctly?
    Should I break up the video into smaller files? Will I need to create multiple Premier Projectes to do so?
    If I wait long enough will it be ok?
    I have 6 days to finish this project... I really need your help !!!

    An external ESATA would do just fine.
    Keep all of your media on the external drive.  Only use the internal drive for Windows and your applications.
    Your quad-core and 4 GB of RAM is OK.  Not great (I'd get 2 GB of RAM per core), but OK.
    -Jeff

  • Please i really need a big help hare. hp lj1300 driver for win 7 32 bit and 64 bit printer driver.

    hi every one please i really need halp hare i have a hp LJ 1300 printer and i have been trying to install it on window 7 (32 bit and  64 bit). i have been looking for the LasarJet 1300 printer driver but i have not seen any. i even down loaded form hp web site. but it still did not work. after installing when u go to the divice mannger its showing the printer driver not found and then its not even printing. am using a usb and a laptop. i really need this driver for window 7. so i could get my work done. please some one help me hare.

    Hi:
    This 32 bit Intel graphics driver should work...
    https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23884&lang=eng&ProdId=3719

  • I'm not able to log into my gmail! If I sign in, it just flickers. I can use Facebook though. I really need gmail, please help! Thank you!

    hello, I'm not able to open my gmail. I can sign but it does not open the Mail box, it only flickers! Please help, I really need gmail. Thank you!
    Message was edited by: Amaingo

    It's been reported that Apple's servers are having problems tonight. Just try again later.

  • I really need a good help - Applets

    Well, i4m posting again, because i4ve got no answers, and i really need to run an applet.
    My environment is an NT Server with the database (8.0.5.1) and OAS (4.0.8) and i4m trying to run an applet in another NT machine (the same where i have JDev 3.0 installed).
    I don4t know if i4ve set all the needed to run an simple applet with database access, so i really need to know, step-by-step, what4s to do.
    My applet don4t run and in the java console i4ve read some errors, posted below :
    in IE 5.0 ->
    java.lang.NoClassDefFoundError: oracle/dacf/dataset/AppModuleInfo
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:508)
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:814)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:444)
    at sun.applet.AppletPanel.run(AppletPanel.java:282)
    at java.lang.Thread.run(Thread.java:479)
    in Netscape 4.7 ->
    load: class package10.Applet1.class not found.
    java.lang.ClassNotFoundException: java.io.FileNotFoundException: \Brasil\C\Web\Alessandro\package10\Applet1\class.class (The system cannot find the path specified)
    I4m trying real hard to run an applet and i4m becoming desperated !!! I know and hope that4s only something real easy was forgotten.
    Can u help me ? Thanks !
    null

    Ok, i4ve put my bussines.jar (the file where my Bussiness Components are) in the java_ARCHIVE tag and now the error changed :
    load: class package10.Applet1.class not found.
    java.lang.ClassNotFoundException: java.net.ConnectException: Connection refused: no further information
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
    at java.net.Socket.<init>(Socket.java:269)
    at java.net.Socket.<init>(Socket.java:98)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:54)
    at sun.net.NetworkClient.openServer(NetworkClient.java:42)
    at sun.net.ftp.FtpClient.openServer(FtpClient.java:271)
    at sun.net.ftp.FtpClient.<init>(FtpClient.java:385)
    at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.java:82)
    at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnection.java:101)
    at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:228)
    at sun.applet.AppletClassLoader.access$1(AppletClassLoader.java:218)
    at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138)
    at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:198)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:290)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:377)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:508)
    at sun.plugin.AppletViewer.createApplet(AppletViewer.java:814)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:444)
    at sun.applet.AppletPanel.run(AppletPanel.java:282)
    at java.lang.Thread.run(Thread.java:479)
    What4s wrong now ? My html and jar files are all in the same directory on the Web Server.
    Can u help ?
    Thanks !

  • I really need emergency iphone help- please- it has gone into restoration mode and wont come out unless i click restore- if i do will i loose all my photos and videos etc? please help!!!

    i recently plugged my iphone4 into my laptop to sync, when i plugged it in, itunes told me that i needed to update my software, so i clicked up date and walked awayfrom my computer leaving it to do the rest, but by the time i came back to my laptop 2-3 hours later i had realized that it has run out of charge and because of it my phone had gone into retoration mode- and the only way to fix it was to press restore. what do i do? do i click restore or will that take my phone back to factory settings as i have a tonne of photos and videos etc that i have not backed up yet?
    what should i do anny coments or ideas please let me know!

    The first step in the upgrade process is a backup.
    Did iTunes not create a new backup when you first connected it?
    You really should be syncing your device and copying pictures off of it on a regular basis.
    Starting an upgrade without first syncing and copying the pictures off is not a bright idea.
    At this point, you only option is to restore.
    Also, in the future, ensure your laptop is plugged into external power before starting upgrades.

  • Offtopic, but i really need some urgent help

    Hey guys,
    I just noticed that ive got a really wasted virus :/
    Its renaming all my files and folders to what lookes like Japanese characters, but because i havnt got a interpreter, they appear as those little block thingies. After its done renaming the folder, it declares it as empty, and when you try to open it, it says something about : "#Folder Path# is not accesible. The file or directory is corrupt and unreachable." Ive been watching it slowly spread, trying to scan and disinfect it with my Anti-Virus (F-Secure), but it wants nothing of the sort, coz it sees the folder as empty and skips the search. Ive already lost WEEKS of dowloaded material (Mostly Anime and music, but irresplacable none the less)
    already, and im about to freak out. Any help would be very very very much appreciated. If you could direct me to a Anti-Virus that you think will solve the problem, that would be really cool. This is really important, im only guessing, but its prolly only a matter of time before it starts attacking my windows folder, then im gonne be in really deep trouble :(

    My Computer is gonne be dead and buried by the time
    this site loads, That is the problem with downloading stuff on a Windows box without having a virus checker or a firewall.
    and this isnt a cheap computer
    either :/ Which will be cheaper? A virus checker or re-installing your oprerating system and downloading all your files again.
    >
    What do you think about removing the infected/useless
    harddrive? Think that might slow the infection down?
    Im open to all sorts of suggestions, as long as the
    are fast acting :/I think you are stuffed!

  • URGENT : Really need Nokia's help on this one... A...

    Good day!
    I am using my Nokia N70-1 for both of my personal and business matters.
    This morning, I saw a warning on my phone regarding an operation it couldn't process:
    It goes like this:
    "Telephone: Not enough memory to perform operation. Delete some data first"
    I checked the memory of my phone through its settings and saw that I already consumed all of its available memory which is 21MB.
    I have no music tracks, videos, etc. on my phone.
    Only messages and the phonebook.
    I already deleted so many files this morning.
    But the memory of the phone still indicates that there are no longer available memory space.
    Now it started again to say to delete some data but everytime I try to delete some files, the warning message keeps on appearing and interfering the process.
    I cannot delete the files.
    Worst, I cannot accept and send messages.
    What should I do?
    Thank You!

    You need to find out what is taking your memory up.
    I would recommend that you power the phone down and take the battery out of the phone for 1 minute.
    Put it back in and power the phone back up. *DO NOT DO ANYTHING ELSE*
    Once the phone has powered up, access the Menu and go to the following location :
    Menu->Tools->File Manager
    The first bit you see at the top will have an icon of a phone - this represents the data you have stored on your phone.
    Select Options->Memory details
    and this will give you a breakdown of exactly what is taking up all the space on your phone. From here you should be able to access the relevant section of the phone to free up some space on your phone.
    If for whatever reason you're unable to use the phone after powering it off and back on, then the fail safe way to get this working is to wipe your phone to the factory defaults which means that it will behave as if you had just taken out of the box when you bought it.
    The downside to this is that you lose *ALL* the information you have stored on it - messages, contacts - the lot.
    Information on how to do this can be found here :
    /discussions/board/message?board.id=smartphones&message.id=4007
    However please be aware that doing so will wipe ALL the data from your phone such as information in your calendar, contacts and so on.
    You could try and save the information you currently have on your phone first by downloading PC Suite and backing your phone up - you can find PC Suite here :
    http://www.nokia.co.uk/A4144905
    Hope this helps.
    Regards,
    Edward

  • I just need this small help

    I tried to transfer my purchases from one iPod to another computer. BUT, came up a little window that said "You need to authorize....".
    I checked a little option in the window that said, "Do not warn me again."
    I regret that.
    I need to see that little pop-up, how though?

    Hello there,
    One option is to reset all the dialog boxes in iTunes in iTunes preferences. To do this, head to the Edit drop down menu in iTunes and choose Preferences. When the window pops up, head over to the Advanced tab. You will see an option that says "reset all dialog warnings:" with a button that says "Reset" next to it. Go ahead and click this button and restart iTunes. You should be good to go from there.
    Hope this helps.
    B-rock

  • Need this small help

    Hi
    I had a form with many form fileds and now we are adding one input text field that should be numeric with 5 digits long and i need to validate this input for numeric and 5 digits long(if the user enters anything in this field or its ok with empty field also if not entered) field with jquery with out submitting form any help in this.
    <input type="text" name="myID" >
    Thanks.

    ColdFusion has these features built-in, so why not use those.
    <cfform name="myform">
    <cfinput type="text" name="zip" validate="regular_expression" pattern="^\d{5}" validateat="onBlur">
    <cfinput type="submit" value="submit" name="submit">
    </cfform>
    If you don't want to define a custom regular expression as the validation pattern, check out the other options for the validate attribute.
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f 51.html
    -Fernis

  • Need a small help

    Hi
    I am   a  BW consultant working an MNC ..  i need to learn ABAP .
    I need to learn the Basic skills of ABAP
    Writing Routines
    writing ABAP programs
    user exits
    i need ABAP relavent to BW ..
    can any one help me .. where can i get the good material . which is more easy to understand..explainatory
    If any docs please forwd to [email protected]
    are any links that will be gr8 tooo..
    Thanks in Advance..
    regards
    AK

    hi
    You can use these links...
    ABAP in 21 days
    http://cma.zdnet.com/book/abap/ch03/ch03.htm
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm SAP Online Help For Dictionary.
    http://sappoint.com/abap/
    for SAPscripts
    For follg., refer http://www.henrikfrank.dk/abapuk.html
    Please note that I do not offer any support for the examples !
    ABAP objects and control technology
    IDOC
    SapScript
    Performance tuning
    BAPI Programming
    Visual Basic Integration - Using the DCOM Connector and BAPI OCX (Only available in Danish)
    JAVA and the SAP java connector
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    for keywords
    very useful link for all
    http://www.sapgenie.com/abap/index.htm
    http://www.sap-img.com/abap.htm
    http://www.sapdevelopment.co.uk/tips/tipshome.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
    http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
    http://www.thespot4sap.com/
    http://www.kabai.com/abaps/q.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapgenie.com/abap/tips_and_tricks.htm
    http://www.sapassist.com/code/d.asp?whichpage=1&pagesize=10&i=10&a=c&o=&t=&q=&qt=
    For FAQ
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.sapgenie.com/faq/abap.htm
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    Weblog for receive email and processing it through ABAP
    /people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher
    For Logical database
    http://help.sap.com/saphelp_46c/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm
    very useful
    http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Useful link to websites
    http://www.hernangn.com.ar/sap.htm
    Useful for background
    http://www.sappoint.com/basis/bckprsng.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm
    http://publib.boulder.ibm.com/infocenter/wbihelp/index.jsp?topic=/com.ibm.wbix_adapters.doc/doc/mysap4/sap4x41.htm
    Table control in BDC
    http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
    For posting weblog,
    /people/sap.user72/blog/2005/06/28/sdn-weblogs-making-it-easier
    Dynamic Internal table -weblog in sdn
    /people/subramanian.venkateswaran2/blog/2004/11/19/dynamic-internal-table
    Smartforms
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    ALV
    http://www.geocities.com/mpioud/Abap_programs.html
    Mail
    http://www.geocities.com/mpioud/Z_EMAIL_ABAP_REPORT.html
    http://www.thespot4sap.com/Articles/SAP_Mail_SO_Object_Send.asp
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    Sending mail in background or spool mail
    http://www.sap-basis-abap.com/sapac018.htm
    BOM Explosion
    /people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap
    BOM
    http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm
    http://www.sap-img.com/sap-sd/sales-bom-implementation.htm
    http://www.sap-basis-abap.com/sappp007.htm
    OLE
    http://www.sapgenie.com/abap/ole.htm
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm
    ALVGRID with refresh
    http://www.geocities.com/mpioud/Z_DEMO_ALV_REFRESH_BUTTON.html
    For language setting and decimal separator
    /people/horst.keller/blog/2004/11/16/abap-geek-7-150-babylonian-confusion
    Oracle queries
    http://sqlzoo.net/
    To format SQL
    http://www.sqlinform.com/
    SCOT settings
    http://www.sap-img.com/basis/basis-faq.htm
    Status Icon [ALV,Table Control,Tab Strip]
    http://www.sapdesignguild.org/resources/MiniSG-old/from_develop/norm_status_icons.htm#positioning_4
    ALV Group Heading
    http://www.sap-img.com/fu037.htm
    For multiMedia
    /people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework
    Uploading LOGO in SAP
    http://www.sap-img.com/ts001.htm
    LSMW
    http://www.sap-img.com/sap-data-migration.htm
    http://www.sapgenie.com/saptech/lsmw.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary
    OOPS ALV
    OOPS - Events.
    Editable ALV
    Tree
    TabStrip
    Multigrid
    Check this for basic concepts of OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/abap%20objects/abap%20code%20sample%20to%20learn%20basic%20concept%20of%20object-oriented%20programming.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    Tabstrip
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20for%20tab%20strip%20in%20alv.pdf
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    Tree
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    Function Module
    http://www.geocities.com/victorav15/sapr3/abapfun.html
    My Links
    Smartforms
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    Table Control
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/table%20control%20in%20abap.pdf
    regards.

  • My iPod is disabled! I really need someone to help me out.

    My iPod keeps saying "Apple ID is disabled" every time I go to update an app or just try buy something. I can't really do anything with it but listen to music. So, I looked how to fix it. I literally have changed EVERYTHING in my Apple ID like the email address and password, just everything and I changed it on my iPod too. I even got mobileme. I'll be honest and say I restored my iPod literally 3 times because people said that worked for them.... didn't work for me at all. I got an email that said my account has been unlocked after I fixed everything and trust me, I was excited because I fixed it so I immediately went to the iTunes store to buy some songs.... I clicked "Buy Now" and what happens? That little "Apple ID is disabled" message pops right back up. I've been going crazy trying to figure out what is wrong. I've been looking it up for days on how to fix it but no luck whatsoever. Please, please, please help me out if you can. I would greatly appreciate it.

    You are not alone, there was something going around this morning where Apple disables Apple IDs (mine included). However, after resetting and getting the confirmation email it should begin to work again. Try logging out of your iTunes account (Settings > Store) and then logging back in again.

  • Need a small help form the apple support

    Dears,
    i bought the iphone from Vodafone when i was in india visiting and working for a period time, however the iphone locked only it works for Vodafone so i need to unlock it officially from Apple, what is the way to open it from Apple. please guide me to the right direction

    According to http://support.apple.com/kb/HT1937, Vodafone India does not unlock the iPhone. You will need to sell that phone and buy the phone sold in the country you are currently in.

  • Plzzzzzz i need a small help in database view

    Hi i have created a database view on your instructions it was executed with small warnings but the values in that tables are not transfered to this database view while activating it was showing some warnings and after that i had tried to execute that i tried see the values in that but there are no values in the database view so what to do know please give me any suggestions

    hi
    we made this query by using this we are getting perfect output but by using this query the performance is going slow so thats why we want to create  view in order to increase sever performance
    SELECT  ALIFNR AEBELN BVGABE BEBELN CNAME1 CNAME2 C~LIFNR
            DMATNR DTXZ01
            DWERKS DNETWR DMENGE DMWSKZ EKOSTL EPS_PSP_PNR
    FROM (   EKKO AS A
          INNER JOIN EKBE  AS B ON  BEBELN = AEBELN
          INNER JOIN LFA1  AS C ON  CLIFNR = ALIFNR
          INNER JOIN EKPO  AS D ON  DEBELN = AEBELN
          INNER JOIN EKKN  AS E ON  EEBELN = AEBELN )
          INTO
          CORRESPONDING FIELDS OF
          TABLE RTAB_ALV WHERE  B~VGABE = '2'.
    thanks yar.

Maybe you are looking for

  • WICTMS not picking up wip_move_txn_interface records

    I am populating the wip_move_txn_interface table with a move record.  The WIP Move Transaction Manager (WICTMS) is running every 5 minutes.  But my record in the table is not getting processed.  3 days ago it was working, and the WICTMS pgm was recog

  • Ek01 / EK02 Ist & Plan Cost in Repair order

    Hello Gurus, I´m working in Customer Service. I generate a service order automatically from a sales order item. My service order is copied from Standard SM03. After Confirmation IW42, I perform a DP90 in order to transfer all costs & articles used in

  • Servlet with dopost and main() methods

    I have pre-existing servlet code for maintenance purposes. It received a request by POST action from the client. This class also has main() method where class is instasiated and processed. Can anyone help me understand reason for having dopost and ma

  • Adding new groups to weblogic

    Is there a way of adding new groups to weblogic without using the console ? I need to add a list of group names (~100) from a flat file to weblogic. Is there a way I could automatically add those groups instead of me creating each of those groups fro

  • I am having trouble with our Comcast e-mails. Going thtough the internet oprion they are fine, but not through your website.

    When using your website to access Comcast and our e-mails the e-mails are disorganized and words above them are out of line. If I access Comcast through internet explorer the inbox and e-mails are normal. I have re-booted the computer countless times