Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run IE from html background... 1

Status
Not open for further replies.

burnside

Technical User
Dec 4, 2004
236
GB
Hi,

I have an html background page for Internet cafe PCs
this thread thread215-795695 gives advice on running programs from html links but i a bit more instruction

what is a shell command?
how do i get this to run when a user clicks on an image?
(the app i need to run is IE)

MG
 
So you have an html page as the active desktop background on the computers?

If so, just make the link that's clicked open in a new window and it should bring up the link in IE.
Something like this:
Code:
<a href="somepage.html" target="_blank"><img src="yourpic.jpg" alt="whatever"/></a>
Try that and see if it works out.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top