|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
A Table and a function problem |
|
From: |
Gilad |
|
Date: |
1/21/1999 9:09:10 AM |
|
IP: |
139.92.98.216 |
Hi.
Im creating a script that uses a function and enters its data into a table. Why is the following script going not as it should(The caption is getting after the regular one):
<%
function k
Response.Write "Hi."
end function
Response.Write "<TABLE><TR><TH>Caption</TH></TR><TD>" & k & "</TD></TR></TABLE>"
%> |
Follow Up - Re: A Table and a function problem - Lothar A. Haensler 1/21/1999 10:16:49 AM
Follow Up - Re: A Table and a function problem - Harlan 1/21/1999 5:16:31 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|