writing plugin/addin for IE

  • Thread starter Thread starter pelegk1
  • Start date Start date
P

pelegk1

i want to write a plugin for IE so i will have a new button in IE,when
pressed i will get a simple form with 3 fields that i can feel out and the
data will be sent to a server
how can i do this?
thnaks in advance
peleg
 
Hi peleg,

Under ASP.NET, or? Generally IE plugins are native apps becasue you cannot
expect user having .NET FW, but, it follows be requirements and it's not
an issue to build them on NET. Following this topic for more info http://www.eggheadcafe.com/community/aspnet/2/10017634/links-fyi.aspx

Regards,
Alex Meleta
[Tech Blog: http://devkids.blogspot.com]

p> i want to write a plugin for IE so i will have a new button in
p> IE,when
p> pressed i will get a simple form with 3 fields that i can feel out
p> and the
p> data will be sent to a server
p> how can i do this?
p> thnaks in advance
p> peleg
 
Back
Top