In my ASP page , I'm creating a table and filling it with database values.After this i'm creating some hyperlinks.
Problems is the hyperlinks always appear before the table, when i'm expecting them to appear after it.
If anyone has seen this kind of thing before , let me know.


Also , can someone explain the following line :
Response.Write "<a href=""" & Request.ServerVariables("SCRIPT_NAME") & "?pagenum=" & pagecnt & """>Last Page</a>"


I know its a hyperlink , but where do the servervariables come in.
SCRIPT_NAME has not been defined anywhere else.???
any ideas???

Cheers