Comment #1 on issue 6033 by dhhwai: Javascript links don't work on a certain web page http://code.google.com/p/chromium/issues/detail?id=6033
This might be true if the page actually uses Javascript. Actually, the page is using Microsoft VBScript; viewing the HTML source of the page shows this at the top: <script src="globalFuncClient.inc" LANGUAGE="VBscript"></script> <!-- ------------------------------------------------------------------ --> <script LANGUAGE="VBscript"> SUB show_1_mess(idx) 'window.open "messDlg.asp?messIdx="&idx, "", "width:150; height:100; top:10; left:10; resizable:yes; help:no" retval = window.showModalDialog("messDlg.asp?messIdx="&idx&"&show_mode=0", "", "dialogWidth:650px; dialogHeight:450px; dialogTop:10px; dialogLeft:10px; resizable:yes; help:no") END SUB </script> <!-- ------------------------------------------------------------------ --> <html> <head> <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> The problem is probably because the page was created using MS Visual Studio. You should change the scripting language so that it saves the HTML page and script using Javascript, not VBScript. VBScript will only work in IE. Since you are now trying other browsers like Chrome, you may wish to save the webpages in a compliant HTML standard so that the page actually looks and works correctly for the other major browsers, instead of just working only for IE. All the other browsers are much, much more standards compliant than IE, and usually any page that works correctly with the standards compliant browsers will also work with IE. Currently, this is not a Chrome bug. Update status to: [Evangelism] ? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---