• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Sending a request and making the browser window invisible

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

Help me out...

I am developing an intranet application in which there is a
1.CLIENT MACHINE
2.Admin server
3.App server

The requirement as follows,
On each client machine start up iam running a batch file(which is stored in
the admin server) on the client machine ,which connects the client machine to app server through the browser(IE say).And i don't want to show the browserwindow( through which client is connecting to app server) i.e, the client shouldn't see any browser opening on his system and yet capable of sending the request.(simply i want to hide the browser and yet sending the request)

One important thing is that CLIENT Machines won't have JAVA.

Thanks
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So what is running on the client?
You can do server requests with JavaScript. Have a look at this article for some examples.
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ram RR

Welcome to JavaRanch!

On your way in, you may have missed the JavaRanch Naming Policy. Please take a moment to edit your name to use real (or at least real-looking) first and last name.

Thank you for your prompt attention, and enjoy the ranch!

Layne
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic