Is this possible? Frames question...

Status
Not open for further replies.

UnripeArbiter

Extreme Skeptic.
Dec 21, 2006
1,026
14
0
The Vortex.™
You know when you click a link and a new window or tab opens up? Is it possible to have a frame within a webpage where users can enter a url and the page loads in that frame. Then when the user clicks the link that would normally open in a new window instead it would just load in the frame. Also, is it possible to have a forward and back button on top of the frame? Seems simple to me, but I know nothing about programming or scripting, etc.

Hope, that didn't sound retarded.

Think warez sites, remember that shit? Window after window after window. This would just take that window and load it into the frame. One window/tab instead of 56. Plus back and forward for easy navigation.

Just a thought, I want to integrate this service if possible to my customers.
 


You know when you click a link and a new window or tab opens up? Is it possible to have a frame within a webpage where users can enter a url and the page loads in that frame. Then when the user clicks the link that would normally open in a new window instead it would just load in the frame. Also, is it possible to have a forward and back button on top of the frame? Seems simple to me, but I know nothing about programming or scripting, etc.

Hope, that didn't sound retarded.

Think warez sites, remember that shit? Window after window after window. This would just take that window and load it into the frame. One window/tab instead of 56. Plus back and forward for easy navigation.

Just a thought, I want to integrate this service if possible to my customers.
yeah, it is easy to do with an iframe...

stick this into a page and test, I think as it is it'll break out of frame, play with what's between brackets to make it stick: (target="_blank"):


<iframe src="some_page_to_load_into_iframe.htm" width="some number" height="some number"
frameborder="no" scrolling="auto" name="your_domain_here_won't_hurt" target="_blank">Your browser does not support this page, click here to go to my other wonderful page: http://some_other_page_with_plan_B_in_it</iframe>
 
Status
Not open for further replies.