User Profile

Collapse

Profile Sidebar

Collapse
hyeewang
hyeewang
Last Activity: Jun 17 '14, 03:46 PM
Joined: Jun 16 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hyeewang
    replied to Window.open does not work in firefox
    Thanks. mHealth.
    I tried your code.
    window.open('ht tp://www.google.com' , '_blank', 'toolbar=0,loca tion=0,menubar= 0');
    It does not work either.
    See more | Go to post

    Leave a comment:


  • hyeewang
    started a topic Window.open does not work in firefox

    Window.open does not work in firefox

    I am working with Firefox. Why window.open() does not work with Ajax? How to fix it? But,it works without Ajax. Please see the code underlined.

    Please see the code below.

    Code:
    $("#button_MN_invite").on("click", function() {
    		var tester = true
    		if ($('#input_MN_invitees_email_ids').val() != "") {
    			//$("#button_MN_invite").unbind("click");
    			$("#button_MN_invite").attr('disabled',
    ...
    See more | Go to post
    Last edited by Rabbit; Jun 17 '14, 05:53 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...