Tagged Questions
0
votes
2answers
27 views
Open my form results in Iframe on another page
Hi I have page "A" with small form search for Domains and page "B" with my site design and layouts and one "ifarme" named "domains"
now what I need is when the users search for domains they will see ...
0
votes
0answers
13 views
Change target attribute of form tag from iframe source page
I've a page, PopUp.aspx, that is opened in a new window. This page has a iframe whose src is set in code behind (as this would be used for various pages). In one example, the src is set to a login ...
0
votes
0answers
39 views
Response.Write with an iframe
I have inherited an application that uses Cybersource as the credit card processing company. It currently uses the CyberSource API and I am trying to convert it to use their hosted order page - ...
0
votes
2answers
53 views
How to stop malicious automatic iFrame Form Input from other site?
So there's a guy putting this code on his site:
<iframe name="frame" src="" frameborder="0" width="1" height="1" allowfullscreen style="width:1;height:1;"></iframe>
<form name="form" ...
0
votes
0answers
15 views
can php scripts that I run with AJAX access cookies the sending page created?
can php scripts that I run with AJAX access cookies the sending page created?
I have a cookie called $_COOKIE["now_table"];
and i save it as a var like this
$now_table_phpvar = ...
1
vote
2answers
39 views
How could I get a form which is located within an iFrame to open up in a new tab?
I'm having trouble with a page that has an iFrame. The page displayed within the iFrame basically is a form. On submit, it's supposed to open up a thank you page, but currently it does so WITHIN the ...
0
votes
1answer
28 views
IE (or other) add input to web form and disable field
We use Cisco's Unified Attendant web interface at work and we have an occasional issue where the user sits down to answer calls for the company and out of habit sees the "extension" field and enters ...
2
votes
1answer
111 views
uploading file through iframe doesn't work in IE
I have two files iframe.php, iframe.html. iframe.php contains a file's uploading form which i want to display in iframe.html as an iframe (only for IE < 10 otherwise i can upload using ajax without ...
1
vote
1answer
139 views
iframe with a php form not working in IE
I updated the info so you can get a better understanding:
I have an iframe with a PHP form when the user submits the form in IE it does not seem to post the data. It works in Firefox and Chrome but ...
0
votes
1answer
88 views
Using iFrame's OnSubmit function for a Parent Window's Button's OnClick Event
Basically, I want to use this HTML Form (Which loads in an iframe on a parent page) to submit using a parent page's button that when clicked will submit using the iFrame's built-in OnSubmit function. ...
1
vote
0answers
33 views
enable autocomplete form from iframe to parent page
I have this test site http://itmjobs.ro/lidl/searching.php . I can search from parent to iframe, that's fine, but.. Iframe form has autocomplete feature which I would like to work on my parent page ...
0
votes
3answers
91 views
Enter button don't want to submit form to iframe
I have this form that I need to be submitted when ENTER is pressed. Everything looks fine but it just didn't work. When click search button works fine but I need to work with ENTER button too.
HTML ...
0
votes
1answer
80 views
Submit search form to another page to its iframe
Is it possible that when submit search form to Page A to forward search form to Page B to its iframe and load Page B with search results in iframe ?
Actually if I search on Page A it loads iframe ...
1
vote
0answers
72 views
Submit to other submit page which submits too and load
Is it possible to use javascript to submit from page#1 to another page#2 which submits to the iframe within and then load page#2 with submitted results ?
Page#1 search form:
<form ...
1
vote
0answers
61 views
Submit form from page#1 to iframe page#2 within page#3 and load page#3
I have a form on my page#1 which I need to be submitted to page#2 which is an iframe within page#3.
I can submit from page#1 to iframe with bellow code but what I need is when I submit on page#1 to ...
1
vote
0answers
58 views
submit button in iframe within parent page
I need to submit a button in iframe within parent page.
iframe button:
<input class="button" type="submit" value="Search" id="search_button" />
I tried to use this in parent page with no ...
1
vote
0answers
60 views
Submit form in iframe strange results
I have this test page which has an iframe within. If I search for something (i.e. PR, IT) on parent page form, it triggers results in iframe but with one small problem, we don't have correct options ...
0
votes
0answers
13 views
Value given to HTML form
So I have a single line form.
What is the text in the form called??
eg <form=text>
i need to use the text to navigate an iframe using a submit button.
0
votes
1answer
76 views
How to navigate iframe using form (HTML)
OK I have an iFrame embedded on a website named "iframe"
And a single line text form called "form"
And a submit button called "navigate"
I want the "iframe" to navigate to the url typed in the "form" ...
0
votes
0answers
48 views
Issue getting form and javascript result in iframe
Following is the code that I added to my webpage as instructed including the client number. But I can't get it to work.
The results are not returned in the iframe.
I add the script to the header, and ...
0
votes
0answers
82 views
submit form to iframe in same page
I need to submit form to iframe in same page and show results in iframe.
I tried with this :
form action="http://mysite.com/" name="form1" target="my-iframe" method="post" ...
0
votes
1answer
133 views
Why is this form not submitting inside the target iframe?
I've created a form that targets an iframe to submit an image. I absolutely had this working previously, but now the whole page submits, instead of just the iframe. I'm at a total loss.
HTML:
...
0
votes
0answers
68 views
Hidden Form Field Page Title Referer
I am trying to get a page title to show within an iframe form. All of our pages are named to match the titles so all I need to do is have this hidden form field that pulls the referring page.
...
1
vote
0answers
118 views
Post data cross domain
I have booking form with date_from and date_to on my site and I need to display results with external booking system in iframe.
The booking system is here: ...
0
votes
1answer
80 views
How to show content of one webpage requiring POST variables in iframe of another website?
Use PHP and MySQL. I have 2 websites, and want to show content on page of first website in the iframe of second website. In the page of first website, it requires POST variable submitted by form. How ...
0
votes
2answers
248 views
manage iframe's form submit from parent frame?
I want to change the submit function of form in iframe from the parent frame. The following code should do that, but nothing hapen. And no error shown in chrome's debugger. What is wrong?
<iframe ...
0
votes
2answers
364 views
submit form from iframe and close it after submit and show a hidden div
this is what I have
<html>
<head>
</head>
<body>
<iframe id="myiframe">
<form id= "myform" action="submit.php" method="POST">
<input ...
0
votes
2answers
304 views
JavaScript Confirm Leave Once User Interacts with Object in Iframe
I currently have a webpage in a format similar to this, with a sidebar and iframes with sources pointing to other pages on my website.
I have the following code to offer user a confirm box for if ...
1
vote
2answers
272 views
Append current form data to iframe
I want to append the current form data to the iframe and submit the form within iframe instead of original form. Below is code snippet
<script>
$(document).ready(function() {
...
0
votes
2answers
88 views
ajax upload using iframe
I need an information. If I have a form, used for uploading a file and having it target an Iframe.
I then use Ajax to get the Upload progress. Let say that a simple layout with 2
column only.
The ...
0
votes
1answer
662 views
Links within iframe to open in parent window
I am using an html form to submit information to a specific URL that is loaded in an iframe on one of my website pages on my domain. One of the html form inputs is a URL that will be posted in the ...
0
votes
1answer
66 views
How to send form data and load the resulting page into and iframe
Okay so I have a basic webpage that just load a simple form.
This form submits a text field, a radio button selection. Very simple.
It sends it to a webpage that uses the data and displays a webpage ...
0
votes
0answers
44 views
Is there a way to read the form data of a post request within an iframe?
I'm trying to create a simple rails app that will automate some actions on a website that requires a sign-in.
Ideally, I'd prefer to not have to redo the sign-in and register-a-new-account ...
4
votes
1answer
125 views
Targeting iframe src from user input in javascript form
I'm trying to target an iframe's source from a javascript form. So if someone typed in http://www.reddit.com the iframe's source would change to reddit.com
I've tried a few things but you can't put a ...
0
votes
0answers
45 views
Javascript assign iframe's form element value to a main window form element value
form1 in the iframe:
<iframe id="quoteiframe" ....>
<form id="form1"...>
<div id="rate">12.00</div>
</form>
</iframe>
form2 in the main window:
...
0
votes
1answer
32 views
html form as an iFrame in different pages with context
I am making an event registration form that I hope to load into all different kinds of event pages using an iframe and a url id (context). The id will display a relevant image before the form and then ...
0
votes
0answers
50 views
Using iframe on registration form submission?
For my application we have different form related to customer profile data ....While I was doing some research on internet I found most of the registration form and some of test forms use iframe and ...
0
votes
0answers
204 views
Submit a form to iframe : not working with Safari
I have a simple form that submits a form with an iframe as target. Under firefox, internet explorer and google chrome it works perfectly.
But with Safari the form isn't submited. The target page will ...
0
votes
1answer
118 views
How to return Iframe content from a jquery plugin?
I want to write a jquery plugin which can submit form using iframe and return the content of iframe as the argument of callback function. But onload event does not return any value. I am a beginner. ...
1
vote
1answer
89 views
Why is my file upload (to a Flask server) not appearing in request.files but is appearing in request.stream?
I have a form (which happens to be in an iframe) that looks like the following:
<form id='picture-file-input-button' action='/post-picture' method='post' enctype='multipart/form-data' ...
0
votes
2answers
56 views
What is the name attribute for, and when should it be used? (not referring to form fields)
I realize that it is used to designate the names of form fields when it comes time for submission to a server. But what about in the context of frames and forms' @targets?
Can someone give an ...
0
votes
0answers
329 views
PHP Post data to an iframe using target in form
I am trying to pass some xml data to an iframe with post.
I am submitting this form
<form action="results.php" method="post" id="search-home-form-3" target="tsmIFrame" class="bookingForm">
...
1
vote
1answer
150 views
Posting form to a php script using target attribute to an iframe
I am working on a php/HTML web project and I have a form which contains an input type file which should be posted to a PHP script to upload an image onto the server. In the form tag I am using the ...
0
votes
0answers
169 views
Chrome iframe form issue
I've got a webpage with a form on it that posts to an iframe within the same page.
There is some jQuery that hides the form once it is submitted.
It is working in all browsers with the exception ...
0
votes
2answers
140 views
Contact Form iframe redirection
I have a contact form at http://www.brisbanediveacademy.com.au made using php. I'm trying to get it to redirect to a new page inside the iframe after the form has being submitted. I'm having trouble ...
0
votes
1answer
258 views
Submit a form in Struts : in an iframe context and without having the form fields as attribute of the action
I have got a tricky problem. I have a page with three iframes, each one calls a struts action to display the content.
Now, in one of the iframes, there is a (struts) form and a (struts) submit ...
0
votes
2answers
164 views
$_FILES array empty from form submited in IE8
I am trying to create an upload script and am having issues with IE8 and older. (of course ;) ) In all other browsers it works fine but in IE8 the $_FILES array is empty. This is the html code being ...
0
votes
0answers
53 views
iFrame forms post within same iFrame
We have a form on a overlay window ( using JSP) built on iFrame with a specified height/ width ( say 400 x 200)
Now on successful submission of the form, it has to show thank you page in the same ...
1
vote
3answers
70 views
Accessing fields of an iframe with javascript
I read that the following should work in order to access the contents of an iframe with javascript:
document.getElementById("iframe_name").contentDocument
or
...
0
votes
1answer
146 views
sending form to php with iframe
I am writing a form, where user can send info, and attach a file, which sends via email to certain users.
I've built a HTML form, and because I don't wanna to refresh the page I sent it via a hidden ...

