In FrontPage when you are viewing the design, there should be a tab at the bottom that says HTML. If you click that you should be able to add your own code. Your ASP should go inside tags that look like this <% your code %> and you need to make sure that your files are saved as .asp instead of .html or .htm. A great place to find ASP code snippets is http://www.planet-source-code.com/ they do have things for beginners.
Also!! Be sure that you are using a web host that supports .asp. It will typically need to be Windows based.. and you cant see your code in action through FrontPage or any other wysiwyg html editor, except live in your browser.
If you are wanting to learn how to do ASP coding, i recommend picking up a book and following along and creating some of the things the book does. Just remember learning to code things takes time and patience and sometimes it may seem impossible, but keep your head up and eventually you will get through it.
I am not sure how much of this you do or do not know, but i hope you may find some of it helpful!
Good Luck!!
Last edited by Rene; 08-29-2004 at 02:14 PM..
|