Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Response.Redirect (not working)

Status
Not open for further replies.

FlatHead

Programmer
Joined
Oct 13, 2000
Messages
50
Location
GB
I want to count all my rocords. If I have only one record as a result then I want to directly link my page to another page. The command i sujested to use is the following

Response.Redirect = "Editrec.asp?parref = "&oRecord("ID")

in order as well to pass and an ID field nedded by the other page.
Unfortunatelly this is not working.

Look forrward to swift responses.

ZAC
 
also, you must reponse.redirect before any content is written to the page.
 
You are the man!!!!!!!!!!!!!!!!!!!!!!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top