Home > ASP Development > Print Hello world

Print Hello world



Been a while since i used ASP but need some code to test my asp is working fine in Php its Echo "hello world";



Hope this mas sense



Cheers

    
Guest


here ya go


Code:



<%
response.write "Hallo World:D"
%>



Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by nofriends
here ya go


Code:



<%
response.write "Hallo World:D"
%>






Thats the one... good god how did i forget that lol maybee i have been reading to many php books cheers mate

Was this answer helpful ? Yes No   
Guest


lol no problem, you'll get back into it very soon

Was this answer helpful ? Yes No   
Guest


The basics are here

http://www.w3schools.com/asp/default.asp

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by Sluap
Been a while since i used ASP but need some code to test my asp is working fine in Php its Echo "hello world";



Hope this mas sense



Cheers
this would work too..


Code:



<%
Dim strHello, x
strHello = "Hello World"
For x=1 To Len(strHello)
Response.Write("<span style=""font-size: " & (12+x-1) & "px;"">" & Mid(strHello, x, 1) & "</span>")
Next
%>





Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved