Help!

ASP beginner

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming RSS
Next:  Add an ftp link to a webpage  
Author Message
Daniel
External


Since: Apr 19, 2007
Posts: 9



PostPosted: Mon Aug 06, 2007 5:27 pm    Post subject: ASP beginner
Archived from groups: microsoft>public>frontpage>programming (more info?)

Hi where can i learn how to learn and write .asp ? Thanks

Daniel
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Mon Aug 06, 2007 5:27 pm    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

http://www.asp101.com/samples

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Daniel" <danieltbt05 RemoveThis @gmail.com> wrote in message news:OmYvfuA2HHA.600@TK2MSFTNGP05.phx.gbl...
> Hi where can i learn how to learn and write .asp ? Thanks
>
> Daniel
>
>
Back to top
Daniel
External


Since: Apr 19, 2007
Posts: 9



PostPosted: Tue Aug 07, 2007 2:14 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Does it have step by step to design a simple web page ?

Daniel

"Thomas A. Rowe" <tarowe.TakeThisOut@mvps.org> wrote in message
news:u$SsBzB2HHA.3940@TK2MSFTNGP05.phx.gbl...
> http://www.asp101.com/samples
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Daniel" <danieltbt05.TakeThisOut@gmail.com> wrote in message
> news:OmYvfuA2HHA.600@TK2MSFTNGP05.phx.gbl...
>> Hi where can i learn how to learn and write .asp ? Thanks
>>
>> Daniel
>>
>>
>
>
Back to top
Stefan B Rusynko
External


Since: Oct 11, 2003
Posts: 11555



PostPosted: Tue Aug 07, 2007 4:10 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

See http://www.w3schools.com/asp/default.asp and http://www.w3schools.com/ado/default.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Daniel" <danieltbt05.RemoveThis@gmail.com> wrote in message news:OmYvfuA2HHA.600@TK2MSFTNGP05.phx.gbl...
| Hi where can i learn how to learn and write .asp ? Thanks
|
| Daniel
|
|
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Tue Aug 07, 2007 7:19 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Server-side scripting (ASP, etc.) really has nothing to do with the design of the page, is relates
to the dynamic displaying of content on a page based on some action, etc.

The link I provide gives you sample code for doing various functions.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Daniel" <danieltbt05 DeleteThis @gmail.com> wrote in message news:u06f4sK2HHA.484@TK2MSFTNGP06.phx.gbl...
> Does it have step by step to design a simple web page ?
>
> Daniel
>
> "Thomas A. Rowe" <tarowe DeleteThis @mvps.org> wrote in message news:u$SsBzB2HHA.3940@TK2MSFTNGP05.phx.gbl...
>> http://www.asp101.com/samples
>>
>> --
>> ==============================================
>> Thomas A. Rowe
>> Microsoft MVP - FrontPage
>>
>> http://www.Ecom-Data.com
>> ==============================================
>>
>>
>> "Daniel" <danieltbt05 DeleteThis @gmail.com> wrote in message news:OmYvfuA2HHA.600@TK2MSFTNGP05.phx.gbl...
>>> Hi where can i learn how to learn and write .asp ? Thanks
>>>
>>> Daniel
>>>
>>>
>>
>>
>
>
Back to top
Daniel
External


Since: Apr 19, 2007
Posts: 9



PostPosted: Wed Aug 08, 2007 2:17 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What is server side scripting ? I noticed there are some vb script and some
javascript and some html also.

Daniel

"Thomas A. Rowe" <tarowe.RemoveThis@mvps.org> wrote in message
news:upxKiTO2HHA.6072@TK2MSFTNGP03.phx.gbl...
> Server-side scripting (ASP, etc.) really has nothing to do with the design
> of the page, is relates to the dynamic displaying of content on a page
> based on some action, etc.
>
> The link I provide gives you sample code for doing various functions.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Daniel" <danieltbt05.RemoveThis@gmail.com> wrote in message
> news:u06f4sK2HHA.484@TK2MSFTNGP06.phx.gbl...
>> Does it have step by step to design a simple web page ?
>>
>> Daniel
>>
>> "Thomas A. Rowe" <tarowe.RemoveThis@mvps.org> wrote in message
>> news:u$SsBzB2HHA.3940@TK2MSFTNGP05.phx.gbl...
>>> http://www.asp101.com/samples
>>>
>>> --
>>> ==============================================
>>> Thomas A. Rowe
>>> Microsoft MVP - FrontPage
>>>
>>> http://www.Ecom-Data.com
>>> ==============================================
>>>
>>>
>>> "Daniel" <danieltbt05.RemoveThis@gmail.com> wrote in message
>>> news:OmYvfuA2HHA.600@TK2MSFTNGP05.phx.gbl...
>>>> Hi where can i learn how to learn and write .asp ? Thanks
>>>>
>>>> Daniel
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Back to top
Jens Peter Karlsen [FP-MV
External


Since: Aug 18, 2005
Posts: 551



PostPosted: Wed Aug 08, 2007 12:29 pm    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Server side scripting is script that runs on the server.
ASP(.NET), PHP and CGI is commonly used for this.
You wont see the serverside script in your Browser.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

On Wed, 8 Aug 2007 10:15:26 +0800, "Daniel" <danieltbt05 RemoveThis @gmail.com>
wrote:

>What is server side scripting ? I noticed there are some vb script and some
>javascript and some html also.
>
>Daniel
>
Back to top
Daniel
External


Since: Apr 19, 2007
Posts: 9



PostPosted: Thu Aug 09, 2007 2:14 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Do you mean ASP is script run on the server ? if it is the case then we can
use vb script or javascript together ?

Daniel

"Jens Peter Karlsen [FP-MVP]" <jpkarlsen.DeleteThis@mvps.org> wrote in message
news:qg6jb3tcn501leonknapki1ls47ir1m5vm@4ax.com...
> Server side scripting is script that runs on the server.
> ASP(.NET), PHP and CGI is commonly used for this.
> You wont see the serverside script in your Browser.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> On Wed, 8 Aug 2007 10:15:26 +0800, "Daniel" <danieltbt05.DeleteThis@gmail.com>
> wrote:
>
>>What is server side scripting ? I noticed there are some vb script and
>>some
>>javascript and some html also.
>>
>>Daniel
>>
Back to top
Thomas A. Rowe
External


Since: Aug 23, 2003
Posts: 14454



PostPosted: Thu Aug 09, 2007 7:27 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You would use ASP/VBScript run server-side unless you are in intranet environment where all users
would be running Windows with IE browsers, as other browsers do not support VBScript client side.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================


"Daniel" <danieltbt05.DeleteThis@gmail.com> wrote in message news:OuZJzai2HHA.5740@TK2MSFTNGP04.phx.gbl...
> Do you mean ASP is script run on the server ? if it is the case then we can use vb script or
> javascript together ?
>
> Daniel
>
> "Jens Peter Karlsen [FP-MVP]" <jpkarlsen.DeleteThis@mvps.org> wrote in message
> news:qg6jb3tcn501leonknapki1ls47ir1m5vm@4ax.com...
>> Server side scripting is script that runs on the server.
>> ASP(.NET), PHP and CGI is commonly used for this.
>> You wont see the serverside script in your Browser.
>>
>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>> On Wed, 8 Aug 2007 10:15:26 +0800, "Daniel" <danieltbt05.DeleteThis@gmail.com>
>> wrote:
>>
>>>What is server side scripting ? I noticed there are some vb script and some
>>>javascript and some html also.
>>>
>>>Daniel
>>>
>
>
Back to top
Daniel
External


Since: Apr 19, 2007
Posts: 9



PostPosted: Fri Aug 10, 2007 2:14 am    Post subject: Re: ASP beginner [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

ASP itself is script made of javascript and vbscript and running on web
server ?

Daniel

"Thomas A. Rowe" <tarowe.DeleteThis@mvps.org> wrote in message
news:edLdThn2HHA.3940@TK2MSFTNGP05.phx.gbl...
> You would use ASP/VBScript run server-side unless you are in intranet
> environment where all users would be running Windows with IE browsers, as
> other browsers do not support VBScript client side.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "Daniel" <danieltbt05.DeleteThis@gmail.com> wrote in message
> news:OuZJzai2HHA.5740@TK2MSFTNGP04.phx.gbl...
>> Do you mean ASP is script run on the server ? if it is the case then we
>> can use vb script or javascript together ?
>>
>> Daniel
>>
>> "Jens Peter Karlsen [FP-MVP]" <jpkarlsen.DeleteThis@mvps.org> wrote in message
>> news:qg6jb3tcn501leonknapki1ls47ir1m5vm@4ax.com...
>>> Server side scripting is script that runs on the server.
>>> ASP(.NET), PHP and CGI is commonly used for this.
>>> You wont see the serverside script in your Browser.
>>>
>>> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>>
>>> On Wed, 8 Aug 2007 10:15:26 +0800, "Daniel" <danieltbt05.DeleteThis@gmail.com>
>>> wrote:
>>>
>>>>What is server side scripting ? I noticed there are some vb script and
>>>>some
>>>>javascript and some html also.
>>>>
>>>>Daniel
>>>>
>>
>>
>
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum