Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9022255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:27:38+00:00 2026-06-16T05:27:38+00:00

I am using uploadify plugin inside jquery tabs which works perfectly fine. Inside the

  • 0

I am using uploadify plugin inside jquery tabs which works perfectly fine. Inside the uploadify once upload is completed i am sending email as such :

 $('#file_upload').uploadify({
                'fileTypeDesc': 'Image Files',
                'fileTypeExts': '*.gif; *.jpg',
                'swf': 'Scripts/Uploadify/uploadify.swf',
                'uploader': 'FileUploadHandler.ashx',
                'cancelImg': 'Scripts/Uploadify/uploadify-cancel.png',
                'buttonText': 'Browse',
                'onQueueComplete': function (queueData) {
                senEmail();
                }
            });

My sendEmail function is in Ready function of the page as below:

var senEmail = function() {
                var notes = $("#<%=txtMessage.UniqueID%>");

                var msgbox = $("#cerror");
                $("#cerror").hide();
                $.ajax({
                    type: "POST",
                    url: "ContactMe.aspx/SendEmail",
                    data: "{'message': '" + notes.val() + "'}",
                    contentType: "application/json; charset=utf-8",
                    dataType: "json",

                    success: function (msg) {
                        if (msg.d == 'Sent') {
            var $tabs = $('#tabs').tabs(); // declare the tabs
            $tabs.tabs("url", 5, "/ContactConfirmation.aspx"); // change the URL of the selected tab
            $tabs.tabs("select", 5 + 1); // refresh the tab content
alert("masTEST3");
            $tabs.tabs("select", 5 ); // refresh the tab content
alert("endTEST");
                        }
                        else {
                            $("#cerror").show();
                            msgbox.html(msg.d);
                        }
                    }

                });
            };

Now the above works fine as in sends an email, but when I am forwarding the user to confirmation page, I get the jquery error : Object Expected and does not forward to next page on same tab(this works on other pages).

appreciate your help.

EDIT:::

here is the IE9 error :

SCRIPT5007: Object expected 
jquery-1.8.3.min.js, line 2 character 24275

and the debugger is on this line:

return!t||t!==!0&&e.getAttribute("classid")===t}})
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:27:40+00:00Added an answer on June 16, 2026 at 5:27 am

    Found the solution in case someone else has same problem:

    I had to destroy the uploadify object when the tab was changing/reloading so all I had to do was before sending email include this line :

    $("#file_upload").uploadify("destroy");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the uploadify jquery plugin to upload multiple files. Everything works fine, but
I am using uploadify jQuery plugin form here . Everything works fine on my
I am using 'Uploadify' JQuery plugin for file upload. I read the documentation and
i am using the jQuery Plugin Uploadify to upload files, and i store the
I'm using uploadify (jquery upload plugin) There is javascript $(#<%=ImageUpload.ClientID %>).uploadify({ 'uploader': '/Scripts/Plugins/uploadify/uploadify.swf', 'script':
I am using Uploadify jQuery plugin for file upload.Here there is no browse button
I am using 'Uploadify' Jquery plugin in my MVC 3.0 application to upload multiple
I am uploading file using jQuery uploadify plugin. Each time I upload a file,
I am using uploadify plugin of jquery and have set multiple files upload to
I'm using the jQuery plugin Uploadify to upload videos to my server. As soon

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.