Editing session with javascript State

Hey everybody,

I'm under Apex 3.2 and wonder if there is any State of session documentation on change (or reading) with javascript in request. I found the JavaScript API to

http://download.Oracle.com/docs/CD/E14373_01/apirefs.32/e13369/TOC.htm

But these features are mostly dealing with page elements. Right now, my solution is to write two GET_SESSION_STATE and SET_SESSION_STATE application processes, using APEX_UTIL to get/set the session values. I call these two application using htmldb_get methods, from session element names.

It seems to be a clumsy way of doing things, and I'm surprised that Apex was not built in the object that can do it all in one step.

Is there an easier way to do it?

Thank you!

Hello


And create the page zero to your application if it did not

BR, Jari

Tags: Database

Similar Questions

  • Getting the value of Session with javascript

    Hello

    I was wondering is it possible to get the: value of the SESSION with javascript with Apex 3.2? Or is it still the case that we do an Ajax call to get this value?

    Here is my code, and as you can see I am using the $v function but his return nothing.
    <script>
    function showMultiValButton(pVal, pThis){
         var selectVal = $x(pVal).value;
         var multiValues = new Array ("6","8","9","10","11");
         var apexSession = $v("SESSION");
         
         if (jQuery.inArray(selectVal, multiValues) != -1) {
              $(function(){
                   vHelp = '<div id="multiBox" title="iCreate Get Multi Values"><iframe src="http://hts03:7778/pls/htmldb/f?p=180:214:'+apexSession+':::::" width="650" height="450" title="iCreate Get Multi Values"></iframe></div>'
                   $(pThis).append(vHelp);
                   $("#multiBox").dialog({             
                 show: 'scale',
                 stack: true,
                 modal: true,
                 height: 500,
                 width: 685
              });
         });} else {
              $(function(){
                   $("#MULTI_VAL_BUTTON").hide();
              });
         }
    }
    </script>
    See you soon,.
    Paul.

    Hello Paul,

    Replace $v("SESSION") by $v ('pInstance')

    Greetings,
    Roel

    http://roelhartman.blogspot.com/

  • How to set null article Page in Session Via JavaScript

    Request Express 4.2.6.00.03

    We set a value in a control SELECTION, 'P5_DATASET_NAME ', in the session with a dynamic Action on the change of this control.

    We do this with the following JavaScript code snippet:

    Apex. Server.Process ("dummy"

    , {pageItems: '#P5_DATASET_NAME'}

    , {dataType: "text"}

    Async: false,

    complete: function (ajaxResponse)

    {

    var ignoredReturn = ajaxResponse.responseText;

    }

    });

    It works perfectly, as long as the user selects a value not zero in the drop-down list SELECT down. In other words, we can make any selection (other than NULL), pop up the session in the developer toolbar and immediately see the new value it. In addition, if we then refresh an interactive report on the page that uses the value of this element in the SELECT source, he correctly extraction based on the new value.

    * HOWEVER * if the user selects the NULL option (only if they choose this option), value in the session remains unchanged and continues to be set to the previous value. The $v function correctly reports the null value. If the is updated interactive report it is based on the previous value.

    So, the question is, what is special about NULL? How can I position "unplugged", the value of a session (or null) article page via JavaScript?

    Thank you

    -Joe

    Joe Upshaw wrote:

    Request Express 4.2.6.00.03

    We set a value in a SELECTION control, "P5_DATASET_NAME", at the session with dynamic Action on the change of this control.

    We do this with the following JavaScript code snippet:

    Apex. Server.Process ("dummy"

    , {pageItems: '#P5_DATASET_NAME'}

    , {dataType: "text"}

    Async: false,

    complete: function (ajaxResponse)

    {

    var ignoredReturn = ajaxResponse.responseText;

    }

    });

    It works perfectly, as long as the user selects a value not zero in the drop-down list SELECT down. In other words, we can make any selection (other than NULL), pop up the session in the developer toolbar and immediately see the new value it. In addition, if we then refresh an interactive report on the page that uses the value of this element in the SELECT source, he correctly extraction based on the new value.

    * HOWEVER * if the user selects the NULL option (only if they choose this option), value in the session remains unchanged and continues to be set to the previous value. The $v function correctly reports the null value. If the interactive report is updated it is based on the previous value.

    So, the question is, what is special about NULL? How can I position "unplugged", the value of a session (or null) article page via JavaScript?

    Another question is: why are you going to this length instead of just using the source attribute Page to go on IR region, which will be automatically put in the session state until the IR is updated?

  • Get item URLS with Javascript Page

    I want to make a link to a page, passing in a variable (P99_SOMETHING) in the URL:

    f? p = xx:xx:xx:NO:P99_SOMETHING:TEST

    On the page (P99), I want to be able to access P99_SOMETHING with Javascript.

    I tried to add a page hidden page called P99_SOMETHING, but what is hidden is not filled with the TEST. Also when I try to access JavaScript with:

    Alert (' val: "+ $v ("P99_SOMETHING")");

    The alert says, but he has an empty value.

    Parameters of the Page element:

    Name = P99_SOMETHING
    Serves as a source = always, by replacing the value that exists in session state
    Type = Item (the item application or page name)
    Expression = P99_SOMETHING

    What am I missing or doing wrong?
    Using Apex 4.2

    Published by: 973239 on November 26, 2012 07:06

    Published by: 973239 on November 26, 2012 07:07

    Hello

    If I understand correctly, you set the value of P99_SOMETHING in another page in your application. In this case, the setting of page # 99 article can be modified to:
    Source used (s) = only when the current value in session state is zero
    Type = static assignment (the value corresponds to the attribute of the source)

    No need to put anything in the field of Expression.
    Can you check in 'Session' (in the developer toolbar) to ensure that the value of the element is used?
    And in your alert, try $v ('P99_SOMETHING') - apostrophes to see if there is a difference.

    Thank you
    Rohit

    Published by: jaouad khalifi on November 26, 2012 07:42

  • Alternate slides with JavaScript (or advanced Actions)?

    I was wondering if someone out there with the knowledge of JavaScript could help me a little...

    A colleague came to me with a question about randomization of the slides. We work in Captivate 5.5. The slides are all part of a quiz (but aren't question slides). They have a click box. The idea is that if the user clicks on the box (or off the beaten track), it shows a good (or bad) legend and then jumps to a random slide (new). If the user manages at the end of the slide without selecting anything, their time is running out and they get fried to a random slide and it is regarded as an incorrect answer. The user should see all of the slides in random order, with no recurrence.

    I created a tip Action, integrating the widget of random number, and it works. My problem is that the project has 50 blades, and I'm not sure it is very feasible with advanced Actions. As it is, my test with 3 random slides is an action with 4 conditional statements, so I'm not really looking to create one for 50 slides. (I don't know even if Captivate would be able to handle this).

    Is there a way (judging) to achieve with JavaScript instead? My vague idea based on my very limited knowledge of programming is:

    1. on enter first Captivate slide, create the array of random slides - 1 slide numbers (because cpCmndGotoSlide index starts at 0)
      so if I had a project where I wanted to shoot random slides 3-8, the would be [2, 3, 4, 5, 6, 7]
    2. Shuffle/random table
    3. set up a variable called slideviews = 0 to keep track of how many slides have been seen (and so which item in the table to move to the next randomly)
    4. Create a function that I'm going to run when I want to access a random slide (whether at the end of a slide or in the success or failure of a click on a square)
      something like... If slideviews < array.length, cpCmndGotoSlide = array [slideviews]; slideviews ++; Another thing, cpCmndGotoSlide is 8 (jump at the end of the slides)

    Of course, this lack of things (like the proper syntax and things needed to communicate with captivate)... but is sound logic? Is there a better way to do it?

    Come to think of it, the table and the slideviews variable should be saved if we wanted it works with bookmarking... I think that this project will be SCORM 1.2 LMS System.

    It would be nice to have a variable user I can access within the Captivate project and I can put in a legend to show the script #. Something like scenario = slideviews (I know that's not the syntax, reading series of JavaScript of Jim Leichliter on CaptivateDev.com, but that's the basic idea.)

    Anyway, pointers would be very useful! Thank you.

    Edit: I played a little bit; for randomization, I found a code online, and then I wrote something that automatically creates a table and a function for the jump to a slide randomly. Here's what I have so far (not tested in Captivate yet):

    var objCP = document.Captivate;
    
    var randomNumbers = []; 
    
     // The following creates the values for the array: 3 to 52.
     // I want to randomize slides 4-53, using cpCmndGotoSlide (index starting at 0) to jump to them
    
    for(i=3; i<53; i++) {
                        randomNumbers[i-3] = i;
    }
    
    var n = randomNumbers.length;
      var tempArr = [];
      for (i = 0; i < n-1; i++ ) {
        // The following line removes one random element from arr
        // and pushes it onto tempArr
        tempArr.push(randomNumbers.splice(Math.floor(Math.random()*randomNumbers.length),1)[0]);
      }
      // Push the remaining item onto tempArr
      tempArr.push(randomNumbers[0]);
      randomNumbers=tempArr;
    
    var slideViews = 0;
    
    var randomSlide = function() {
    if (slideViews < 50) {
                        objCP.cpEISetValue("cpCmndGotoSlide", randomNumbers[slideViews]);
                        slideViews++;
                        objCP.cpEISetValue("scenarioNumber", slideViews);
              }
              //after all the slides have been seen, jump to the final results slide
              else {
                        objCP.cpEISetValue("cpCmndGotoSlide", 53);
              }
    };
    

    I doubt it will work off the bat, but maybe this is a beginning?

    I managed to get things working, so I thought I'd post my (probably a little unwieldy and inefficient) code in case people come across this thread and want a starting point:

    var objCP = document. Captivate;
    var randomNumbers = [];
    var slideViews = 0;
    CVS var = 0;

    shuffle var = {function (array)}
    var m = array.length, t, j;
    so that {(m)
    j = Math.floor (Math.random () * m-);
    t = array [m];
    table [m] = array [j];


    table [j] = t;
    }
    };

    var jumpSlide = function() {}
    If (slideViews < randomNumbers.length) {}
    objCP.cpEISetValue ('cpCmndGotoSlide', randomNumbers [slideViews]-1);
    slideViews ++;
    objCP.cpEISetValue ('scenarioNumber', slideViews);
    }
    else {}
    objCP.cpEISetValue ('cpCmndGotoSlide', 52);
    }
    };

    var randomSlide = function() {}
    If (g_objAPI.LMSGetValue ('cmi.comments') = ") {}
    for (i = 3; i < 53; i ++) {}
    randomNumbers [i-3] = i;
    }
    Shuffle (randomNumbers);
    g_objAPI.LMSSetValue ('cmi.comments', randomNumbers);
    resume ++;
    jumpSlide();
    }
    ElseIf (resume = 0) {}
    randomNumbers = g_objAPI.LMSGetValue('cmi.comments').split(',');
    slideViews = objCP.cpEIGetValue ('scenarioNumber');
    resume ++;
    jumpSlide();
    }
    else {}
    jumpSlide();
    }
    };

    The random slide order is stored in cmi.comments, and the position in the sequence is stored in a Captivate variable called scenarioNumber. I could have stored the two variables of Captivate in cmi.suspend_data, but in the end, I liked being able to see the numbers when considering the SCORM data. To work around problems with initialization, I made the creation/restoration of the part of random numbers of the function which climbs to a slide randomly, so nothing is actually executed when entering the first slide.

  • list editing fields via javascript hide

    Hello

    I designed a few forms in Acrobat that use layers to display different information based on the category of the person filling out the form. They choose their category on the page of the form, and then from their choice, the rest of the form is customized for this category.

    The layers were built in Indesign and exported. The fields on the form are enabled and disabled through the action "show/hide a field" in the definition of button for each layer.

    The problem is that there are dozens of fields to turn for each button and once I set the action, there is no way that I know to see a list of which fields are controlled by each button. If I change the button, I can access the list of actions, but I have to click on each one in the list independently to see what domain is assigned and the list itself is a small scrolling window and whenever you close an action it resets to the top of the scrolling window.

    I'd like to be able to see a list of all the fields controlled by this button and the fact of this that every action, and ideally, to be able to add or change the actions performed without having to go through this interface. It of really a lot of time and impossible to know if I have skin or that he show the value configured incorrectly because it takes forever to find this job setting again.

    I have not yet learned to javascript, and I think I must as soon as possible.

    During this time - on a hunch, I made a copy of the pdf file, change the extension to .zip and opened in BB Edit. So, I see a lot of these command lines, that I know must be the javascript code to show or hide the fields. The field names are in brackets in the code below.

    So, I see all these but how to edit these? Can I turn the latter into a script and edit them in Acrobat?

    Y at - it a simple "shell" script that I can stick in and have the button run the script instead of the separate actions?

    1820 0 obj

    < < / 1822 next 0 R/PreserveRB false, S, SetOCGState, State [MARKET / STOP 1562 0 R 0 R 1565 0 0 R 1566 R/1563 1564 0 R 0 R 1567] > >

    endobj

    1822 0 obj

    < < / next 1823 R/S/Hide/T (STAFF_CS_txm) 0 > >

    endobj

    1823 0 obj

    < < / h 1824 fake/Next R / S / Hide / T (SUP_MGR_CS_txm) 0 > >

    endobj

    1824 0 obj

    < < / 1825 next 0 R/S/Hide/T(STAFF_Comm#_txt) > >

    endobj

    1825 0 obj

    < < / next 1826 R/S/Hide/T (STAFF_Comm_txm) 0 > >

    endobj

    1826 0 obj

    < < / h 1827 fake/Next R / S / Hide / T(SUP_MGR_Comm#_txt) 0 > >

    endobj

    1827 0 obj

    < < / h 1828 fake/Next R / S / Hide / T (MGR_Comm_txm) 0 > >

    endobj

    1828 0 obj

    < < / 1829 next R/S/Hide/T (SUP_Comm_txm) 0 > >

    endobj

    1829 0 obj

    < < / 1830 next 0 R/S/Hide/T(SUP_StaffMgmt#_txt) > >

    endobj

    and it will...

    Any help would be GREATLY appreciated!

    Is not JavaScript, but rather the show/hide field definition dictionaries. With the help of JavaScript will be the simplest method. I wouldn't change the document in this way as it is easy to damage it.

    You can make it a LOT easier on yourself if you are using a HIERARCHICAL naming convention for your fields by giving each field in a particular group the same prefix, delimited by a "." character. For example:

    Group1.name

    Group1.address

    Group2.name

    Group2.address

    This allows you to how / hide a whole group with a single JavaScript statement. For example:

    Display all the fields in the Group1

    getField("GROUP1").display = display.visible;

    Hide all fields group2

    getField("GROUP2").display = display.hidden;

    Post again if you need help.

  • SlateBookx2: I closed my session with wrong password and I can connect is no longer

    Hey,.

    I blocked my Slatebook session with my usual password before you turn it off. I must have typed wrong twice. Earlier this afternoon, I went from the Tablet, entered the password, and the display shows "wrong password". I've tried dozens of variants (including the cap lock), nothing works.

    Is there a way to reset everything, even if that means reformatting of the Tablet?

    Any suggestion is appreciated.

    Thank you

    Hi Sapiens,

    I would off the tablet of the keyboard if you are only working with the tablet. Try now the power button and selecting "Power Off" when it appears on the screen. Once the unit is off, follow these instructions to reset the unit to the power off state: factory reset instructions.

    Please mark this message as the accepted answer if I solved it your problem.

    Thank you

    hsimo

  • Which is the * which replaces the zip codes with "United States".

    So I use the calendar for my daily schedule of the customer. Recently, I made the mistake of upgrading to OS (always a mistake with apple these days) and now have a MAJOR problem with the location field.

    Some * at apple decided to replace the postal code SUPREMELY USEFUL with 'United States', when I get an address and ap auto fills in the rest. I tried replacing it and not selecting in the dropdown list options that appears when I start typing in a speech, but it is on its own.

    Must say replacing a very specific data item for something so broad that the United States is one of the stupidest things, Apple has done recently (apple doing stupid things is unfortunately too often PJ {Post job}).

    I drove to the wrong address several times that big cities like THE have often more than a street with the same name. Get a zip code has been a great way to avoid this problem, but some Morón has decided to get rid of post code data and the access point has no option of preference to add in the zip code.

    Be sick enough Apple make these kind of nonsense that would never happened before (Ex: decide to move progress bars to 100% immediately independent to the extent of the progress are actually completed).

    Anyone know a work around? The only advice I receive from apple is to return to an older operating system (great work apple.) Train me to not trust and avoid your new operating system.  Great idea, is NOT).

    Post edited by: codr

    I know that we just spend an hour on the phone with apple care and they told us the same thing. We need these postal codes to be there so that we our sellers in the right place. missing or being late for the appointment is very professional. We need apple to fix this ASAP.

  • SSH session with QNX momentics-&gt; cannot run - permission denied

    Hello everyone I am new to this world to develop a blackberry and I have a question about ssh, it can be quite simple, but a simple tip could save me from going crazy.

    When I open an ssh session with my blackberry and try to execute statements such as ping, it is said:

    Ping $
    SH: ping: cannot run - permission denied

    So my question is: is there a way to access these permissions and run the command?

    I use qnx momentics, a real device and access the ssh by qnx momentics option launch a ssh session.

    I'd appreciate any advice or tips or whatever it is that one can say to help me, thanks in advance

    When you connect via SSH, logged as "devuser". This user has limited permissions... basically these permissions that would be a regular application.

    To run the 'ping', you need a higher level of access. (Check permissions and ownership with "ls-l/usr/bin/ping") This isn't an option, so the answer is no, there is no way to do it.

  • Form lists with If statements

    I'm trying to make a list of 3 the formula which is basically a calendar.

    List 1 is the years

    List 2 is the month

    list 3 is the day

    When when the user selects a year, month, day, and hits submit I want to change the page for the corresponding year, the month, the release of day.

    I guess it would be an IF statement

    If the year = 1972, month = February, day = 2 then

    Result = 2 February 1972

    Then pass them on to the page when the button is reached.

    I have this in my head since I took classes in C++ and visual basic, but how to do this in Dreamweaver?

    HTML will not manage it. You will need a scripting language like Coldfusion, PHP, ASP etc. server side or it can be manipulated with JavaScript.

    If you want to use JS, try the following

    Untitled

    GRAMPS

  • change the values of 'choiseListe' with javascript

    Dear Sir

    Is it possible to change the values of 'choiseListe' with javascript.

    Example they have a choseListe:

    Country / / / values

    United States us

    France fr

    Sp Spain

    When he clicks in a botton I whant to change this choceListe:

    Country / / / values

    My Morocco

    PT Portugal

    ............

    Thank you

    Hello

    Drop-down lists and drop-down menus can be scripted against without much to safely.

    You would need something like that in the click event of the button:

    listbox1.rawValue = null; //clear previous choice
    listbox1.clearItems(); //clear the list items
    listbox1.addItem("Moocco", "ma"); //add new list items
    listbox1.additem("Portugal", "pt");
    

    Hope that helps,

    Niall

  • addisctl.sh: leave with the State 1

    Salvation;

    My OS: sparc instance stsem r11.5.10.2: demo

    When I try to start the service apps I have this error:
    addisctl.sh: leave with the State 1

    Log files:
    /VIS/VISORA/8.0.6/vbroker/bin/osagent
    Osagent began.
    Osagent saves messages in the VIS/visora/8.0.6/discwb4/util/osagent.log file.
    Waiting for the ADO start...
    ADOS has begun.
    OAD records messages in the VIS/visora/8.0.6/discwb4/util/oad.log file.
    Discoverer Locator began.
    Locator saves messages in the VIS/visora/8.0.6/discwb4/util/locator.log file.
    Cannot bind to the ADO. Turn it back on...

    ADO is not running
    Osagent is stopped
    Locator is stopped
    Could not stop the gatekeeper. No process id of file found.
    Could not stop the discoverer Sessions. No process id of file found.
    Cannot stop all preference discoverer. No process id of file found.
    Cannot stop any collector of discoverer. No process id of file found.
    /VIS/VISORA/8.0.6/vbroker/bin/osagent
    Osagent began.
    Osagent saves messages in the VIS/visora/8.0.6/discwb4/util/osagent.log file.
    Waiting for the ADO start...
    ADOS has begun.
    OAD records messages in the VIS/visora/8.0.6/discwb4/util/oad.log file.
    Discoverer Locator began.
    Locator saves messages in the VIS/visora/8.0.6/discwb4/util/locator.log file.
    Registration Session discoverer
    oadutil reg: could not bind to the ADO
    The Collector registration
    oadutil reg: could not bind to the ADO
    Apply preferences file: /VIS/visora/8.0.6/discwb4/util/pref.txt
    Finish the application preferences


    Closure of register...
    Synchronizing registry files...
    Registration of preference discoverer repository
    oadutil reg: could not bind to the ADO

    addisctl.sh: leave with the State 1

    This demo of the instance. Wiht 11.5.10.2 demo default disco is 4i? I read some doc. and it says upgrade, it, if problem exsist upgrade, should I update for demo or if I do not use future discoverer in demo I do not need to do nothing?

    Thank you

    Hello

    This demo of the instance. Wiht 11.5.10.2 demo default disco is 4i? I read some doc. and it says upgrade, it, if problem exsist upgrade, should I update for demo or if I do not use future discoverer in demo I do not need to do nothing?

    If you do not plan to use Discoverer 4i, you can simply exclude this script adstrtal.sh script - see (Note: 398835.1 - how to stop creating Addisctl.Sh Autoconfig after discoverer upgrade).

    Please note that discoverer 4i was desupported for E-Business Suite users in October 2006.

    Note: 186981.1 - Oracle Application Server with Oracle E-Business Suite Release 11i FAQ
    Note: 313418.1 - using discoverer 10.1.2 with Oracle E-Business Suite 11i

    Kind regards
    Hussein

  • Branch with javascript:popupWindow

    Hi all

    I created a button that redirects to a javascript that opens a pop-up window. This works! Now, I called the same javascript function from a branch of page level which gives "page cannot be displayed ' in the browser.

    My question: is it possible to make branches with javascript and how do I do that after sending a page because I need the page step validation.

    Best regards Markus

    Create a button "SUBMIT_AND_POPUP."

    Create a validation to fire on REQUEST = "SUBMIT_AND_POPUP."

    Create a conditional branch, which will only fire if your request is 'SUBMIT_AND_POPUP' and it will redirect you to the desired page with a REQUEST to "OPEN_POPUP".

    On the page to which you redirect after posting, create a pl/sql conditional region, the condition is REQUEST = "OPEN_POPUP":

    BEGIN
    HTP.prn ("< script type =" text/javascript"language ="javascript"> '");
    HTP.prn
    ("javascript:popUp2(''f?p=&APP_ID.:500:&SESSION.::NO::P500_DEPTNO:10'',_700,_700);"
    );
    HTP.prn ("< /script >");
    END;

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Is no longer able to view live on Alexei_tchernomor even content with javascript active.

    I had no problems until recently - has always been able to view their videos. I never had installed oracle java plug-in, but had javascript activated via subject: config and everything worked properly. Now, I am unable to view the videos on the site with javascript active. I use noscript and java is enabled in the options for this site. Any help would be appreciated. I have the site enabled in my firewall.

    I'm glad that you found the help page because I wasn't going to be able to answer that one.

  • Is it possible to work with JavaScript in JUST ONE TAB and not on others

    I usually browse websites with javascript is disabled. But sites like facebook and youtube need javascript. So what I really want is to just run these sites on legs with active javascript and run the other tabs without it.

    Try noscript. It can be a pain to get the installer at the beginning because you need allow all areas that you want to allow JavaScript for, but that market either tabs or windows.

    https://addons.Mozilla.org/en-us/Firefox/addon/NoScript/

Maybe you are looking for

  • Spectrum xt Touchsmart 4000th 15: laptop back to factory State: clean install Windows 10?

    Tried to upgrade from 8.1 to win to win 10 via Windows Update and got BSOD/reboot cycle with error on page iastorav.sys. Envoy for HP laptop and it has been recreated to win 8.0 State of origin to the 2 years ago. The best way to proceed from here? 

  • Loading XML Labview schema files in python(or matlab)

    Hello Does anyone have experience loading labview XSD in python or matlab or similar?  Or is there a better format to the output into that could have an easier interface.  I guess I want to be able to use the labview interface I have as much as possi

  • HP Pavilion n013-tx: RAM upgrade

    Hello! I plan on upgrading my laptop with 8 GB RAM (currently have 4). The question then is, CPU - Z says I have 4 GB single channel DDR3 (1600 MHz) RAM, so what 'type' of 4 GB of RAM should I add? This who should I look for? I was warned several tim

  • Connect a laptop running Windows XP to a LCD via HDMI

    Hello I did a fresh install of windows XP SP3 on my Sony Vaio Z series. I bought a HDMI cable to connect my laptop to an LCD (DYNEX 32 '') so that I could watch movies and so. Unfortunately, the LCD doesn't detect any signal from my laptop. Is there

  • now, I can't get my computer up I think there virus...

    now, I can't get my computer up, according to me, I have a virus... I have a notebook... it tells me to reinstall a copy of the file, l.dll... root\system32\ha windows i can't open my computer this is what keeps poping have cd can b used... once more