free flash templates free css & photoshop templates free flash animation |
#1
|
|||
|
|||
Use a pop up window in free web templates ?
Hello Charles!
I would like to use a pop up window to my url: http://www.kuddukat.se Do you know where l can make it in a easy way? I would like a pop up window to appear directly when the url is loaded, showing only a message.? Thank you! /Baxters |
#2
|
|||
|
|||
Pop up in free web template
Hi Baxter,
Just add this kind of code inside the _home.htm : <script type="text/javascript"> <!-- function myPopup() { window.open( "http://www.freenicetemplates.com/" ) } myPopup(); //--> </script> Does it answer to your question ?
__________________
We are always pleased to read you in our guestbook |
#3
|
|||
|
|||
Hello!
Where in _home.htm should i paste the code? /Baxters |
#4
|
|||
|
|||
pop up - free web template
Hi,
On the top of the html page.
__________________
We are always pleased to read you in our guestbook |
#5
|
|||
|
|||
Hi!
I have tried to paste the code on the top but it doesn't work. The slideshow in the middle then dissapears. What should I do? /Baxters |
#6
|
|||
|
|||
pop up - free flash template
Hi,
You have to remove these tagsin home.htm : <HTML> <HEAD> </HEAD> <BODY> </BODY> I didn't see the pop-up code inside the home.htm ?
__________________
We are always pleased to read you in our guestbook |
#7
|
|||
|
|||
Hii!
I have tried to remove the tags and the paste the code but then the flash and all the "_homelinks" dissapears. It gets black where the flash was. This is my code when it gets black and doesn't work: <script type="text/javascript"> <!-- function myPopup() { window.open( "http://www.freenicetemplates.com/" ) } myPopup(); //--> </script> <!-- Header_id --> <DIV id=header_id></DIV> <SCRIPT type=text/javascript> var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if(hasRightVersion) { myFlashHeader('flash/header',570,400,'#000000','header_id','custom.xml' ); } else { alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash."); } </SCRIPT> <DIV id=anim_line></DIV> <TABLE> <TBODY> <TR> <TD style="PADDING-RIGHT: 15px; VERTICAL-ALIGN: top; WIDTH: 50%"> <H1>Dobro dosli!</H1> <P><EM>Kulturno-Umjetnicko Drustvo DUKAT osnovano je 1995. godine, sa ciljem da neiscrpno bogatstvo kulturne bastine, ljepotu folklorne tradicije i prekrasni kolorit narodnih nosnji Bosne i Hercegovine, na sasvim nov, autentican, profesionalan i umjetnicki dograden nacin prezentira u Svedskoj, odnosno Evropi i Svijetu. </EM></P> <P><EM>Ovaj ansambl sto ga sacinjavaju djevojke i mladici iz cijele Bosne i Hercegovine, je na svim koncertima i nastupima docekan sa simpatijama i ispracen sa toplim i srdacnim aplauzima</EM>.</P> <H1><BR></H1></TD> <TD style="PADDING-LEFT: 5px; VERTICAL-ALIGN: top; WIDTH: 50%"> <H1><BR> <object width="280" height="207"><param name="movie" value="http://www.youtube.com/v/HHs8LToumps&hl=sv&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HHs8LToumps&hl=sv&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="280" height="207"></embed></object> </OBJECT><BR></H1></TD></TR></TBODY></TABLE><!-- Add this at the end of each page if you want to overlay images--> <SCRIPT type=text/javascript> initLightbox(); </SCRIPT> |
|
|