|
Thread: Asp
-
Jun 1st, 2001, 03:42 AM
#1
Thread Starter
Hyperactive Member
Asp
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|