IEMobile 7.11 with external Javascript?
问题 I'm trying to work with a windows mobile 6.1 device running IEMobile 7.11 and I'm trying to load external javascript as such: <html> <head> <script type="text/javascript" src="js/alert.js"></script> </head> <body><?php echo('<pre>'); print_r($_SERVER); echo('</pre>'); ?></body> </html> alert.js looks like this: alert('this is included javascript'); Currently this is not appearing, however If i pull the javascript into the actual HTML page it works fine.. Is this a known issue with iemobile? I