Programming with ASP

O

Omar Abid

Hi,
I want to know if I use a server with front page extension can i
program with ASP ? or is there another language for programming with
front page
Thx
Omar Abid
 
R

Ronx

If you have a server that supports asp, (usually Windows servers, but
some Unix servers will as well) you can use asp as well as FrontPage
extensions.

There are several programming/scripting languages that can be used with
FrontPage - asp, asp.NET, PHP, Perl to mention 4.
 
O

Omar Abid

If you have a server that supports asp, (usually Windows servers, but
some Unix servers will as well) you can use asp as well as FrontPage
extensions.

There are several programming/scripting languages that can be used with
FrontPage - asp, asp.NET, PHP, Perl to mention 4.

ok, but my server doesn't support ASP
I want to know if there's a FP language coz when i see a HTML source
for a submit button for exemple I see <% %> and in it some codes that
FP generate automaticaly
I want to know if I can personalize that code
Thx
 
R

Ronx

There is no FrontPage language. FrontPage will write HTML, and
VbScript (for asp pages), but you can use whatever other scripting
language you wish.
You can change the <%...%> to whatever your scripting language requires
- but the language must be supported by your server.

The closest FrontPage gets to a server side scripting language (apart
from .asp) is using the FrontPage extensions. These must be installed
on your web site, but are limited in what they can do.

If you ask a more specific question...
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
O

Omar Abid

There is no FrontPage language. FrontPage will write HTML, and
VbScript (for asp pages), but you can use whatever other scripting
language you wish.
You can change the <%...%> to whatever your scripting language requires
- but the language must be supported by your server.

The closest FrontPage gets to a server side scripting language (apart
from .asp) is using the FrontPage extensions. These must be installed
on your web site, but are limited in what they can do.

If you ask a more specific question...

Thx for your advice and the web site
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top