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 6574757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:18:04+00:00 2026-05-25T15:18:04+00:00

I have a page with an iframe that has no source on page load

  • 0

I have a page with an iframe that has no source on page load and just uses hardcoded html like this:

<iframe id="theframe" src="">
<html>
    <body>
         <form name="theform" action="http://domainB.com/new" method="POST">
         <input type="text" />
         </form>
    </body>
</html>
</iframe>

The form is then submitted in jQuery using

$('#theform').submit();

This causes the source of the iframe to change from nothing (same domain) to domainB.com where the form data is sent and stored.

I then delay 1s to show success msg and then wish to set the frame back to it’s original contents by changing the source back to nothing (same domain) and appending the original form, like this:

    $('iframe').attr('src', '');
    $('iframe').contents().find('body').empty();
    $('iframe').contents().find('body').append('<form name="theform" action="http://domainB.com/new" method="POST"><input type="text" /></form>');

However it’s not working… Is this cross site scripting even though I’m not trying to access the inner content of domainB, I’m just setting the src of the iframe back to domainA??

If so, is there anyway to set the src once it’s been changed to a different domain?

(As I wrote the last sentence I realized I could just delete the iframe and replace it with a new one, I think?, but I’d still like to know if changing the source is considered cross site and thats why it’s not working?)

  • 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-25T15:18:04+00:00Added an answer on May 25, 2026 at 3:18 pm

    This just returns true or false.

    $('iframe').attr('src') == '';
    

    Maybe you’re looking for this:

    $('iframe').attr('src', '');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page that is loading an iFrame that has it's source based
I have a page that has an iframe From one of the pages within
I have a page which has an Iframe. In that Iframe, there are six
I have a page which work like a navigation and a iframe in this
I have a page thusly: <html> <head></head> <body> <iframe src=local.html></iframe> <iframe src=http://www.google.com></iframe> </body> </html>
I have a script that has an Iframe with the source of foo.php .
I have a page that is already in an iframe that has another page
I have a page that has an embedded iframe doing ajax requests.... when i
I have an iframe that loads a page that I would like to disable
I have an iframe that loads a page that I would like to disable

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.