Click to See Complete Forum and Search --> : i need help with keeping our frame on top
jarrodlytle
05-11-2005, 06:22 PM
I work for a huge real estate site. we link to many other peoples sites. Looking for a way to make it so when someone clicks a link to go off our site we remain on the top (like a frames page) no matter what. frames dont work because many links replace the whole page. thank you in advance
you need a javascript solution. will be a large script though to control something like this.
phpnovice
05-12-2005, 09:32 AM
Looking for a way to make it so when someone clicks a link to go off our site we remain on the top (like a frames page) no matter what. frames dont work because many links replace the whole page.
That's right ... and it is impossible to force a page from another site to remain within your frameset within the same browser window if that page doesn't want to do so. Using a standard browser client, nothing can help you achieve that desired result -- not JavaScript, not anything. Period.
well, i wouldnt say "nothing". i imagine it could be done by having an asp script make the http request and scraping the html out of the file and displaying in in a frame. ;)
phpnovice
05-12-2005, 11:09 PM
That is why I said "...a standard browser client..."
HTTP proxy requests are the only exception.
Besides... You originally directed the OP away from ASP and over to JavaScript.
But, now you direct the OP back to ASP.
Got more faces on you than a prism, eh? ;)