here is the asp code: [Response.Redirect("[URL]http://www.yahoo.com[/URL]")]

what i am trying to do is loop through my database and send variables through a querystring to the same target address. but if my code redirects to the target url it will stop at the first record before it gets to the next.

how can i get around this?

What you have to do is execute the URL's through an HTTP Form submission.

If you use ASP.NET it's already built in, for ASP you can use something like DynuCom's object. Here is a link:

http://www.dynu.com/dynuhttp.asp

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.