request script without browser navigation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Biang

    request script without browser navigation

    Is there a way to request a server script through javascript without
    having the browser navigate to another page? Similar to the effects
    of calling the server.execute method in ASP. Is anyone familiar with
    a method to accomplish this?
  • kaeli

    #2
    Re: request script without browser navigation

    In article <4c93bd86.03102 70917.2510658c@ posting.google. com>,
    mbiang@cramerde v.com enlightened us with...[color=blue]
    > Is there a way to request a server script through javascript without
    > having the browser navigate to another page? Similar to the effects
    > of calling the server.execute method in ASP. Is anyone familiar with
    > a method to accomplish this?
    >[/color]

    Depends on what exactly you are doing and in what environment.
    ActiveX, COM, or even a simple "script src=" could work.

    Elaborate on what you need - is this an intranet application where you
    know the browsers being used, OS, etc? Is the script pure javascript, or
    is it VBScript, java, or something else that needs parsed/executed by
    the server? Would having the script execute in a "hidden" new window or
    iframe be sufficient or does it need to execute on the current page for
    some reason (you can open a new 1px by 1px window that won't navigate
    the user away from the current page)?

    More info is needed.

    -------------------------------------------------
    ~kaeli~
    Jesus saves, Allah protects, and Cthulhu
    thinks you'd make a nice sandwich.


    -------------------------------------------------

    Comment

    Working...