Changeset 4226 for trunk/iframe_history.html
- Timestamp:
- 06/01/06 18:12:57 (2 years ago)
- Files:
-
- 1 modified
-
trunk/iframe_history.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/iframe_history.html
r3198 r4226 4 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5 5 <head> 6 <title> The Dojo Toolkit</title>6 <title></title> 7 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> 8 8 <script type="text/javascript"> … … 34 34 } 35 35 if((window.parent != window)&&(window.parent["dojo"])){ 36 //Set the page title so IE history shows up with a somewhat correct name. 37 document.title = window.parent.document.title; 38 39 //Notify parent that we are loaded. 36 40 var pdj = window.parent.dojo; 37 41 if(pdj["undo"] && pdj["undo"]["browser"]){