Show
Ignore:
Timestamp:
06/01/06 18:12:57 (2 years ago)
Author:
jburke
Message:

Updated test to allow testing bookmarking, and made the iframe_history.html use a decent title for MSIE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/iframe_history.html

    r3198 r4226  
    44<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    55<head> 
    6         <title>The Dojo Toolkit</title> 
     6        <title></title> 
    77        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> 
    88        <script type="text/javascript"> 
     
    3434                } 
    3535                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. 
    3640                        var pdj = window.parent.dojo; 
    3741                        if(pdj["undo"] && pdj["undo"]["browser"]){