CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: amitvb

Search: Search took 0.03 seconds.

  1. Re: Why is my server side script (the whole code) being returned?

    This happens wen there is some kinda error in the code for displaying the page.. see the status code of request object if u wnt to confirm it.
  2. Thread: How to use AJAX

    by amitvb
    Replies
    3
    Views
    10,207

    Re: How to use AJAX

    I was out of touch for sometime..
    Btw thanks a lot for d link man... it is really useful :thumb:
  3. Replies
    8
    Views
    9,891

    Re: parent document question...

    This would look silly..
    Keep a hidden button in the parent which calls a function on click.
    Click this button from the popup.

    as simple as that if u want it that way.
  4. Re: URGENT! PLEASE HELP: Change main web page from popup?

    U can access the main page's elements from the popup by
    simply replacing 'document.something' in main page's JS with 'window.opener.document.something' in popup page's JS.

    a sample code would...
  5. Thread: How to use AJAX

    by amitvb
    Replies
    3
    Views
    10,207

    How to use AJAX

    Please guide me for a quick start in using Ajax technology for submitting the html forms. Thanx in advance. :)
  6. Replies
    2
    Views
    762

    How to create a process and a service?

    please explain the winexec() function . Also tell me how to create a process using the WIN32 APIs. I want to run aprogram as a background system service , provide some help. Also mention that how can...
  7. Replies
    3
    Views
    766

    How to get system information?

    I urgently need to get the system info ( list of hardware & software installed )

    Plz provide me any links or readymade programs .
  8. Replies
    1
    Views
    1,615

    How to access Windows registry using JAVA?

    please provide any links or packages that could provide any info.
  9. Replies
    2
    Views
    821

    Thank u for telling that Windows APIs provide all...

    Thank u for telling that Windows APIs provide all the help to get the ASSET info.
    What more I want to know is how can I do it with JAVA.
    Please provide links to any site u know or if any code...
  10. Replies
    2
    Views
    821

    How to get ASSET information?

    I am working on a college project and
    I want to get the asset info (hardware and software ) installed on a PC using JAVA .
    Tell me if Windows or its APIs provide any help.
  11. accessing windows login script through java

    I urgently need some material to access the windows LOGIN SCRIPT through java.
    please help.
Results 1 to 11 of 13





Click Here to Expand Forum to Full Width

Featured