| Regarding POP UP |
| Author | Text |
astralux Junior Member

Posts: 62

Gender:  Online: No |
Date: 04/07/2008 23:20 Regarding POP UP | #post9327 | sIR
Please Give me Solution for Opening POP UP on load index.php
And If user can open the popup in diffent window using its link then It can't be open aND SHOWS Hacking Attempt.
|
|
 |
| |
mem MemHT's Dad Admin / Developer

Posts: 3890

Gender:  Online: No
Languages: English, Italian, Macedonian, Serbian |
Date: 05/07/2008 00:01 Re: Regarding POP UP | #post9331 | http://www.google.com/search?q=html+popup |
|
 |
| |
astralux Junior Member

Posts: 62

Gender:  Online: No |
Date: 05/07/2008 00:08 Re: Regarding POP UP | #post9333 | Sir
I Tried My best
I have lot of pop up script but
I want that POPUP Open only once on start up of portal and Manually Open It open Want and Not to open Directly by User.
Thanks |
|
 |
| |
mem MemHT's Dad Admin / Developer

Posts: 3890

Gender:  Online: No
Languages: English, Italian, Macedonian, Serbian |
Date: 05/07/2008 00:15 Re: Regarding POP UP | #post9334 | Automatic popup?
Open inc/javascript/javascript.js
Paste this at the beginning:
| code | $(document).ready(function() {
window.open('http://www.memht.com','memhtportal','width=400,height=200');
}); |
Do not forget to clean the cache or use CTRL + F5 to refresh Edited: 05/07/2008 00:16 |
|
 |
| |
astralux Junior Member

Posts: 62

Gender:  Online: No |
Date: 05/07/2008 00:32 Re: Regarding POP UP | #post9336 | Thanks A lot Sir
But Basically I want to open a mp3 player in pop up and not want to open that player directly by the user.
If your can listen the Song then It must to visit my website. |
|
 |
| |
media_555 Junior Member

Posts: 44

Gender:  Online: No |
Date: 05/07/2008 03:15 Re: Regarding POP UP | #post9352 | I guess you can not prevent that.. Anyone from any site can cross link to your pop-up window using its URL..
Put some google adsense on that pop up... and you are making money .. OR add your site name on pop up.. people know about your site.. why you worried? Edited: 05/07/2008 03:16 |
|
 |
| |
astralux Junior Member

Posts: 62

Gender:  Online: No |
Date: 05/07/2008 11:06 Re: Regarding POP UP | #post9362 | | quote | media_555:
I guess you can not prevent that.. Anyone from any site can cross link to your pop-up window using its URL..
Put some google adsense on that pop up... and you are making money .. OR add your site name on pop up.. people know about your site.. why you worried? |
Dear Thanks a lot for Support. and Great Idea |
|
 |
| |
mem MemHT's Dad Admin / Developer

Posts: 3890

Gender:  Online: No
Languages: English, Italian, Macedonian, Serbian |
Date: 05/07/2008 13:30 Re: Regarding POP UP | #post9367 | You can open whatever you want in the popup, if the target urs contains an mp3 player, it will be displayed, so simple |
|
 |
| |
astralux Junior Member

Posts: 62

Gender:  Online: No |
Date: 05/07/2008 16:56 Re: Regarding POP UP | #post9403 | | quote | mem:
You can open whatever you want in the popup, if the target urs contains an mp3 player, it will be displayed, so simple |
Thanks Sir but I want sort of GET ID from the Page and Use it as in POP UP if User open The popup Link in Seprate window Then There will be not GET ID so the player will be no visible.
If the User can Open it from My Home Page there will be a GET ID and player will be there.
Sort of PHP Coding To Post and Get a ID.
Thanks |
|
 |
| |