Connecting Tech Pros Worldwide Forums | Help | Site Map

request script without browser navigation

Mike Biang
Guest
 
Posts: n/a
#1: Jul 20 '05
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
Guest
 
Posts: n/a
#2: Jul 20 '05

re: request script without browser navigation


In article <4c93bd86.0310270917.2510658c@posting.google.com >,
mbiang@cramerdev.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.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace
-------------------------------------------------
Closed Thread