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

  • SEARCH
  • Home
  • 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 6143481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:31:45+00:00 2026-05-23T18:31:45+00:00

I have the form inside iframe, I have the following piece of code <script

  • 0

I have the form inside iframe, I have the following piece of code

<script type="text/javascript">
var Path="<?= $this->url ?>"
$(function()
{
    vReg=0
    $("#signin").submit(function()
    {
        if(vReg == 1)
        {
            return true;
        }
        else{ 
        var url = Path;
        var data = {};
        $("input").each(function()
        {
            data[$(this).attr('name')] = $(this).val();
        });
        $("select").each(function()
        {
            data[$(this).attr('name')] = $(this).val();
        });
                $.post(url,data,function(resp)
        {
            vError=""
            for(id in resp){
                oResp=resp[id];
                for(key in oResp){
                    vError +=oResp[key]+"\n"
                }
            }

            if(vError == ''){
                vReg=1;
                           $("#formid").attr('target','_top');
                $("#signin").submit();
                                return true;
            }
            else{
                            $("#formid").attr('target','_self');
                alert(vError)
                }
                         return false;
        },'json');

        return false;
        }
    });
});

</script>

My aim is, If I have no Error, I will apply this target attribute and then immediately submit the form which takes the page to parent page. But I got target attribute when I click form submit for the first time,again click the second time its now redirecting to parent page.
I need it happens when i click first time itself.

Kindly help

  • 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-05-23T18:31:45+00:00Added an answer on May 23, 2026 at 6:31 pm

    Finally i got it by using button instead of submit Action in form and also having changes in code ,

    <script type="text/javascript">
    var Path="<?= $this->url ?>"
    $(function()
    {
        vReg=0
        $("#signinbtn").click(function()
        {
            if(vReg == 1)
            {
                return true;
            }
            else{ 
            var url = Path;
            var data = {};
            $("input").each(function()
            {
                data[$(this).attr('name')] = $(this).val();
            });
            $("select").each(function()
            {
                data[$(this).attr('name')] = $(this).val();
            });
                    $.post(url,data,function(resp)
            {
                vError=""
                for(id in resp){
                    oResp=resp[id];
                    for(key in oResp){
                        vError +=oResp[key]+"\n"
                    }
                }
    
                if(vError == ''){
                    vReg=1;
                               $("#formid").attr('target','_top');
                               $("#signin").submit();
                               return true;
                }
                else{
                                $("#formid").attr('target','_self');
                              alert(vError);
                             return false;
                    }
    
            },'json');
    
            //return false;
            }
        });
    });
    
    </script>
    

    But i still dont know why submit function is not working here,Any idea ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET Webform and inside the form I have an input type
I have a form inside an iframe which is inside a jQuery UI dialog
I have a simple form which is inside IFRAME. When user click on SUBMIT,
I have the form inside iframe, I need to set attribute before form get
I have a form inside an iframe that needs to be manipulated from the
I have an iframe with a form inside a modal box and I want
I have an iframe on my page, and inside that iframe I execute code:
I have a form inside an iframe, now I want to get the input
I'm wondering if it's possible to do the following: have an iFrame inside of
I have a problem with the following HTML: <a href=javascript:document.formName.submit(); target=iframe> Where formName is

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.