Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hei!
How or where do I set the font-color on the message tekst when using
<% Response.redirect "error.asp?messagetext=error-message" %>
Where do I put the <td class=errortext>?
Mvh
grstad
__________________
Internet has become favorable with that tool...thank you Tim Berners-Lee!
I am unclear on your request. If I understand you correctly, you want some text to show up in red in an error page. The html for that goes into the error.asp page itself.