[Seaside] post form to external website

Boris Popov boris at deepcovelabs.com
Fri Jan 9 23:32:12 UTC 2009


Hehe, and here I am, still trying my best to support em ;)

(aHtmlRoot if)
	lessThan;
	orEqual;
	ie6;
	do:
		[(aHtmlRoot stylesheet)
			url: PaymentPageLibrary / 'css' /
'quarantine.css';
			addAll].
(aHtmlRoot if)
	lessThan;
	orEqual;
	ie7;
	do:
		[(aHtmlRoot stylesheet)
			url: PaymentPageLibrary / 'css' /
'quarantine-ie7.css';
			addAll]. 


-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header.
Unless otherwise indicated, it contains information that is private and
confidential. If you have received it in error, please notify the sender
and delete the entire message including any attachments.

Thank you.
-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Ramon
Leon
Sent: Friday, January 09, 2009 3:19 PM
To: 'Seaside - general discussion'
Subject: RE: [Seaside] post form to external website

> ... which, of course, won't work for browsers that have JS disabled :)

> I've used the provided extension successfully in the past and I seem 
> to recall Lukas agreed that some form of it should be part of base 
> rendering API for just these types of cases.
> 
> -Boris

True that, though I'm not very sympathetic to those who intentionally
break their browsers by disabling JS.  I rate them just under IE6 users.

Ramon Leon
http://onsmalltalk.com

_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list