Click to See Complete Forum and Search --> : Is This Possible?


softweng
September 20th, 2001, 02:19 PM
The IS department where I work has asked me to come up with a way to do something which I am
not sure can be done. They want me to create something that would allow them to right click
on an IP address on a web page and they would have menu choices like PING that would ping that
address. I am sure there is a way to add menu choices to IE's default right click menu but
I don't know how. Also how would I get the IP address they right clicked on?
Does anyone have any ideas on how to accomplish this?

Kris
Software Engineer
Phoenix,AZ

archercoal
September 27th, 2001, 08:55 AM
it would depend on how the webpage was setup. asp where each field(ip address) was specific. Then you couldsimply click on that field to ping it.
text1Address_click()
'ICMP routine
or as you said setup a menu

text1Address_click()
'menu1.visible=TRUE

of course you would probably want to setup the text fileds into an array so all of the menu commands hold true for each address
A lot of work to do this i think but good luck
hope this helps