1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
<title>Google Send To Phone</title>
<style type="text/css">
/*<![CDATA[*/
body {
font-family: arial, sans-serif;
background-color: #FFFFFF;
font-size: 80%;
}
h1 {
font-size: 120%;
font-weight: bold;
background-color: #BBCCED;
padding: .5ex 2px .5ex 2px;
}
a {
color: #0000CC;
}
.small {
font-size: small;
}
.detail {
color: gray;
font-size: small;
}
.error {
color: red;
font-size: small;
font-weight: bold;
}
/*]]>*/
</style>
<style type="text/css">
/*<![CDATA[*/
input.c1 {font-weight:bold}
/*]]>*/
</style>
</head>
<body>
<h1>Google Send To Phone</h1>
<form action="http://www.google.com/sendtophone" method="post">
<fieldset>
<legend>Sending SMS Messages</legend>
<input name="gl" id="gl" value="US" type="hidden" />
<input name="hl" id="hl" value="en" type="hidden" />
<input name="client" id="client" value="navclient-ffsms" type=
"hidden" /> <input name="text" id="text" value="" type=
"hidden" /> <input name="c" id="c" value="1" type="hidden" />
<table border="0" cellpadding="4" cellspacing="0">
<tr>
<td align='left'>To: <input name="mobile_user_id"
value="" size="20" type="text" /> <span class=
"detail">Example: 650-123-1234</span></td>
</tr>
<tr>
<td align="left">Carrier: <select name="carrier"
onchange="updateStats(true);">
<option value="ACS">
Alaska Communications Systems
</option>
<option value="ALLTEL">
Alltel
</option>
<option value="ATT">
AT&T (now Cingular)
</option>
<option value="CELLULARONE">
CellularOne
</option>
<option value="CINCINNATI_BELL">
Cincinnati Bell
</option>
<option value="CINGULAR">
Cingular
</option>
<option value="CRICKET">
Cricket Communications
</option>
<option value="METROPCS">
MetroPCS
</option>
<option value="MIDWEST_WIRELESS">
Midwest Wireless
</option>
<option value="NEXTEL">
Nextel
</option>
<option value="OMNIPOINT">
Omnipoint
</option>
<option value="QWEST">
Qwest
</option>
<option value="SPRINT">
Sprint
</option>
<option value="SUNCOM">
SunCom Wireless
</option>
<option value="TMOBILE">
T-Mobile
</option>
<option value="USCELLULAR">
US Cellular
</option>
<option value="VERIZON">
Verizon
</option>
<option value="VIRGIN">
Virgin Mobile
</option>
<option value="WESTERN_WIRELESS">
Western Wireless
</option>
</select></td>
</tr>
<tr>
<td align="left"><input name="ec" id="ec" checked="checked"
type="checkbox" /> <label for="ec">Remember this
information</label></td>
</tr>
<tr>
<td align="left">Subject (optional): <input name=
"subject" id="subject" value="" size="20" maxlength="50"
type="text" /></td>
</tr>
<tr>
<td align="left">Text to send:<br />
<textarea name="text" id="body" rows="8" cols="45">
</textarea></td>
</tr>
<tr>
<td align="left"><span id="num_chars"></span> <span id=
"num_messages"></span></td>
</tr>
<tr>
<td align="left"><input name="send_button" id="send_button"
value="Send" class="c1" type="submit" /></td>
</tr>
</table>
</fieldset>
</form>
<p><a target="_blank" href=""></a></p>
<p>Text message Google for quick answers. <a target="_blank"
href="http://www.google.com/sms/demo.html">Try it now</a>.</p>
<p class="detail">This information may be logged. See <a target=
"_blank" href=
"http://www.google.com/intl/en/privacy.html">Privacy
Policy</a>.</p>
</body>
</html>
|