Re: save form in cookie problem
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: save form in cookie problem

From: VK <schools_ring@yahoo.com>
Date: Mon Jul 18 2005 - 22:10:24 CEST

> But I need to save it a on windows print,
> where I reload the form with a css for print.
> Therefore the form must be filled in again from the cookie.

Eh?
...
<link rel="stylesheet" media="screen" href="StylesForScreen.css">
<link rel="stylesheet" media="print" href="StylesForPrinting.css">
...

And simply define each style twice: one time in StylesForScreen.css and
second time in StylesForPrinting.css

And be happy!

Unless you are a pure conceptualisme fighter ;-)
Received on Tue Oct 18 02:57:52 2005