-
Help!
Hi Everyone,
I am an application programmer that in the past has been primarly involved in application development with only a minimal expierence in web programming.
Unfortunately my work requires a little more complex job for a HTML page within the next few weeks so I am trying to do a crash course in it.
Due to the short amount of time available and my expierence with VB, I thought of trying to do it using DHTML. Therefore I have the following questions:confused: :
1) Does anyone know whether it is possible to insert elements into a abode document field using input text boxes on a HTML page.
2) Is it possible to get a HTML page to call up outlook and insert appropiate elements into a new mail message.
3) How do I create a link to an executable via a HTML page.
In anticipation of the feedback.
:) Thanks a million :)
needaname16
-
1. I don't know if Adobe has any components you can run on your server to do that.
2. If you use the mailto link, it'll call up their default mail client. You can go <a href=mailto:[email protected]?subject=Hello>.
3. Same way you'd create any other link, and they'll be prompted if they want to download the .exe file.