Little extension redirect to other url & display a compt
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Little extension redirect to other url & display a compt
Hi there is just 2 little extension but which can be useful
* redirect to other url after time : you set the time in ms and a url and after the time is finish, the navigator switch automaticly to the url specify, you can download here http://www.mathieuweb.fr/google/redirection.zip
* display a compt down , you enter the date you want and this extension display the time which is remaining until this date, you can download here http://www.mathieuweb.fr/google/comptdown.zip
You can see the result in preview mode
i will like we can share too many little extension which can make win little time
* redirect to other url after time : you set the time in ms and a url and after the time is finish, the navigator switch automaticly to the url specify, you can download here http://www.mathieuweb.fr/google/redirection.zip
* display a compt down , you enter the date you want and this extension display the time which is remaining until this date, you can download here http://www.mathieuweb.fr/google/comptdown.zip
You can see the result in preview mode
i will like we can share too many little extension which can make win little time
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Great Job!!!!
Thanks a ton
Thanks a ton
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
WOW
Works great...............
Thank you!!! ........ thank you!!!!
Verry cool
See working example here: www.highwaytrucker.com
Much Much Regards V8
Works great...............
Thank you!!! ........ thank you!!!!
Verry cool
See working example here: www.highwaytrucker.com
Much Much Regards V8
This extention is great.....
The only thing is that when you return to the page (home page)
where the extention is........ it reloads the extention
Am i saying this right?
Is there any way to make it so it knows that you already
use it (oppened it) so when you return to that page it
wont try to open again?
Regards V8
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Hello
i don't know enough good javascript and all what is possible to do
i can make you some proposition, if your server support php session you can do this, you must create a session variable when the page is open , and if this session variable exist then you don't activate again the pop up
maybe there is other better way to do, i dont know..
i don't know enough good javascript and all what is possible to do
i can make you some proposition, if your server support php session you can do this, you must create a session variable when the page is open , and if this session variable exist then you don't activate again the pop up
maybe there is other better way to do, i dont know..
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
you can try this little program, be careful you must set you page propriety to php for make it work, and write this on start of the page , change texte "url_pop_up" to the url you want to open :
<?php
session_start();
if ( !(isset ($_SESSION['pop_up'])) ) {
echo "<SCRIPT LANGUAGE=\"JavaScript\">
function ouvrir_popup() {
window.open('http://www.url_pop_up.com','MyPopupWindow','height=800,width=600,
top=50,left=50,resizable=yes,menubar=no,status=no,scrollbars=yes,
menubar=no'); }
ouvrir_popup();
</SCRIPT> " ;
$_SESSION['pop_up'] = 'actif';
}
?>
<?php
session_start();
if ( !(isset ($_SESSION['pop_up'])) ) {
echo "<SCRIPT LANGUAGE=\"JavaScript\">
function ouvrir_popup() {
window.open('http://www.url_pop_up.com','MyPopupWindow','height=800,width=600,
top=50,left=50,resizable=yes,menubar=no,status=no,scrollbars=yes,
menubar=no'); }
ouvrir_popup();
</SCRIPT> " ;
$_SESSION['pop_up'] = 'actif';
}
?>
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Sorry.......
Thank you for all your hard work
That "Script" worked great
Check it out at; www.highwaytrucker.com
Much Much Regards V8
Thank you for all your hard work
That "Script" worked great
Check it out at; www.highwaytrucker.com
Much Much Regards V8