<%@ page import="com.epitonic.member.*,com.epitonic.beans.*,com.epitonic.servlets .*" errorPage="error.jsp" %> <% // create registration bean and process request FormBean fb = FormBean.getInstance( "subscribe" ); if ( fb.handleRequest( request, response, false ) ) { // set value explicitly (avoids problems with merge) // SET THIS TO "no" FOR UNSUBSCRIBE PAGE fb.getMember().setDemographic( "subscribepalm", "yes" ); fb.getMember().commit(); // YOU PROBABLY JUST SPECIFY THE PAGE YOU WANT TO FORWARD TO, //fb.getForwardPage() RETURNS "newsletter_success.html" pageContext.forward( "newsletter_success.html" ); // forward page //pageContext.forward( fb.getForwardPage() ); // recycle registration bean fb.recycle(); fb = null; return; } // set no-cache to work around ie bug response.setHeader( "Pragma", "no-cache" ); %> Newsletter Settings - Palm Pictures

Note: The content on PalmPictures.com is accessible to any web browser or http client. However, this browser may not support basic Web standards, preventing the display of our site's design details. We support the mission of the Web Standards Project in the campaign encouraging users to upgrade their browsers.

[ skip navigation ]

edit player prefs
<%= fb.getState() %> <% if ( fb.isErroneous() ) { %> To subscribe, we need your REAL email address. Please enter a valid email address below (<%= fb.getError(fb.REQUEST_EMAIL_ADDRESS) %>). <% } %>
Sign up to enjoy the fabulous Palm Newsletter!
<% if ( fb.isRegistered() ) { %> <% } else { %> <% } %>
<%= fb.getEmailAddress() %>
This is not my email address
Email:
Zip: ">
(US only - optional)

Don't want the newsletter anymore? Unsubscribe.



Also, be sure to check out the newsletters from these other sites that are part of the Palm family:

Epitonic: their New Music Weekly delivers music news and info to your inbox and a streamable playlist fresh with the newest music from around the globe.

RES: the world of film and music collide in the RESALERT, a weekly delivery of what's going on in the world of independent creation.

Spunik7: dig into the latest music videos, anime presentations, and short films with this weekly newsletter of irreverence. <% fb.recycle(); %>