You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
760 B
19 lines
760 B
10 years ago
|
<?php
|
||
|
$email = $_GET['email'];
|
||
|
?>
|
||
|
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||
|
<title>Untitled Document</title>
|
||
|
</head>
|
||
|
|
||
|
<frameset rows="100,600" cols="*" framespacing="0" frameborder="no" border="0">
|
||
|
<frame src="contact_add_edit_confirmation.html" name="mainFrame" id="mainFrame" title="mainFrame" />
|
||
|
<frame src="http://groups.google.com/group/yellowbike-newsletter/boxsubscribe?email=<?php echo $email; ?>" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
|
||
|
</frameset>
|
||
|
<noframes><body>
|
||
|
</body>
|
||
|
</noframes></html>
|