/    Sign up×
Community /Pin to ProfileBookmark

iframe help

Hi ,

I have created a web page in which I have a form with a text field and a button which is used for a search.When I click the submit button the results I want to be displayed inside the iframe I have put to the same page.

How I can display the results of the search form inside the iframe?

The code of the form is

[code=html]
<form method=”post” name=”formsearch” target=”framesearch” >
<div align=”left”>
<input name=”search” type=”text” id=”search”>
<input type=”submit” name=”Submit” value=”GO”>
</div>
</form>
[/code]

And this is the code of the iframe:

[code=html]
<div id=”Layer1″ style=”position:absolute; left: 277px; top: 125px; height: 178px;”>

<IFRAME src=”search.php” name=”framesearch” id=”framesearch” width=154
height=178 scrolling=no
frameBorder=0 border=0> </IFRAME></div>
[/code]

I tryied to put in the target attribute the name of the iframe but when i tryied,inside the iframe it display the textfield of the searc instead of the results of the search query.

Could you please help me how I can do that?

Thanks

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@timmahJun 26.2006 — Specify an action in your form

<form action="search.php" method="post" name="formsearch" target="framesearch" >
Copy linkTweet thisAlerts:
@xeniaauthorJun 27.2006 — Thank you timmah now is working
×

Success!

Help @xenia spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...