watir 1.6.5 → 1.6.6.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +461 -326
- data/VERSION +1 -0
- data/bin/watir-console +6 -6
- data/lib/changes.rb +3 -3
- data/lib/license.rb +38 -38
- data/lib/readme.rb +140 -140
- data/lib/watir/WindowHelper.rb +49 -49
- data/lib/watir/camel_case.rb +66 -66
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +392 -344
- data/lib/watir/container.rb +857 -815
- data/lib/watir/contrib/enabled_popup.rb +20 -20
- data/lib/watir/contrib/ie-new-process.rb +27 -27
- data/lib/watir/contrib/page_checker.rb +29 -29
- data/lib/watir/cookiemanager.rb +55 -55
- data/lib/watir/core.rb +28 -0
- data/lib/watir/core_ext.rb +17 -17
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +351 -343
- data/lib/watir/element_collections.rb +97 -97
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/html_element.rb +22 -0
- data/lib/watir/ie-class.rb +1006 -1009
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +70 -133
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +614 -572
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +200 -176
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/module.rb +37 -0
- data/lib/watir/non_control_elements.rb +145 -145
- data/lib/watir/page-container.rb +116 -107
- data/lib/watir/popup.rb +29 -29
- data/lib/watir/process.rb +19 -19
- data/lib/watir/screen_capture.rb +115 -115
- data/lib/watir/setFileDialog.rb +16 -16
- data/lib/watir/table.rb +395 -362
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -35
- data/lib/watir/win32ole.rb +14 -14
- data/lib/watir/winClicker.rb +496 -496
- data/rakefile.rb +70 -0
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -179
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/click_no_wait_test.rb +21 -0
- data/unittests/core_tests.rb +17 -17
- data/unittests/css_test.rb +42 -35
- data/unittests/defer_test.rb +46 -46
- data/unittests/dialog_test.rb +77 -77
- data/unittests/div2_xpath_test.rb +21 -21
- data/unittests/div_test.rb +188 -188
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/element_test.rb +49 -0
- data/unittests/errorchecker_test.rb +32 -22
- data/unittests/filefield_test.rb +39 -39
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -280
- data/unittests/form_xpath_test.rb +252 -252
- data/unittests/frame_test.rb +155 -155
- data/unittests/google_form_test.rb +15 -15
- data/unittests/html/JavascriptClick.html +39 -39
- data/unittests/html/blankpage.html +11 -11
- data/unittests/html/buttons1.html +40 -40
- data/unittests/html/checkboxes1.html +89 -89
- data/unittests/html/click_no_wait.html +14 -0
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +59 -59
- data/unittests/html/div.html +93 -93
- data/unittests/html/div_xml.html +20 -20
- data/unittests/html/fileupload.html +45 -45
- data/unittests/html/formTest1.html +38 -38
- data/unittests/html/forms2.html +44 -44
- data/unittests/html/forms3.html +131 -131
- data/unittests/html/forms4.html +27 -27
- data/unittests/html/frame_buttons.html +3 -3
- data/unittests/html/frame_links.html +3 -3
- data/unittests/html/frame_multi.html +4 -4
- data/unittests/html/google_india.html +119 -119
- data/unittests/html/iframeTest.html +12 -12
- data/unittests/html/iframeTest1.html +6 -6
- data/unittests/html/iframeTest2.html +5 -5
- data/unittests/html/images1.html +66 -66
- data/unittests/html/javascriptevents.html +35 -35
- data/unittests/html/link_pass.html +10 -10
- data/unittests/html/links1.html +38 -38
- data/unittests/html/links2.html +10 -10
- data/unittests/html/links_multi.html +14 -14
- data/unittests/html/list_matters.html +720 -720
- data/unittests/html/lists.html +17 -17
- data/unittests/html/map_test.html +31 -31
- data/unittests/html/modal_dialog.html +10 -10
- data/unittests/html/modal_dialog_launcher.html +11 -11
- data/unittests/html/nestedFrames.html +6 -6
- data/unittests/html/new_browser.html +16 -16
- data/unittests/html/pass.html +12 -12
- data/unittests/html/popups1.html +59 -59
- data/unittests/html/pre.html +27 -27
- data/unittests/html/radioButtons1.html +71 -71
- data/unittests/html/select_tealeaf.html +54 -54
- data/unittests/html/selectboxes1.html +52 -52
- data/unittests/html/simple_table.html +26 -26
- data/unittests/html/simple_table_buttons.html +104 -104
- data/unittests/html/simple_table_columns.html +76 -76
- data/unittests/html/table1.html +181 -181
- data/unittests/html/tableCell_using_xpath.html +19 -19
- data/unittests/html/table_and_tablerow_to_a.html +174 -0
- data/unittests/html/textarea.html +30 -30
- data/unittests/html/textfields1.html +88 -88
- data/unittests/html/textsearch.html +44 -44
- data/unittests/html/wallofcheckboxes.html +1003 -1003
- data/unittests/html/xpath_nbsp.html +12 -12
- data/unittests/ie_exists_test.rb +33 -33
- data/unittests/ie_mock.rb +94 -94
- data/unittests/ie_test.rb +51 -51
- data/unittests/images_test.rb +157 -157
- data/unittests/images_xpath_test.rb +91 -91
- data/unittests/links_multi_test.rb +48 -48
- data/unittests/links_test.rb +175 -175
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/lists_test.rb +32 -32
- data/unittests/map_test.rb +98 -98
- data/unittests/minmax_test.rb +31 -31
- data/unittests/navigate_test.rb +39 -39
- data/unittests/nbsp_xpath_test.rb +16 -16
- data/unittests/non_core_tests.rb +12 -12
- data/unittests/other/WindowLogonExample.rb +27 -27
- data/unittests/other/WindowLogonExtra.rb +6 -6
- data/unittests/other/all_tests_concurrent.rb +57 -57
- data/unittests/other/jscriptExtraAlert.rb +6 -6
- data/unittests/other/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/other/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/other/jscriptPushButton.rb +6 -6
- data/unittests/other/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -27
- data/unittests/other/screen_capture_test.rb +54 -54
- data/unittests/other/testcase_method_order_test.rb +35 -35
- data/unittests/other/testcase_verify_test.rb +24 -24
- data/unittests/other/wait_until_test.rb +99 -99
- data/unittests/pagecontainstext_test.rb +69 -69
- data/unittests/parent_child_test.rb +43 -43
- data/unittests/perf_test.rb +20 -20
- data/unittests/popups_test.rb +43 -43
- data/unittests/pre_test.rb +53 -53
- data/unittests/radios_test.rb +212 -212
- data/unittests/radios_xpath_test.rb +101 -101
- data/unittests/security_setting_test.rb +23 -23
- data/unittests/selectbox_test.rb +148 -148
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +87 -77
- data/unittests/speed_settings_test.rb +67 -67
- data/unittests/table_and_tablerow_to_a_test.rb +117 -0
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -376
- data/unittests/table_xpath_test.rb +110 -110
- data/unittests/test_tests.rb +9 -9
- data/unittests/textarea_test.rb +92 -92
- data/unittests/textarea_xpath_test.rb +78 -78
- data/unittests/textfield_for_ch_char_test.rb +31 -31
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -10
- data/unittests/windows/attach_to_existing_window_test.rb +53 -53
- data/unittests/windows/attach_to_new_window_test.rb +83 -83
- data/unittests/windows/close_window_test.rb +20 -20
- data/unittests/windows/frame_links_test.rb +25 -25
- data/unittests/windows/ie-each_test.rb +47 -47
- data/unittests/windows/iedialog_test.rb +54 -54
- data/unittests/windows/js_events_test.rb +42 -55
- data/unittests/windows/modal_dialog_test.rb +128 -128
- data/unittests/windows/new_test.rb +57 -57
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -33
- data/unittests/xpath_tests.rb +10 -10
- metadata +85 -31
- data/lib/watir/utils.rb +0 -20
- data/lib/watir/version.rb +0 -5
data/unittests/html/forms3.html
CHANGED
@@ -1,132 +1,132 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for Forms
|
5
|
-
</title>
|
6
|
-
|
7
|
-
<script>
|
8
|
-
function showHidden(){
|
9
|
-
|
10
|
-
document.all.vis1.value = document.all.hid1.value;
|
11
|
-
document.all.vis2.value = document.getElementById("hidden_1").value;
|
12
|
-
|
13
|
-
}
|
14
|
-
|
15
|
-
|
16
|
-
</script>
|
17
|
-
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
CVS Revision: "$Revision$"
|
21
|
-
<br>
|
22
|
-
<br>
|
23
|
-
<table>
|
24
|
-
<tr>
|
25
|
-
<td>
|
26
|
-
<form method = get action = pass.html>
|
27
|
-
<input type = button name = b1 id = b2 value = "Click Me" >
|
28
|
-
</form>
|
29
|
-
|
30
|
-
<td>
|
31
|
-
|
32
|
-
|
33
|
-
<tr>
|
34
|
-
<td>
|
35
|
-
<form name = test2 method = get action = pass2.html>
|
36
|
-
<ul>
|
37
|
-
<li>ListItem1 </li>
|
38
|
-
<li><span>ListItem2</span></li>
|
39
|
-
</ul>
|
40
|
-
|
41
|
-
|
42
|
-
<br><input type = checkbox name = check1 value = 10 >
|
43
|
-
<br><input type = checkbox name = check1 value = 20 >
|
44
|
-
<br><input type = checkbox name = check1 value = 30 >
|
45
|
-
|
46
|
-
<br><input selected type = radio name = r1 value = 'a' >
|
47
|
-
<br><input type = radio name = r1 value = 'b' >
|
48
|
-
<br><input type = radio name = r1 value = 'c' >
|
49
|
-
<br><input type = radio name = r1 value = 'd' >
|
50
|
-
|
51
|
-
<br><input type = text id = t1>
|
52
|
-
<br><input type = text id = t2>
|
53
|
-
|
54
|
-
<br><select name = s1>
|
55
|
-
<option>1</option>
|
56
|
-
<option>2</option>
|
57
|
-
</select>
|
58
|
-
|
59
|
-
<br><select multiple visible=3 name = s2>
|
60
|
-
<option>1</option>
|
61
|
-
<option>2</option>
|
62
|
-
<option>3</option>
|
63
|
-
<option>4</option>
|
64
|
-
<option>5</option>
|
65
|
-
<option>6</option>
|
66
|
-
|
67
|
-
</select>
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
<br><input type = submit value=Submit><input type = reset id = reset_button>
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
</form>
|
77
|
-
<td>
|
78
|
-
<tr bgcolor=blue>
|
79
|
-
<td>
|
80
|
-
<input type = text name = g1 value = 'textfield' >
|
81
|
-
<br>
|
82
|
-
<input type = button name = g1 value ='button'>
|
83
|
-
<br>
|
84
|
-
<input type = checkbox name = g1 value='1'>
|
85
|
-
<br>
|
86
|
-
<input type = radio name = g1 value = '2'>
|
87
|
-
<br>
|
88
|
-
|
89
|
-
<td> These objects all have the same name
|
90
|
-
|
91
|
-
|
92
|
-
<tr bgcolor=lightblue>
|
93
|
-
<td >
|
94
|
-
<input type = text id = g1 value = 'textfield_id' >
|
95
|
-
<br>
|
96
|
-
<input type = button id = g1 value ='button_id'>
|
97
|
-
<br>
|
98
|
-
<input type = checkbox id= g1 value='1_id'>
|
99
|
-
<br>
|
100
|
-
<input type = radio id = g1 value = '2_id'>
|
101
|
-
<br>
|
102
|
-
|
103
|
-
<td> These objects all have the same id
|
104
|
-
|
105
|
-
<tr>
|
106
|
-
<td>
|
107
|
-
<form name = buttonsubmit method = get action = pass.html>
|
108
|
-
<p>This form has a submit button that is an image</p>
|
109
|
-
<input type = text name = tt1>
|
110
|
-
<input type = image src = images/button.jpg alt = "submit" name=imm>
|
111
|
-
</form>
|
112
|
-
|
113
|
-
<form name = has_a_hidden>
|
114
|
-
This is in a form. The form has hidden objects.
|
115
|
-
<br>
|
116
|
-
The first has a name - hid1<input type = hidden name = hid1>
|
117
|
-
<br>
|
118
|
-
The second has an id- hidden_1<input type = hidden id= hidden_1>
|
119
|
-
|
120
|
-
Click This Button to see the values in these boxes
|
121
|
-
<input type = button value='Show Hidden' onClick='javascript:showHidden();'>
|
122
|
-
<br>
|
123
|
-
<input type = text name = vis1>
|
124
|
-
<br>
|
125
|
-
<input type = text name = vis2>
|
126
|
-
|
127
|
-
</form
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for Forms
|
5
|
+
</title>
|
6
|
+
|
7
|
+
<script>
|
8
|
+
function showHidden(){
|
9
|
+
|
10
|
+
document.all.vis1.value = document.all.hid1.value;
|
11
|
+
document.all.vis2.value = document.getElementById("hidden_1").value;
|
12
|
+
|
13
|
+
}
|
14
|
+
|
15
|
+
|
16
|
+
</script>
|
17
|
+
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
CVS Revision: "$Revision$"
|
21
|
+
<br>
|
22
|
+
<br>
|
23
|
+
<table>
|
24
|
+
<tr>
|
25
|
+
<td>
|
26
|
+
<form method = get action = pass.html>
|
27
|
+
<input type = button name = b1 id = b2 value = "Click Me" >
|
28
|
+
</form>
|
29
|
+
|
30
|
+
<td>
|
31
|
+
|
32
|
+
|
33
|
+
<tr>
|
34
|
+
<td>
|
35
|
+
<form name = test2 method = get action = pass2.html>
|
36
|
+
<ul>
|
37
|
+
<li>ListItem1 </li>
|
38
|
+
<li><span>ListItem2</span></li>
|
39
|
+
</ul>
|
40
|
+
|
41
|
+
|
42
|
+
<br><input type = checkbox name = check1 value = 10 >
|
43
|
+
<br><input type = checkbox name = check1 value = 20 >
|
44
|
+
<br><input type = checkbox name = check1 value = 30 >
|
45
|
+
|
46
|
+
<br><input selected type = radio name = r1 value = 'a' >
|
47
|
+
<br><input type = radio name = r1 value = 'b' >
|
48
|
+
<br><input type = radio name = r1 value = 'c' >
|
49
|
+
<br><input type = radio name = r1 value = 'd' >
|
50
|
+
|
51
|
+
<br><input type = text id = t1>
|
52
|
+
<br><input type = text id = t2>
|
53
|
+
|
54
|
+
<br><select name = s1>
|
55
|
+
<option>1</option>
|
56
|
+
<option>2</option>
|
57
|
+
</select>
|
58
|
+
|
59
|
+
<br><select multiple visible=3 name = s2>
|
60
|
+
<option>1</option>
|
61
|
+
<option>2</option>
|
62
|
+
<option>3</option>
|
63
|
+
<option>4</option>
|
64
|
+
<option>5</option>
|
65
|
+
<option>6</option>
|
66
|
+
|
67
|
+
</select>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<br><input type = submit value=Submit><input type = reset id = reset_button>
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
</form>
|
77
|
+
<td>
|
78
|
+
<tr bgcolor=blue>
|
79
|
+
<td>
|
80
|
+
<input type = text name = g1 value = 'textfield' >
|
81
|
+
<br>
|
82
|
+
<input type = button name = g1 value ='button'>
|
83
|
+
<br>
|
84
|
+
<input type = checkbox name = g1 value='1'>
|
85
|
+
<br>
|
86
|
+
<input type = radio name = g1 value = '2'>
|
87
|
+
<br>
|
88
|
+
|
89
|
+
<td> These objects all have the same name
|
90
|
+
|
91
|
+
|
92
|
+
<tr bgcolor=lightblue>
|
93
|
+
<td >
|
94
|
+
<input type = text id = g1 value = 'textfield_id' >
|
95
|
+
<br>
|
96
|
+
<input type = button id = g1 value ='button_id'>
|
97
|
+
<br>
|
98
|
+
<input type = checkbox id= g1 value='1_id'>
|
99
|
+
<br>
|
100
|
+
<input type = radio id = g1 value = '2_id'>
|
101
|
+
<br>
|
102
|
+
|
103
|
+
<td> These objects all have the same id
|
104
|
+
|
105
|
+
<tr>
|
106
|
+
<td>
|
107
|
+
<form name = buttonsubmit method = get action = pass.html>
|
108
|
+
<p>This form has a submit button that is an image</p>
|
109
|
+
<input type = text name = tt1>
|
110
|
+
<input type = image src = images/button.jpg alt = "submit" name=imm>
|
111
|
+
</form>
|
112
|
+
|
113
|
+
<form name = has_a_hidden>
|
114
|
+
This is in a form. The form has hidden objects.
|
115
|
+
<br>
|
116
|
+
The first has a name - hid1<input type = hidden name = hid1>
|
117
|
+
<br>
|
118
|
+
The second has an id- hidden_1<input type = hidden id= hidden_1>
|
119
|
+
|
120
|
+
Click This Button to see the values in these boxes
|
121
|
+
<input type = button value='Show Hidden' onClick='javascript:showHidden();'>
|
122
|
+
<br>
|
123
|
+
<input type = text name = vis1>
|
124
|
+
<br>
|
125
|
+
<input type = text name = vis2>
|
126
|
+
|
127
|
+
</form
|
128
|
+
|
129
|
+
|
130
|
+
|
131
|
+
</body>
|
132
132
|
</html>
|
data/unittests/html/forms4.html
CHANGED
@@ -1,27 +1,27 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Test page for forms</title>
|
5
|
-
</head>
|
6
|
-
<body>
|
7
|
-
CVS Revision: $Revision $
|
8
|
-
<br>
|
9
|
-
<br>
|
10
|
-
<table>
|
11
|
-
<tbody>
|
12
|
-
<tr>
|
13
|
-
<td>
|
14
|
-
<form name="apple_form" method="get" action="pass.html"> <input
|
15
|
-
name="name" value="apple" type="text"> </form>
|
16
|
-
</td>
|
17
|
-
</tr>
|
18
|
-
<tr>
|
19
|
-
<td>
|
20
|
-
<form name="banana_form" method="get" action="pass2.html"> <input
|
21
|
-
name="name" value="banana" type="text"> </form>
|
22
|
-
</td>
|
23
|
-
</tr>
|
24
|
-
</tbody>
|
25
|
-
</table>
|
26
|
-
</body>
|
27
|
-
</html>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>Test page for forms</title>
|
5
|
+
</head>
|
6
|
+
<body>
|
7
|
+
CVS Revision: $Revision $
|
8
|
+
<br>
|
9
|
+
<br>
|
10
|
+
<table>
|
11
|
+
<tbody>
|
12
|
+
<tr>
|
13
|
+
<td>
|
14
|
+
<form name="apple_form" method="get" action="pass.html"> <input
|
15
|
+
name="name" value="apple" type="text"> </form>
|
16
|
+
</td>
|
17
|
+
</tr>
|
18
|
+
<tr>
|
19
|
+
<td>
|
20
|
+
<form name="banana_form" method="get" action="pass2.html"> <input
|
21
|
+
name="name" value="banana" type="text"> </form>
|
22
|
+
</td>
|
23
|
+
</tr>
|
24
|
+
</tbody>
|
25
|
+
</table>
|
26
|
+
</body>
|
27
|
+
</html>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<frameset cols=50,50 >
|
2
|
-
<frame src = buttons1.html name = buttonFrame>
|
3
|
-
<frame src = blankpage.html name = buttonFrame2>
|
1
|
+
<frameset cols=50,50 >
|
2
|
+
<frame src = buttons1.html name = buttonFrame>
|
3
|
+
<frame src = blankpage.html name = buttonFrame2>
|
4
4
|
</frameset>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<frameset cols=50,50 >
|
2
|
-
<frame src = links1.html name = linkFrame>
|
3
|
-
<frame src = blankpage.html name = linkFrame2>
|
1
|
+
<frameset cols=50,50 >
|
2
|
+
<frame src = links1.html name = linkFrame>
|
3
|
+
<frame src = blankpage.html name = linkFrame2>
|
4
4
|
</frameset>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<frameset cols=50,25,25 >
|
2
|
-
<frame src = buttons1.html name = buttonFrame id = first_frame>
|
3
|
-
<frame src = blankpage.html name = buttonFrame2 id = second_frame>
|
4
|
-
<frame src = pass.html>
|
1
|
+
<frameset cols=50,25,25 >
|
2
|
+
<frame src = buttons1.html name = buttonFrame id = first_frame>
|
3
|
+
<frame src = blankpage.html name = buttonFrame2 id = second_frame>
|
4
|
+
<frame src = pass.html>
|
5
5
|
</frameset>
|
@@ -1,119 +1,119 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
-
<!-- saved from url=(0024)http://www.google.co.in/ -->
|
3
|
-
<HTML><HEAD><TITLE>Google</TITLE>
|
4
|
-
<META http-equiv=content-type content="text/html; charset=UTF-8">
|
5
|
-
<STYLE>BODY {
|
6
|
-
FONT-FAMILY: arial,sans-serif
|
7
|
-
}
|
8
|
-
TD {
|
9
|
-
FONT-FAMILY: arial,sans-serif
|
10
|
-
}
|
11
|
-
A {
|
12
|
-
FONT-FAMILY: arial,sans-serif
|
13
|
-
}
|
14
|
-
P {
|
15
|
-
FONT-FAMILY: arial,sans-serif
|
16
|
-
}
|
17
|
-
.h {
|
18
|
-
FONT-FAMILY: arial,sans-serif
|
19
|
-
}
|
20
|
-
.h {
|
21
|
-
FONT-SIZE: 20px
|
22
|
-
}
|
23
|
-
.q {
|
24
|
-
COLOR: #0000cc
|
25
|
-
}
|
26
|
-
</STYLE>
|
27
|
-
|
28
|
-
<SCRIPT>
|
29
|
-
<!--
|
30
|
-
function sf(){document.f.q.focus();}
|
31
|
-
function clk(url,ct,cd,sg){if(document.images){var u="";if (url) u="&url="+escape(url).replace(/\+/g,"%2B");new Image().src="/url?sa=T&ct="+escape(ct)+"&cd="+escape(cd)+u+"&ei=7doRRJDEGJOssgHNw9j1Cg"+sg;}return true;}
|
32
|
-
// -->
|
33
|
-
</SCRIPT>
|
34
|
-
|
35
|
-
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
|
36
|
-
<BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff
|
37
|
-
topMargin=3 onload=sf() marginheight="3">
|
38
|
-
<CENTER>
|
39
|
-
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
40
|
-
<TBODY>
|
41
|
-
<TR>
|
42
|
-
<TD noWrap align=right><FONT size=-1><A
|
43
|
-
onmousedown="return clk('/url?sa=p&pref=ig&pval=2&q=http://www.google.co.in/ig%3Fhl%3Den','pro','hppphnu:def','')"
|
44
|
-
href="http://www.google.co.in/url?sa=p&pref=ig&pval=2&q=http://www.google.co.in/ig%3Fhl%3Den">Personalized
|
45
|
-
Home</A> | <A
|
46
|
-
href="https://www.google.com/accounts/Login?continue=http://www.google.co.in/&hl=en">Sign
|
47
|
-
in</A></FONT></TD></TR>
|
48
|
-
<TR height=4>
|
49
|
-
<TD><IMG height=1 alt="" width=1></TD></TR></TBODY></TABLE>
|
50
|
-
<TABLE cellSpacing=0 cellPadding=0 border=0>
|
51
|
-
<TBODY>
|
52
|
-
<TR>
|
53
|
-
<TD vAlign=bottom align=right><IMG height=78 alt=Google
|
54
|
-
src="google_india_files/hp0.gif" width=158></TD>
|
55
|
-
<TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp1.gif"
|
56
|
-
width=50></TD>
|
57
|
-
<TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp2.gif"
|
58
|
-
width=68></TD></TR>
|
59
|
-
<TR>
|
60
|
-
<TD class=h vAlign=top align=right><B></B></TD>
|
61
|
-
<TD vAlign=top><IMG height=32 alt="" src="google_india_files/hp3.gif"
|
62
|
-
width=50></TD>
|
63
|
-
<TD class=h vAlign=top><FONT style="FONT-SIZE: 16px"
|
64
|
-
color=#6f6f6f><B>India</B></FONT></TD></TR></TBODY></TABLE><BR>
|
65
|
-
<FORM name=f action=/search>
|
66
|
-
<SCRIPT><!--
|
67
|
-
function qs(el) {if (window.RegExp && window.encodeURIComponent) {var ue=el.href;var qe=encodeURIComponent(document.f.q.value);if(ue.indexOf("q=")!=-1){el.href=ue.replace(new RegExp("q=[^&$]*"),"q="+qe);}else{el.href=ue+"&q="+qe;}}return 1;}
|
68
|
-
// -->
|
69
|
-
</SCRIPT>
|
70
|
-
|
71
|
-
<TABLE cellSpacing=0 cellPadding=4 border=0>
|
72
|
-
<TBODY>
|
73
|
-
<TR>
|
74
|
-
<TD noWrap><FONT size=-1><B>Web</B> <A class=q
|
75
|
-
id=1a onclick="return qs(this);"
|
76
|
-
href="http://www.google.co.in/imghp?hl=en&tab=wi">Images</A> <A
|
77
|
-
class=q id=2a onclick="return qs(this);"
|
78
|
-
href="http://groups.google.co.in/grphp?hl=en&tab=wg">Groups</A> <A
|
79
|
-
class=q id=4a onclick="return qs(this);"
|
80
|
-
href="http://news.google.co.in/nwshp?hl=en&tab=wn">News</A> <!--"/*"/*--><FONT
|
81
|
-
size=-1><A class=q onclick="return window.qs?qs(this):1"
|
82
|
-
href="http://127.0.0.1:4664/&s=WVXmRenerLHxmR4w8rjatUMGWkE">Desktop</A></FONT> <B><A
|
83
|
-
class=q
|
84
|
-
href="http://www.google.co.in/intl/en/options/">more »</A></B></FONT></TD></TR></TBODY></TABLE>
|
85
|
-
<TABLE cellSpacing=0 cellPadding=0>
|
86
|
-
<TBODY>
|
87
|
-
<TR>
|
88
|
-
<TD width="25%"> </TD>
|
89
|
-
<TD align=middle><INPUT type=hidden value=en name=hl><INPUT
|
90
|
-
title="Google Search" maxLength=2048 size=55 name=q><BR><INPUT type=submit value="Google Search" name=btnG><INPUT type=submit value="I'm Feeling Lucky" name=btnI></TD>
|
91
|
-
<TD vAlign=top noWrap width="25%"><FONT size=-2> <A
|
92
|
-
href="http://www.google.co.in/advanced_search?hl=en">Advanced
|
93
|
-
Search</A><BR> <A
|
94
|
-
href="http://www.google.co.in/preferences?hl=en">Preferences</A><BR> <A
|
95
|
-
href="http://www.google.co.in/language_tools?hl=en">Language
|
96
|
-
Tools</A></FONT></TD></TR>
|
97
|
-
<TR>
|
98
|
-
<TD align=middle colSpan=3><FONT size=-1>Search: <INPUT id=all type=radio
|
99
|
-
CHECKED value="" name=meta><LABEL for=all> the web</LABEL><INPUT id=cty
|
100
|
-
type=radio value=cr=countryIN name=meta><LABEL for=cty>pages from
|
101
|
-
India</LABEL></FONT></TD></TR></TBODY></TABLE></FORM><BR><FONT
|
102
|
-
size=-1>Google.co.in offered in: <A href="http://www.google.co.in/hi">Hindi</A>
|
103
|
-
<A href="http://www.google.co.in/bn">Bengali</A> <A
|
104
|
-
href="http://www.google.co.in/te">Telugu</A> <A
|
105
|
-
href="http://www.google.co.in/mr">Marathi</A> <A
|
106
|
-
href="http://www.google.co.in/ta">Tamil</A> </FONT><BR><BR><BR><FONT size=-1><A
|
107
|
-
href="http://www.google.co.in/ads/">Advertising Programs</A> - <A
|
108
|
-
href="http://www.google.co.in/intl/en/about.html">About Google</A> - <A
|
109
|
-
onmousedown="return clk(this.href,'pro','hppwebjob:en_in','')"
|
110
|
-
href="http://www.google.co.in/jobs/positions-in.html">We're Hiring</A> - <A
|
111
|
-
href="http://www.google.com/ncr">Go to Google.com</A><SPAN id=hp
|
112
|
-
style="BEHAVIOR: url(#default#homepage)"></SPAN>
|
113
|
-
<SCRIPT>
|
114
|
-
//<!--
|
115
|
-
if (!hp.isHomePage('http://www.google.co.in/')) {document.write("<p><a href=\"/mgyhp.html\" onClick=\"style.behavior='url(#default#homepage)';setHomePage('http://www.google.co.in/');\">Make Google Your Homepage!</a>");}
|
116
|
-
//-->
|
117
|
-
</SCRIPT>
|
118
|
-
</FONT>
|
119
|
-
<P><FONT size=-2>©2006 Google</FONT></P></CENTER></BODY></HTML>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
+
<!-- saved from url=(0024)http://www.google.co.in/ -->
|
3
|
+
<HTML><HEAD><TITLE>Google</TITLE>
|
4
|
+
<META http-equiv=content-type content="text/html; charset=UTF-8">
|
5
|
+
<STYLE>BODY {
|
6
|
+
FONT-FAMILY: arial,sans-serif
|
7
|
+
}
|
8
|
+
TD {
|
9
|
+
FONT-FAMILY: arial,sans-serif
|
10
|
+
}
|
11
|
+
A {
|
12
|
+
FONT-FAMILY: arial,sans-serif
|
13
|
+
}
|
14
|
+
P {
|
15
|
+
FONT-FAMILY: arial,sans-serif
|
16
|
+
}
|
17
|
+
.h {
|
18
|
+
FONT-FAMILY: arial,sans-serif
|
19
|
+
}
|
20
|
+
.h {
|
21
|
+
FONT-SIZE: 20px
|
22
|
+
}
|
23
|
+
.q {
|
24
|
+
COLOR: #0000cc
|
25
|
+
}
|
26
|
+
</STYLE>
|
27
|
+
|
28
|
+
<SCRIPT>
|
29
|
+
<!--
|
30
|
+
function sf(){document.f.q.focus();}
|
31
|
+
function clk(url,ct,cd,sg){if(document.images){var u="";if (url) u="&url="+escape(url).replace(/\+/g,"%2B");new Image().src="/url?sa=T&ct="+escape(ct)+"&cd="+escape(cd)+u+"&ei=7doRRJDEGJOssgHNw9j1Cg"+sg;}return true;}
|
32
|
+
// -->
|
33
|
+
</SCRIPT>
|
34
|
+
|
35
|
+
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
|
36
|
+
<BODY text=#000000 vLink=#551a8b aLink=#ff0000 link=#0000cc bgColor=#ffffff
|
37
|
+
topMargin=3 onload=sf() marginheight="3">
|
38
|
+
<CENTER>
|
39
|
+
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
|
40
|
+
<TBODY>
|
41
|
+
<TR>
|
42
|
+
<TD noWrap align=right><FONT size=-1><A
|
43
|
+
onmousedown="return clk('/url?sa=p&pref=ig&pval=2&q=http://www.google.co.in/ig%3Fhl%3Den','pro','hppphnu:def','')"
|
44
|
+
href="http://www.google.co.in/url?sa=p&pref=ig&pval=2&q=http://www.google.co.in/ig%3Fhl%3Den">Personalized
|
45
|
+
Home</A> | <A
|
46
|
+
href="https://www.google.com/accounts/Login?continue=http://www.google.co.in/&hl=en">Sign
|
47
|
+
in</A></FONT></TD></TR>
|
48
|
+
<TR height=4>
|
49
|
+
<TD><IMG height=1 alt="" width=1></TD></TR></TBODY></TABLE>
|
50
|
+
<TABLE cellSpacing=0 cellPadding=0 border=0>
|
51
|
+
<TBODY>
|
52
|
+
<TR>
|
53
|
+
<TD vAlign=bottom align=right><IMG height=78 alt=Google
|
54
|
+
src="google_india_files/hp0.gif" width=158></TD>
|
55
|
+
<TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp1.gif"
|
56
|
+
width=50></TD>
|
57
|
+
<TD vAlign=bottom><IMG height=78 alt="" src="google_india_files/hp2.gif"
|
58
|
+
width=68></TD></TR>
|
59
|
+
<TR>
|
60
|
+
<TD class=h vAlign=top align=right><B></B></TD>
|
61
|
+
<TD vAlign=top><IMG height=32 alt="" src="google_india_files/hp3.gif"
|
62
|
+
width=50></TD>
|
63
|
+
<TD class=h vAlign=top><FONT style="FONT-SIZE: 16px"
|
64
|
+
color=#6f6f6f><B>India</B></FONT></TD></TR></TBODY></TABLE><BR>
|
65
|
+
<FORM name=f action=/search>
|
66
|
+
<SCRIPT><!--
|
67
|
+
function qs(el) {if (window.RegExp && window.encodeURIComponent) {var ue=el.href;var qe=encodeURIComponent(document.f.q.value);if(ue.indexOf("q=")!=-1){el.href=ue.replace(new RegExp("q=[^&$]*"),"q="+qe);}else{el.href=ue+"&q="+qe;}}return 1;}
|
68
|
+
// -->
|
69
|
+
</SCRIPT>
|
70
|
+
|
71
|
+
<TABLE cellSpacing=0 cellPadding=4 border=0>
|
72
|
+
<TBODY>
|
73
|
+
<TR>
|
74
|
+
<TD noWrap><FONT size=-1><B>Web</B> <A class=q
|
75
|
+
id=1a onclick="return qs(this);"
|
76
|
+
href="http://www.google.co.in/imghp?hl=en&tab=wi">Images</A> <A
|
77
|
+
class=q id=2a onclick="return qs(this);"
|
78
|
+
href="http://groups.google.co.in/grphp?hl=en&tab=wg">Groups</A> <A
|
79
|
+
class=q id=4a onclick="return qs(this);"
|
80
|
+
href="http://news.google.co.in/nwshp?hl=en&tab=wn">News</A> <!--"/*"/*--><FONT
|
81
|
+
size=-1><A class=q onclick="return window.qs?qs(this):1"
|
82
|
+
href="http://127.0.0.1:4664/&s=WVXmRenerLHxmR4w8rjatUMGWkE">Desktop</A></FONT> <B><A
|
83
|
+
class=q
|
84
|
+
href="http://www.google.co.in/intl/en/options/">more »</A></B></FONT></TD></TR></TBODY></TABLE>
|
85
|
+
<TABLE cellSpacing=0 cellPadding=0>
|
86
|
+
<TBODY>
|
87
|
+
<TR>
|
88
|
+
<TD width="25%"> </TD>
|
89
|
+
<TD align=middle><INPUT type=hidden value=en name=hl><INPUT
|
90
|
+
title="Google Search" maxLength=2048 size=55 name=q><BR><INPUT type=submit value="Google Search" name=btnG><INPUT type=submit value="I'm Feeling Lucky" name=btnI></TD>
|
91
|
+
<TD vAlign=top noWrap width="25%"><FONT size=-2> <A
|
92
|
+
href="http://www.google.co.in/advanced_search?hl=en">Advanced
|
93
|
+
Search</A><BR> <A
|
94
|
+
href="http://www.google.co.in/preferences?hl=en">Preferences</A><BR> <A
|
95
|
+
href="http://www.google.co.in/language_tools?hl=en">Language
|
96
|
+
Tools</A></FONT></TD></TR>
|
97
|
+
<TR>
|
98
|
+
<TD align=middle colSpan=3><FONT size=-1>Search: <INPUT id=all type=radio
|
99
|
+
CHECKED value="" name=meta><LABEL for=all> the web</LABEL><INPUT id=cty
|
100
|
+
type=radio value=cr=countryIN name=meta><LABEL for=cty>pages from
|
101
|
+
India</LABEL></FONT></TD></TR></TBODY></TABLE></FORM><BR><FONT
|
102
|
+
size=-1>Google.co.in offered in: <A href="http://www.google.co.in/hi">Hindi</A>
|
103
|
+
<A href="http://www.google.co.in/bn">Bengali</A> <A
|
104
|
+
href="http://www.google.co.in/te">Telugu</A> <A
|
105
|
+
href="http://www.google.co.in/mr">Marathi</A> <A
|
106
|
+
href="http://www.google.co.in/ta">Tamil</A> </FONT><BR><BR><BR><FONT size=-1><A
|
107
|
+
href="http://www.google.co.in/ads/">Advertising Programs</A> - <A
|
108
|
+
href="http://www.google.co.in/intl/en/about.html">About Google</A> - <A
|
109
|
+
onmousedown="return clk(this.href,'pro','hppwebjob:en_in','')"
|
110
|
+
href="http://www.google.co.in/jobs/positions-in.html">We're Hiring</A> - <A
|
111
|
+
href="http://www.google.com/ncr">Go to Google.com</A><SPAN id=hp
|
112
|
+
style="BEHAVIOR: url(#default#homepage)"></SPAN>
|
113
|
+
<SCRIPT>
|
114
|
+
//<!--
|
115
|
+
if (!hp.isHomePage('http://www.google.co.in/')) {document.write("<p><a href=\"/mgyhp.html\" onClick=\"style.behavior='url(#default#homepage)';setHomePage('http://www.google.co.in/');\">Make Google Your Homepage!</a>");}
|
116
|
+
//-->
|
117
|
+
</SCRIPT>
|
118
|
+
</FONT>
|
119
|
+
<P><FONT size=-2>©2006 Google</FONT></P></CENTER></BODY></HTML>
|