Click to See Complete Forum and Search --> : Need a general advice..


Guy&
May 20th, 2003, 11:21 AM
Hello

I have been asked to do something and before I dig into the matter I need to know whats involved,,


Generally - the final goal is that ill be able to launch an htm file
( someone for example will receive an e mail from me and he will see the htm file) intra - net

now - this htm file will consist of objects such as buttons and by pressing one of then i will be able to use a certain ActiveX

so.. should I learn javascript? java? is it possible to integratean activeX using those languages?

can I send the final result by mail..?

or do I need a different approach..


ANY help will be highly appreciated !

Thank u

DJ_Catboy
May 21st, 2003, 06:37 AM
Hi,

You will almost certainly need to learn JavaScript. Other technologies required: ASP or Perl for e-mailing.

For buttons, you will need DHTML, which is basically HTML with Javascript controlling objects (defined by <DIV> tags).

Hope this helps...
DJ

Guy&
May 22nd, 2003, 10:44 AM
Thank u 4 your answer.

So . as I understand I can create an ActiveX and operate its functions using javascript .

Do u know any articles related to this topic?

THX