pitterpatter
09-17-2004, 08:56 AM
hi, i'm a newbie to asp coding. am doing a project now which requires me extract data from a .txt file. i'm using frontpage to do the codings, is there any better applications to create asp pages?
since i'm new, started with the basics such as this:
<script language="vbscript" runat="server">
sub writeSomething
response.write ("hello")
end sub
</script>
<html>
<head>
<title>Written Text</title>
</head>
<br>
<body onload="vbscript:writeSomething">
<form name=form1>
</form>
</body>
</html>
but i get the error that Object Required: Response.
someone pls help. i'm really new in this and i've got a project to complete urgently. any kind soul out there who's willing to provide "on-site" help, please add this email to ur MSN messenger: pitterpatter_raindrops@hotmail.com.
or is someone able to help me with the codes of extracting data from a text file? thanks alot in advance.
since i'm new, started with the basics such as this:
<script language="vbscript" runat="server">
sub writeSomething
response.write ("hello")
end sub
</script>
<html>
<head>
<title>Written Text</title>
</head>
<br>
<body onload="vbscript:writeSomething">
<form name=form1>
</form>
</body>
</html>
but i get the error that Object Required: Response.
someone pls help. i'm really new in this and i've got a project to complete urgently. any kind soul out there who's willing to provide "on-site" help, please add this email to ur MSN messenger: pitterpatter_raindrops@hotmail.com.
or is someone able to help me with the codes of extracting data from a text file? thanks alot in advance.