hey ther

i'm kinda new to asp and dont know much so sorry if i ask dumb questions some times. ok, i'v created a page that recieves variabled from another pages form, i can pass variables fine; but i wanna have a table that only displays the data that HAS been put in.

ok, i have 3 fields on the first page, "Fname" "Lname" "Wpage" .
now the "Fname" and "Lname" ones are compulsory but the "Wpage" isnt. on the ASP recieveing script i have then displayed into a table where each cell has different colors but when i try and put in something like this:

PHP Code:
response.write "<tr bgcolor="#0033cc"><td>"
response.write "your webpage URL is:" Wpage 
response
.write "</tr></td>" 
it doesnt let me do this, why and how can it be dealt with ???

thank you to anyone who finishes reading my post or can help me, any help greatly appreciated.