How do I redirect a dynamic link with meta refresh?

by vjboc
2 replies
How do I redirect a dynamic link with meta refresh? I already have it working, but it takes the link from the bottom of the page and I would like it to take the link at the top of the page. This is asp.net Or if someone could direct me to sites that teach about redirecting dynamic urls in asp.net

Thanks in advance.
#dynamic #link #meta #redirect #refresh
  • Profile picture of the author tweakr
    What are you trying to redirect?

    Did you Google it? I see multiple questions for this on stackoverflow, and msdn should have some information about how to do this.
    {{ DiscussionBoard.errors[7015518].message }}
  • Profile picture of the author Norrth
    Could you possibly pass the link through via $_GET or $_POST variables?
    {{ DiscussionBoard.errors[7022899].message }}

Trending Topics