|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Im a newbie at ASP needin a biut of help!
Originally posted by : Doctor Hebert (doctorhebert@hotmail.com)Im a total newb at ASP and I need a bit of help so heres myu dilemma:Ok I've created the most basic ASP page ever and the URL TO the page is http://games.domaindlx.com/gpforums as you can see I get an error message and I cant figure out why.....The server claims to have ASP support. so...yeah I thought if you could take a look at the code and maybe tel me what im doing worng.....heres the code:ASP Page[h1]My first ASP page. wahay tHIS IS JUST TO TRY OUT SOME THINGZ[/h1]my $list = List;PPRINT $LIST
|
|
#2
|
|||
|
|||
|
Originally posted by : Praveen (bppraveen001@lycos.com)Hi Doctor Hebert, You are telling that your server is a ASP server then what ever you execute in server side it should be VB Script only you cannot write Perl Script or Java Script to get the work done in Server side so your first ASP page will look like similar to this....ASP PageMy first ASP page. wahay tHIS IS JUST TO TRY OUT SOME THINGZHope this may solve your problemHappy ProgrammingPraveen
|
|
#3
|
|||
|
|||
|
Originally posted by : Doctor Hebert (doctorhebert@hotmail.com)Thanx Praveen but...I dont get what you mean by server side, does this mean I can only use VB script in my page?
|
|
#4
|
|||
|
|||
|
Originally posted by : bppraveen001@lycos.com (Praveen)Hello Doctor Hebert, See in Web Programming in two places your requests will be get processed one in the WebServer i.e., the hosting machine and one more is the browser where the end user is seeing(browsing) the pages.. If u request for a .asp page your request will be first processed by the ASP engine and will convert the entire code which is in server side i.e., into html tags and will send the result to the Browser which had requested for the page. If u have a page which has extension .html you cannot write code in this block i.e., server side.. you can use this only for tha pages which has extension of .asp HTML pages will be processed in the Browser only but ASP pages will be first processed in WebServe later in Browsers.Hope this may clear your doubtsHappy ProgrammingPraveen
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Im a newbie at ASP needin a biut of help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|