Hi
Is it pssible to make an index page appear as a pop up.... so instead of clicking index.php?page=2 and it opening in a new page it will appear as a half size page pop up
hope that makes sense
thanx
SOLVED Index Page As Pop Up
Subject: Re: Index Page As Pop Up
G'day Mate,
It could be done but it's messy :shock: It means adding onclick functions to the url's etc. And sometimes the .css path and anything else that the popup would need to function. :(
h**p://***.google.com.au/search?hl=...ndow+open&meta=
The biggest problem would be popup-blockers not allowing the popup - so it kind of defeats the purpose of doing it in the first place. ;)
It could be done but it's messy :shock: It means adding onclick functions to the url's etc. And sometimes the .css path and anything else that the popup would need to function. :(
h**p://***.google.com.au/search?hl=...ndow+open&meta=
The biggest problem would be popup-blockers not allowing the popup - so it kind of defeats the purpose of doing it in the first place. ;)
Subject: Re: Index Page As Pop Up
thanks for the info.... would it be better to use javascript to create an open window..?
something like this
though I do not know exactly how that works...or is that still a pop up whill will be blocked
thanks again
Lopalong wrote: [View Post]
thanks for the info.... would it be better to use javascript to create an open window..?
something like this
<script language="Javascript" type="text/javascript">
<!--
window.open('{U_BIRTHDAYS_POPUP}', '_phpbbbirthday', 'HEIGHT=225,resizable=yes,WIDTH=400');
//-->
<!--
window.open('{U_BIRTHDAYS_POPUP}', '_phpbbbirthday', 'HEIGHT=225,resizable=yes,WIDTH=400');
//-->
though I do not know exactly how that works...or is that still a pop up whill will be blocked
thanks again
Subject: Re: Index Page As Pop Up
Though I have made a few popups for .html files, this one's better left for the .php guru's to answer I think, because there's a lot more involved. ;)
Subject: Re: Index Page As Pop Up
got this working by making a new page in CMS and making the function for that page open using simple_header probably a messy work around but no real changes to any major code and I can add blocks etc to the pages..
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1688s (PHP: 10% SQL: 90%)
SQL queries: 10 - Debug Off - GZIP Enabled