BTC USD 62,006.8 Gold USD 4,258.79
Time now: Jun 1, 12:00 AM

Javascript fail in other browsers version except Internet Explorer 10

mutanic

Super Active Member
Messages
5,538
Joined
May 24, 2009
Messages
5,538
Reaction score
213
Points
73
Salam sume CGRian,

Minta tlg spot & betulkan aku kat mana salah, aku dah test program aku run kat Internet Explorer 10 jer OK tapi IE6-9, Chrome & Firefox fail(script x jalan), ni aku share code kat sini :

HTML:
<script type="text/javascript">
	//Working in IE 10 but fail in other version including Firefox & Chrome
    $(function GetFile(object) {
        var bBrowseFile = document.getElementById('<%= FileUploadExcel.ClientID %>');
        var bGetWorksheet = document.getElementById('<%= ButtonGetSheetName.ClientID %>');
        var bResult = document.getElementById('<%= LabelUpload.ClientID %>');

        $(bBrowseFile).change(function () {
            if ($(this).val()) {
                $(bGetWorksheet).attr('disabled', false);
				bResult.style.color = "Green";
                bResult.innerHTML = "<BR><B>Selected file is : </B>" + bBrowseFile.value;
            **
            else {
                $(bGetWorksheet).attr('disabled', true);
            **
        **);
    **);
</script>

HTML:
<asp:FileUpload ID="FileUploadExcel" runat="server" Width="400px" onchange="GetFile(this);" />
<asp:Button ID="ButtonGetSheetName" OnClick="GetExcelSheetNames" runat="server" Text="Get Worksheet Name" Width="200" Enabled="False" />

Full source code program ada kat sini~X(~X(~X(
 
Where did you get that code ? I assume you really should have some understanding that it's all about different version of JavaScript for each of those feature really. So I do not understand your surprise about all that. But if you will show us where did you get that we can help you with this.
 
but honestly who use that old versions of that browser you simply really listed there, can you really think of that matter or not ? I am completely lost with such for example. I do hope to make it all possible anyway. I do hope it will help you.
 
ni masalah javascript je kan??

cuba tengok di browser console, ada keluar ERROR apa?

p/s: aku tak boleh nk test code tu di computer aku...sbb aku tak biasa dgn ASP.NET.....aku biasa dgn PHP saja
 
I do hope it will be working, you know microsoft always updating their core with many many features and it may need that they simply forgot to do so in your possible case. So let's move on with that matter. Too many time passed - let us know results.
 
Back
Top
Log in Register