Skip to Content
0
Former Member
Sep 17, 2007 at 09:26 AM

url parameter

204 Views

hi all,

in the below code what is the URL parameter and value

<html lang="en" dir="ltr">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<style type=text/css>

<!--

body,td,div,p,a,font,span {font-family: arial,sans-serif}

body {margin-top:2}

.c

.bubble {background-color:#C3D9FF}

.tl

.tr

.bl

.br

.caption

.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}

.feature-image

.feature-description

// -->

</style>

>

<script type=text/javascript>

<!--

var start_time = (new Date()).getTime();

if ((top.location != self.location)&&(top.location.href.indexOf('https://www.google.com/analytics/siteopt/preview')!=0)) {

top.location = self.location.href;

}

function SetGmailCookie(name, value) {

document.cookie = name + "=" + value + ";path=/;domain=.google.com";

}

function lg() {

var now = (new Date()).getTime();

var cookie = "T" + start_time + "/" + start_time + "/" + now;

SetGmailCookie("GMAIL_LOGIN", cookie);

}

function gaiacb_onLoginSubmit() {

lg();

if (!fixed) {

FixForm();

}

return true;

}

function StripParam(url, param) {

var start = url.indexOf(param);

if (start == -1) return url;

var end = start + param.length;

var charBefore = url.charAt(start-1);

if (charBefore != '?' && charBefore != '&') return url;

var charAfter = (url.length >= end+1) ? url.charAt(end) : '';

if (charAfter != '' && charAfter != '&') return url;

if (charBefore == '&') {

--start;

} else if (charAfter == '&') {

++end;

}

return url.substring(0, start) + url.substring(end);

}

var fixed = 0;

function FixForm() {

if (is_browser_supported) {

var form = el("gaia_loginform");

if (form && form["continue"]) {

var url = form["continue"].value;

url = StripParam(url, "ui=html");

url = StripParam(url, "zy=l");

form["continue"].value = url;

}

}

fixed = 1;

}

function el(id) {

if (document.getElementById) {

return document.getElementById(id);

} else if (window[id]) {

return window[id];

}

return null;

}

var CP = [

[ 1167638400000, 2800 ],

[ 1175414400000, 2835 ],

[ 1207033200000, 2980 ],

[ 1238569200000, 3125 ],

[ 1270105200000, 3270 ],

[ 1301641200000, 3415 ],

[ 1333263600000, 3560 ]

];

var quota;

var ONE_PX = "https://mail.google.com/mail/images/c.gif?t=" +

(new Date()).getTime();

function LogRoundtripTime() {

var img = new Image();

var start = (new Date()).getTime();

img.onload = GetRoundtripTimeFunction(start);

img.src = ONE_PX;

}

function GetRoundtripTimeFunction(start) {

return function() {

var end = (new Date()).getTime();

SetGmailCookie("GMAIL_RTT", (end - start));

}

}

function MaybePingUser() {

var f = el("gaia_loginform");

if (f.Email.value) {

new Image().src = 'https://mail.google.com/mail?gxlu=' +

encodeURIComponent(f.Email.value) +

'&zx=' + (new Date().getTime());

}

}

function OnLoad() {

gaia_setFocus();

MaybePingUser();

el("gaia_loginform").Passwd.onfocus = MaybePingUser;

LogRoundtripTime();

if (!quota) {

quota = el("quota");

updateQuota();

}

LoadConversionScript();

}

function updateQuota() {

if (!quota) {

return;

}

var now = (new Date()).getTime();

var i;

for (i = 0; i < CP.length; i++) {

if (now < CP<i>[0]) {

break;

}

}

if (i == 0) {

setTimeout(updateQuota, 1000);

} else if (i == CP.length) {

quota.innerHTML = CP[i - 1][1];

} else {

var ts = CP[i - 1][0];

var bs = CP[i - 1][1];

quota.innerHTML = format(((now-ts) / (CP<i>[0]-ts) * (CP<i>[1]-bs)) + bs);

setTimeout(updateQuota, 1000);

}

}

var PAD = '.000000';

function format(num) {

var str = String(num);

var dot = str.indexOf('.');

if (dot < 0) {

return str + PAD;

} if (PAD.length > (str.length - dot)) {

return str + PAD.substring(str.length - dot);

} else {

return str.substring(0, dot + PAD.length);

}

}

var google_conversion_type = 'landing';

var google_conversion_id = 1069902127;

var google_conversion_language = "en_US";

var google_conversion_format = "1";

var google_conversion_color = "FFFFFF";

function LoadConversionScript() {

var script = document.createElement("script");

script.type = "text/javascript";

script.src = "https://www.googleadservices.com/pagead/conversion.js";

}

// -->

</script>

<title>Welcome to Gmail</title>

</head>

<body bgcolor=#ffffff link=#0000FF vlink=#0000FF onload="OnLoad()">

<table width=95% border=0 align=center cellpadding=0 cellspacing=0>

<tr valign=top>

https://mail.google.com/mail/help/images/logo.gif" border=0 width=143 height=59 alt=Gmail align=left vspace=10/>

<td width=99% bgcolor=#ffffff valign=top>

<table width=100% cellpadding=1>

<tr valign=bottom>

<td><div align=right>&nbsp;</div></td>

</tr>

<tr>

<td nowrap=nowrap>

<table width=100% align=center cellpadding=0 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>

<tr>

<td class="bubble tl" align=left valign=top>

https://mail.google.com/mail/images/corner_tl.gif class=c alt="" />

</td>

<td class=bubble rowspan=2 style="font-family:arial;text-align:left;font-weight:bold;padding:3 0"><b>Welcome to Gmail</b></td>

<td class="bubble tr" align=right valign=top>

https://mail.google.com/mail/images/corner_tr.gif class=c alt="" />

</td>

</tr>

<tr>

<td class="bubble bl" align=left valign=bottom>

https://mail.google.com/mail/images/corner_bl.gif class=c alt="" />

</td>

<td class="bubble br" align=right valign=bottom>

https://mail.google.com/mail/images/corner_br.gif class=c alt="" />

</td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

</table>

<table width=94% align=center cellpadding=5 cellspacing=1>

<tr>

<td valign=top style="text-align:left"><b>A Google approach to email.</b>

<td valign=top>&nbsp;

</table>

<table width=94% align=center cellpadding=5 cellspacing=1>

<tr>

<td width=75% valign=top>

<p style="margin-bottom: 0;text-align:left"><font size=-1>

Gmail is a new kind of webmail, built on the idea that email can be more intuitive, efficient, and useful. And maybe even fun. After all, Gmail has:</font></p>

<table border="0" cellpadding="0" cellspacing="0" width="90%">

<tr>

<td class="feature-image">&nbsp;</td>

<td class="feature-description">

<font size=-1><b>Fast search</b><br>

Use Google search to <b>find the exact message</b> you want, no matter when it was sent or received.</font>

</td>

<tr>

<td class="feature-image">&nbsp;</td>

<td class="feature-description">

<font size=-1><b>Lots of space</b><br>

Over <span id=quota>2757.272164</span> megabytes (and counting) of free storage so you'll never need to delete another message.</font>

</td>

<tr>

https://www.google.com/accounts/mail/talk_bubbles_small.gif">>

<td class="feature-description">

<font size=-1><b>Chat right inside Gmail</b><br>

It's just one click to chat with the people you already email. You can even save your chats in your Gmail account. Learn" target="_blank">http://mail.google.com/mail/help/intl/en/chat.html">Learn more

</td>

<tr>

https://www.google.com/accounts/mail/mobile_j2me_micro.gif">>

<td class="feature-description">

<font size=-1><b>Mobile access</b><br>

Read Gmail on your mobile phone by pointing your phone's web browser to http://gmail.com/app>. Learn" target="_blank">http://www.google.com/intl/en/mobile/mail/#utm_source=en-cpp-g4mc-gmhp&utm_medium=cpp&utm_campaign=en">Learn more

</td>

</tbody></table>

<table width="100%" align="center" style="padding:10px; margin-top:20px;"><tr><td width="2%">

<tr>

<td width="2%">

http://mail.google.com/mail/help/intl/en/gmail_video.html#utm_source=en-et-gmhpp&utm_medium=et&utm_campaign=en">

http://www.google.com/mail/help/images/mvideo_thumb.jpg" border="0" style="padding-right:15px;"/>

</a>

</td>

<td valign="top" align="left">

<div class="feature-description" >

<font size=-1><b>Gmail: Behind the scenes video</b>

<br>

<span style="color:#CC0000;">New!</span>

Watch" target="_blank">http://mail.google.com/mail/help/intl/en/gmail_video.html#utm_source=en-et-gmhpp&utm_medium=et&utm_campaign=en">Watch a video made by Gmail users around the world!

</font>

</div>

</td>

</tr>

</table>

</td>

<td valign=top>

<!-- login box -->

<div id=login>

<script><!--

function gaia_onLoginSubmit() {

if (window.gaiacb_onLoginSubmit) {

return gaiacb_onLoginSubmit();

} else {

return true;

}

}

function gaia_setFocus() {

var f = null;

if (document.getElementById) {

f = document.getElementById("gaia_loginform");

} else if (window.gaia_loginform) {

f = window.gaia_loginform;

}

if (f) {

if (f.Email.value == null || f.Email.value == "") {

f.Email.focus();

} else {

f.Passwd.focus();

}

}

}

--></script>

<style type="text/css"><!--

div.errormsg

font.errormsg

--></style>

<style type="text/css"><!--

.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }

.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }

.gaia.le.chusr { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }

.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }

.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }

.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }

.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }

.gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller; font-style: italic; }

--></style>

<div id="gaia_loginbox">

<table class="form-noindent" cellspacing="3" cellpadding="5" width="100%" border="0">

<tr>

<td valign="top" style="text-align:center" nowrap="nowrap"

bgcolor="#e8eefa">

<form id="gaia_loginform"

action="https://www.google.com/accounts/ServiceLoginAuth?service=mail" method="post"

onsubmit=

"return(gaia_onLoginSubmit());"

>

<input type="hidden" name="ltmpl"

value="default">

<input type="hidden" name="ltmplcache"

value="2">

<div class="loginBox">

<table id="gaia_table" align="center" border="0" cellpadding="1" cellspacing="0">

<tr>

<td colspan="2" align="center">

<font size="-1">

Sign in to

Gmail

with your

</font>

<table>

<tr>

<td valign="top">

<img src="google_transparent.gif"

alt="Google">

</img>

</td>

<td valign="middle">

<font size="+0"><b>Account</b></font>

</td>

</tr>

</table>

</td>

</tr>

<script type="text/javascript"><!--

function onPreCreateAccount() {

return true;

}

function onPreLogin() {

if (window["onlogin"] != null) {

return onlogin();

} else {

return true;

}

}

--></script>

<tr>

<td colspan="2" align="center">

</td>

</tr>

<tr>

<td nowrap="nowrap">

<div align="right">

<span class="gaia le lbl">

Username:

</span>

</div>

</td>

<td>

<input type="hidden" name="continue" id="continue"

value="http://mail.google.com/mail/?ui=html&zy=l" />

<input type="hidden" name="service" id="service"

value="mail" />

<input type="hidden" name="rm" id="rm"

value="false" />

<input type="hidden" name="ltmpl" id="ltmpl"

value="default" />

<input type="text" name="Email" id="Email"

size="18" value=""

class='gaia le val'

/>

</td>

</tr>

<tr>

<td></td>

<td align="left">

</td>

</tr>

<tr>

<td align="right">

<span class="gaia le lbl">

Password:

</span>

</td>

<td>

<input type="password"

name="Passwd" id="Passwd"

size="18"

class="gaia le val"

/>

</td>

</tr>

<tr>

<td>

</td>

<td align="left">

</td>

</tr>

<tr>

<td align="right" valign="top">

<input type="checkbox" name="PersistentCookie" id="PersistentCookie"

value="yes"

/>

<input type="hidden" name='rmShown' value="1" />

</td>

<td><span class="gaia le rem">

Remember me on this computer.

</span></td>

</tr>

<tr>

<td>

</td>

<td align="left">

<input type="submit" class="gaia le button" name="signIn"

value="Sign in" />

</td>

</tr>

<tr id="ga-fprow">

<td colspan="2" height="33.0" class="gaia le fpwd"

align="center" valign="bottom">

http://mail.google.com/support/bin/answer.py?answer=46346&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfpOnly%3D1%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fui%253Dhtml%2526zy%253Dl%26service%3Dmail&fuUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3FfuOnly%3D1%26continue%3Dhttp%253A%252F%252Fmail.google.com%252Fmail%252F%253Fui%253Dhtml%2526zy%253Dl%26service%3Dmail&hl=en"

target=

"_top"

>

I cannot access my account

</a>

</td>

</tr>

</table>

</div>

</form>

</td>

</tr>

</table>

</div>

</div>

<script>

<!--

FixForm();

// -->

</script>

<!-- end login box -->

<br>

<!-- links box (below login box) -->

<table class=form-noindent cellpadding=0 width=100% bgcolor=#E8EEFA>

<tr bgcolor=#E8EEFA>

<td valign=top><div align=center style="margin:10 0">

<font size=+0>

http://mail.google.com/mail/signup" style="white-space:nowrap">

Sign up for Gmail</a></b>

<br><br>

<font size="-1">

About" target="_blank">http://mail.google.com/mail/help/intl/en/about.html">About Gmail

>     New" target="_blank">http://mail.google.com/mail/help/intl/en/about_whatsnew.html">New features!

</font>

<br>

</font>

</div>

</table>

<!-- end links box (below login box) -->

</table>

<br>

<table width=95% align=center cellpadding=3 cellspacing=0 bgcolor=#C3D9FF style=margin-bottom:5>

<tr>

<td class="bubble tl" align=left valign=top>

https://mail.google.com/mail/images/corner_tl.gif class=c alt="" />

</td>

<td class=bubble rowspan=2 style=text-align:left>

<div align=center>

<font size=-1 color=#666666>&copy;2007 Google -

Gmail" target="_blank">http://www.google.com/a/?utm_source=en-gmail&utm_medium=et&utm_campaign=signin-footer">Gmail for Organizations -

http://mail.google.com/mail/help/intl/en/privacy.html>

Privacy Policy</a> -

http://mail.google.com/mail/help/intl/en/program_policies.html>

Program Policies</a> -

http://www.google.com/accounts/TOS?loc=IN&hl=en>

Terms of Use </a>

</font>

</div>

</td>

<td class="bubble tr" align=right valign=top>

https://mail.google.com/mail/images/corner_tr.gif class=c alt="" />

</td>

</tr>

<tr>

<td class="bubble bl" align=left valign=bottom>

https://mail.google.com/mail/images/corner_bl.gif class=c alt="" />

</td>

<td class="bubble br" align=right valign=bottom>

https://mail.google.com/mail/images/corner_br.gif class=c alt="" />

</td>

</tr>

</table>

<script type="text/javascript"

src="https://ssl.google-analytics.com/urchin_beta.js">

</script>

<script type="text/javascript">

_uacct="UA-992684-1";

_utcp="/accounts/";

_udn="google.com";

_uRno[0]=".google.com";

_usample=10;

urchinTracker("/mail/gaia/homepage");

urchinPathCopy("/mail/");

</script>

</body>

</html>