IHYPRESS PROGRAMMING
Classic ASP programs with code and output for beginners
classic asp
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
ASP ❯ Reading a Cookie
<12>
<% FavAnimal = Request.Cookies("FavouriteAnimal") select case FavAnimal case "Lion" image = "images/lion.jpg" case "Tiger" image = "images/tiger.jpg" case "Bear" image = "images/bear.jpg" case "Gorilla" image = "images/gorilla.jpg" case Else Response.Write("Cookie not set") image = "images/qm.jpg" end select %> <h1>Your Favourite Animal</h1> <img src="<% response.write(image) %>" style="width:450px; border:5px solid green;">
Hergestellt in Deutschland / Made in Germany
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland