565_1.html.bak 646 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <meta name="viewport" content="user-scalable=0"/>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  5. <html>
  6. <head>
  7. <title>四维时代</title>
  8. <script src="js/4dage.js"></script>
  9. </head>
  10. <body>
  11. <script>
  12. var name=window.location.href.substring(window.location.href.indexOf("?")+1);
  13. name = name.split('&')[0];
  14. Fdage.embed( "model/"+name+'.4dage', { width: 800, height: 600, autoStart: true, fullFrame: true, pagePreset: false } );
  15. </script>
  16. </body>
  17. </html>