| OLD | NEW |
| (Empty) |
| 1 <html> | |
| 2 <head> | |
| 3 | |
| 4 <link rel=stylesheet href="../editingStyle.css" type="text/css"> | |
| 5 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script
> | |
| 6 | |
| 7 <script> | |
| 8 | |
| 9 function editingTest() { | |
| 10 selectAllCommand(); | |
| 11 } | |
| 12 | |
| 13 </script> | |
| 14 | |
| 15 <title>Editing Test</title> | |
| 16 </head> | |
| 17 <body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 topm
argin=3 marginheight=3><center><table border=0 cellspacing=0 cellpadding=0 width
=100%><tr><td align=right nowrap><font size=-1><a href="/url?sa=p&pref=ig&pval=2
&q=http://www.google.com/ig">Personalized Home</a></font></td></tr><tr height=4>
<td><img alt="" width=1 height=1></td></tr></table><br><br> | |
| 18 | |
| 19 <div contentEditable="true" id="test"> | |
| 20 <table border=0 cellspacing=0 cellpadding=4><tr><td nowrap><font size=-1><b>Web<
/b> <a id=1a class=q href="/imghp?hl=en&tab=wi" onClick="
return qs(this);">Images</a> <a id=2a class=q href="http:
//groups.google.com/grphp?hl=en&tab=wg" onClick="return qs(this);">Groups</a>&nb
sp; <a id=4a class=q href="http://news.google.com/nwshp?hl=en&t
ab=wn" onClick="return qs(this);">News</a> <a id=5a class
=q href="http://froogle.google.com/frghp?hl=en&tab=wf" onClick="return qs(this);
">Froogle</a> <a id=7a class=q href="/lochp?hl=en&tab=wl"
onClick="return qs(this);">Local<sup><a style="text-decoration:none"><fo
nt color=red>New!</font></a></sup></a> <b><a href="/
intl/en/options/" class=q>more »</a></b></font></td></tr></table><tab
le cellspacing=0 cellpadding=0><tr><td width=25%> </td><td align=center><in
put type=hidden name=hl value=en><input maxLength=256 size=55 name=q value=""><b
r><input type=submit value="Google Search" name=btnG><input type=submit value="I
'm Feeling Lucky" name=btnI></td><td valign=top nowrap width=25%><font size=-2>&
nbsp; <a href=/advanced_search?hl=en>Advanced Search</a><br> <a
href=/preferences?hl=en>Preferences</a><br> <a href=/language_tools?h
l=en>Language Tools</a></font></td></tr></table></form><br><font size=-1><font c
olor=#ff0000>New!</font> <a href="http://www.google.com/ig" onmousedown="return
asq(event,this,'pro','hppweb:en_us','')">Personalize this page</a>.</font> | |
| 21 </div> | |
| 22 | |
| 23 <br><br><br><font size=-1><a href="/ads/">Advertising Programs</a> - <a hre
f=/services/>Business Solutions</a> - <a href=/intl/en/about.html>About Google</
a></font><p><font size=-2>©2005 Google</font></p></center> | |
| 24 | |
| 25 <script> | |
| 26 runEditingTest(); | |
| 27 </script> | |
| 28 | |
| 29 </body> | |
| 30 </html> | |
| OLD | NEW |