Changes between Version 1 and Version 2 of oid/WorkLog/08-09-23
- Timestamp:
- Sep 23, 2008, 3:02:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oid/WorkLog/08-09-23
v1 v2 4 4 5 5 * [http://code.google.com/apis/maps/documentation/index.html#XHTML_and_VML 加入 VML 描述可以讓 IE 顯示 Polyline 的速度快一點] 6 * [http://en.wikipedia.org/wiki/Quirks_mode Quirks Mode] 7 * 開發工具 - [http://developer.mozilla.org/en/Venkman Venkman JavaScript Debugger] 8 * 根據[http://code.google.com/apis/maps/documentation/services.html 官方文件]說明,GXmlHttp 只能存取 local domain(不可以跨網站) 9 {{{ 10 As with all XmlHttpRequests, any retrieved files must be on your local domain. 11 }}}