Thurft
06-04-2003, 09:48 PM
Well, i'm wanting to make a script for put pop up's in some zones of my web, but im realy lose. if some one can help me.
I havent to much experience in php&java.
$popupjava ="
<SCRIPT LANGUAGE=\"JavaScript\">
newwindow=window.open("http://www.helbreatharg.com","","width=1,height=1")
window.setTimeout ("newwindow.close();", 5000);
</script>"
I made a template and puted it in there ( popup_java, that's the name of the template) and then, i go to the forumhome template and puted $popupjava in there, but when i load the page it doesnt load the script.
My First question, If the code is right, ?Why it isnt load?, ?Must i give some orden for load first the template?
?anyone can advice me?
Thanke =)
I havent to much experience in php&java.
$popupjava ="
<SCRIPT LANGUAGE=\"JavaScript\">
newwindow=window.open("http://www.helbreatharg.com","","width=1,height=1")
window.setTimeout ("newwindow.close();", 5000);
</script>"
I made a template and puted it in there ( popup_java, that's the name of the template) and then, i go to the forumhome template and puted $popupjava in there, but when i load the page it doesnt load the script.
My First question, If the code is right, ?Why it isnt load?, ?Must i give some orden for load first the template?
?anyone can advice me?
Thanke =)