|
|
|
|
|
| | |
| |
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: A Table and a function problem |
|
From: |
Lothar A. Haensler |
|
Date: |
1/21/1999 10:16:49 AM |
|
IP: |
212.2.65.69 |
this will work:
response.write "<th>...">
Call k
response.write "</TD..."
OR: make k a function returning a string and write
Function K()
K = "Hi"
end function
response.write "<td>..." & k() & "</td>.."
HTH
Lothar |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|