|
|
On this page you will find instructions how to add any of the following games to your webpage.
Attract people by offering them all or some of these games to play for free on your site.
This will make people come back and visit your page more often.
Craps
Blackjack
Roulette
Video Poker
Slot Machine
Craps:
copy and paste the following code between <head> and </head> in your webpage source code:
<script language="JavaScript">
function OpenCraps()
{
myWindow =
window.open("http://www.gamblingguide.net/freegames/craps/cr_loader.htm", "Craps", "width=512,height=384");
myWindow.focus();
}
</script>
|
set a link to start the game which could look like:
|
<a href="javascript:OpenCraps()">click here to play shockwave craps</a>
|
here is an example what you will get:
click here to play shockwave craps
Blackjack:
copy and paste the following code between <head> and </head> in your webpage source code:
<script language="JavaScript">
function OpenBlackjack()
{
myWindow =
window.open("http://www.gamblingguide.net/freegames/blackjack/loader.htm", "Blackjack", "width=512,height=384");
myWindow.focus();
}
</script>
|
set a link to start the game which could look like:
|
<a href="javascript:OpenBlackjack()">click here to play shockwave blackjack</a>
|
here is an example what you will get:
click here to play shockwave blackjack
Videopoker:
copy and paste the following code between <head> and </head> in your webpage source code:
<script language="JavaScript">
function OpenVideopoker()
{
myWindow =
window.open("http://www.gamblingguide.net/freegames/videopoker/loader.htm", "Videopoker", "width=512,height=384");
myWindow.focus();
}
</script>
|
set a link to start the game which could look like:
|
<a href="javascript:OpenVideopoker()">click here to play shockwave Videopoker</a>
|
here is an example what you will get:
click here to play shockwave Videopoker
Slot Machine:
copy and paste the following code between <head> and </head> in your webpage source code:
<script language="JavaScript">
function OpenSlots()
{
myWindow =
window.open("http://www.gamblingguide.net/freegames/slots/loader.htm", "Slots", "width=512,height=384");
myWindow.focus();
}
</script>
|
set a link to start the game which could look like:
|
<a href="javascript:OpenSlots()">click here to play shockwave slots</a>
|
here is an example what you will get:
click here to play shockwave slots
Roulette:
copy and paste the following code between <head> and </head> in your webpage source code:
<script language="JavaScript">
function OpenRoulette()
{
myWindow =
window.open("http://www.gamblingguide.net/freegames/roulette/rl_loader.htm", "Roulette", "width=512,height=384");
myWindow.focus();
}
</script>
|
set a link to start the game which could look like:
|
<a href="javascript:OpenRoulette()">click here to play shockwave roulette</a>
|
here is an example what you will get:
click here to play shockwave roulette
|