Changeset 312
- Timestamp:
- 09/07/05 13:12:14 (8 years ago)
- Location:
- trunk/examples
- Files:
-
- 2 modified
-
full_example-menu.html (modified) (1 diff)
-
full_example.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/full_example-menu.html
r311 r312 152 152 153 153 </form> 154 <script type="text/javascript"> 155 top.frames["body"].location.href = document.location.href.replace(/full_example-menu\.html.*/, 'full_example-body.html') 156 </script> 154 157 155 158 </body> -
trunk/examples/full_example.html
r212 r312 12 12 <frameset cols="220,*"> 13 13 <frame src="full_example-menu.html" name="menu"> 14 <frame src=" full_example-body.html" name="body">14 <frame src="about:blank" name="body"> 15 15 </frameset> 16 16 </html>
