Forum Moderators: open
I did think about getting my content (PHP MySQL)
opening in Iframe however the new created problem is that I cannot use it in a "100%" width environment unless you will know about a trick that I have no clue about.
Now I am thinking that I can load such a link to a location out of my site
within a new page that will open from within my site
And auto display the page without clicking on a visible link.
something like a JS script that will automatically load the link included in the new page
I have no clue on coding such a JS script!
It has to be fully automated not like a mouse over event
It has to happen without human intervention!
Not sure I am not losing you :)
any coding help appreciated
regards
Henry
The best approach in my opinion is to let go of your visitors and get them to come back by providing a valuable site. The web works best when it is permission based, not when there is heavy control involved.
That said, if your target pages allow themselves to be displayed in a frame, you could do a thin top or bottom frame the way About.com does (not iframes, but a true, old-fashioned frameset with a tab to break free from the frameset.)
open the full external site as is within one of my page like I frame will do
I understand that you're hoping for a solution that works like iframes, but you find iframes to be problematic with your page layout. That's why chadmg and I both suggested a conventional frameset as a simple solution. And that way you avoid all the cross-browser challenges of a more complex, scripted solution.
You could also open the external site in a new window opened with javascript, or, as chadmg mentioned, opened through a target attribute.
I guess the biggest issue in understanding your challenge is what are the constraints that your 100% width environment is placing on the display. For instance, why can't you use a set width iframe within a 100% width page. Or do some sniffing for screen properties such as availHeight and availWidth - then serve one fixed width iframe from an assortment of possibilities.
well deep inside I knew that sniffing is the answer
assorted with frames at 100%
it feels funny I will have to look at tutorials
as I said I did not do any frames since years
I guess I need to go back to school :)
mea culpa
just have to do a sniffing and recode a few pages
I need some imput on sniffing
15 @ 800 and 1024
17 @800 and 1024
thanks
BTW
no need to be sorry
I appreciate your straight forward concerns