/    Sign up×
Community /Pin to ProfileBookmark

Iframe and target problem, please help urgent

I have a JSP page and user clicks on a hyperlink, it goes to another JSP page.

I am putting the first page URL in a iframe so that I can include it in a small region in the main page. when I put it in the main page and when I click the hyperlink of the first JSP page, it goes to the second JSP.

The problem is when I am clicking the first page from the main home and it goes to the second page(JSP), the whole main page is scrolling down. I have a target in the second JSP page.

How can I make the main page not to scroll down when I click the first JSP page?

Any help is highly appreciated.

Thanks in advance

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@JoeCullenAug 10.2005 — Can we see the site your trying to describe? its hard to figure out what you mean without a link or code
Copy linkTweet thisAlerts:
@cosmosauthorAug 10.2005 — It's a intranet page so I cannot, sorry for that.

It's something like this, When I click the first page, based on the information from the first page, the details are shown in the second page. It got a detailed description.

I have put tje first page URl in a iframe and put that iframe in the home page in a small area. So When I click the first page, it goes to the second page, since the second page is detailed, the whole main page(home page) scrolls down based on the description. I want only the iframe part to be scrolled, all other areas should be intact when user clicks on the first page in the samll area of the home page.

Please somebody help me with this.

Thanks
Copy linkTweet thisAlerts:
@nine17comAug 11.2005 — It is hard to understand what you are saying, but this might help. If you are only trying to change the information in the iframe and leave the rest of the page, then this is what you might want to try. Anywhere on the page you make a link like:

<A name="DetailFrame" target="DetailFrame" href="detailspage.html">

the href is the html page that you create that contains all the detailed information. This html file will load into the iframe you created.

On the main page where you have the iframe you have to add an id and name to the iframe so the link can find it and load it into the iframe. It would look some thing like this:

<iframe id="DetailsFrame" name="DetailsFrame" frameborder="0" src="Predetails.html"></iframe>

the source (src) for the iframe would be the initial info you want loaded in. It is very important that the name you give the iframe is the same as the target in the link.

If you want the iframe to scroll, then assign the iframe a size and if the info is longer than the assigned size then it will add a scroll bar by default. To add asize it would look like this:

<iframe id="DetailsFrame" name="DetailsFrame" frameborder="0" src="Predetails.html" height="400" width="250"></iframe>

Hope this makes sense. This was the only solution I could think of based on what I think your problem is.
Copy linkTweet thisAlerts:
@cosmosauthorAug 11.2005 — Thanks mate, I will try this.
×

Success!

Help @cosmos 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.27,
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,
)...