954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

IFrame Problem

Hi...
I am using FRAME Page in my asp.net 1.0 project.
I am Coding in vb.net and used JS also.
The problem i am facing is that,
when the page opened in Frame has an link to open next page then it opens that page within the same FRAME page . i.e. FRAME page in FRAME page.
This is happening when the target is set to self.
Is there is any solution you know. then please help me.
Can anyone help me?

sbv
Junior Poster
178 posts since Jan 2008
Reputation Points: 15
Solved Threads: 8
 

Hello Friends.
i solved this by simply setting target="_top"
but now the new problem is i need to do same with Image click. Any one have Idea about it.

sbv
Junior Poster
178 posts since Jan 2008
Reputation Points: 15
Solved Threads: 8
 

image click? You can add the same attribute even if intellisense doesn't pick it up. just add the 'target="_top"' to your image click. But instead.. assuming you're using "onclick" with your , just wrap it with an and it's solved.

SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68
 

Hey thanks for reply. Actually i am showing images in grid view control dynamically. Where i need to pass number of values using DataBinder. Finally i solved that. as follows... " target="_top"><% #DataBinder.Eval(Container.DataItem,"

as you siad.. Thanks.. :D

sbv
Junior Poster
178 posts since Jan 2008
Reputation Points: 15
Solved Threads: 8
 

no problem. glad to see that it's solved.

SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You