School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,441 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,483 people online right now. Registration is fast and FREE... Join Now!




Bingo caller .cfm

 

Bingo caller .cfm

wild494

23 May, 2009 - 08:23 PM
Post #1

New D.I.C Head
*

Joined: 20 May, 2009
Posts: 37


My Contributions
I'm trying to rewrite a bingo number caller to make it a word caller for personal use. Here's the code
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="../../home/texas494/public_html/Bingo/bastyle.css" type="text/css" />
<title>Texas Mafia 494 Word Caller</title>
</head>
<body>
<div class="steps" align="center">Texas Mafia 494 Word Caller</div>
<table border="0" width="100%">
<tbody>
<tr>
<td rowspan="16" align="center">Bingo Call 1<br />
<span style="font-size: 65px">boxers</span></td></tr>
<tr>
<td><font color="#ececec">dork</font></td>
<td><font color="#ececec">hussy</font></td>
<td><font color="#ececec">mafia</font></td>
<td><font color="#ececec">gangster</font></td>
<td><font color="#ececec">devil's wife</font></td></tr>
<tr>
<td><font color="#ececec">just peachy</font></td>
<td><font color="#ececec">fine</font></td>
<td><font color="#ececec">stripper</font></td>
<td><font color="#ececec">lap dance</font></td>
<td><font color="#ececec">blow job</font></td></tr>
<tr>
<td><font color="#ececec">can't touch this</font></td>
<td><font color="#ececec">think you can handle this</font></td>
<td><font color="#ececec">drunk</font></td>
<td><font color="#ececec">perv</font></td>
<td><font color="#ececec">deep throat</font></td></tr>
<tr>
<td><font color="#ececec">pecker</font></td>
<td><font color="#ececec">walking in the rain</font></td>
<td><font color="#ececec">Master's 17 year old</font></td>
<td><font color="#ececec">hot lips</font></td>
<td><font color="#ececec">milkers</font></td></tr>
<tr>
<td><font color="#ececec">sex</font></td>
<td><font color="#ececec">tequila</font></td>
<td><font color="#ececec">body shots</font></td>
<td><font color="#ececec">hot and wild</font></td>
<td><font color="#ececec">69</font></td></tr>
<tr>
<td><font color="#ececec">whiskey</font></td>
<td><font color="#ececec">vodka</font></td>
<td><font color="#ececec">full moon</font></td>
<td><font color="#ececec">moonshine</font></td>
<td><font color="#ececec">skinny dip</font></td></tr>
<tr>
<td><font color="#ececec">fruit salad</font></td>
<td><font color="#ececec">Yahtzee</font></td>
<td><font color="#ececec">Gammon</font></td>
<td><font color="#ececec">Poker</font></td>
<td><font color="#ececec">olives</font></td></tr>
<tr>
<td><font color="#ececec">cornbread</font></td>
<td><font color="#ececec">fajitas</font></td>
<td><font color="#ececec">smack</font></td>
<td><font color="#ececec">bite</font></td>
<td><font color="#ececec">kick</font></td></tr>
<tr>
<td><font color="#ececec">poke</font></td>
<td><font color="#ececec">barbeque</font></td>
<td><font color="#ececec">club</font></td>
<td><font color="#ececec">strip</font></td>
<td><font color="#ececec">dancing</font></td></tr>
<tr>
<td><font color="#ececec">coffee</font></td>
<td><font color="#ececec">pole dance</font></td>
<td><font color="#ececec">Texas has a whore house in it</font></td>
<td><strong>boxers</strong></td>
<td><font color="#ececec">friends</font></td></tr>
<tr>
<td><font color="#ececec">love</font></td>
<td><font color="#ececec">tongue</font></td>
<td><font color="#ececec">piercing</font></td>
<td><font color="#ececec">nipple ring</font></td>
<td><font color="#ececec">Prince Albert</font></td></tr>
<tr>
<td><font color="#ececec">headache</font></td>
<td><font color="#ececec">eyes</font></td>
<td><font color="#ececec">soul</font></td>
<td><font color="#ececec">sexy</font></td>
<td><font color="#ececec">Italian</font></td></tr>
<tr>
<td><font color="#ececec">lime</font></td>
<td><font color="#ececec">cherry</font></td>
<td><font color="#ececec">Dom</font></td>
<td><font color="#ececec">Domme</font></td>
<td><font color="#ececec">subs</font></td></tr>
<tr>
<td><font color="#ececec">family</font></td>
<td><font color="#ececec">safe</font></td>
<td><font color="#ececec">sane</font></td>
<td><font color="#ececec">consensual</font></td>
<td><font color="#ececec">BDSM</font></td></tr>
<tr>
<td><font color="#ececec">lies</font></td>
<td><font color="#ececec">symbol</font></td>
<td><font color="#ececec">halls</font></td>
<td><font color="#ececec">whip cream</font></td>
<td><font color="#ececec">backstabbers</font></td></tr>
<tr>
<td colspan="6"><font size="2">Last 1 calls : boxers     </font></td></tr></tbody></table><br />
<a href="caller.cfm" style="font-size: 18px">C A L L       N E X T       N U M B E R</a>
<div align="right"><font size="1"><a href="caller.cfm?gr=1">WINNER (start again)</a></font></div><br />
</body>
</html>


Ok so the problem I'm having is right around here
CODE
<a href="caller.cfm" style="font-size: 18px">C A L L       N E X T       N U M B E R</a>
<div align="right"><font size="1"><a href="caller.cfm?gr=1">WINNER (start again)</a></font></div><br />

I'm not sure what is contained in the caller.cfm. I'm not even sure what I would need to be able to write it. The caller.cfm is supposed to call the next number and the caller.cfm?gr=1 is supposed to reset the board. So any help anyone can give me would be great.

User is offlineProfile CardPM
+Quote Post


harshakirans

RE: Bingo Caller .cfm

17 Jun, 2009 - 10:50 PM
Post #2

D.I.C Head
Group Icon

Joined: 26 Apr, 2006
Posts: 123



Thanked: 4 times
Dream Kudos: 150
My Contributions
Hi wild494,

Can you elaborate on what you are trying to do ??

I don't see any dynamic parameters in you code mentioned below..

Can you please clearly state your requirements or what are you actually trying to achieve.
User is offlineProfile CardPM
+Quote Post

Marty[ni]

RE: Bingo Caller .cfm

22 Jun, 2009 - 11:50 PM
Post #3

New D.I.C Head
*

Joined: 22 Jun, 2009
Posts: 10



Thanked: 1 times
My Contributions
After reading through your post thoroughly [twice!], you are attempting to play Bingo with words and sentences?

caller.cfm-
  • Without an argument, it generates a value, integer, or a word/sentence to display on the board
  • With an argument (that would be 1), it clears the board.


Note: This is from my understanding. I could be wrong!
User is offlineProfile CardPM
+Quote Post

wild494

RE: Bingo Caller .cfm

23 Jun, 2009 - 03:29 PM
Post #4

New D.I.C Head
*

Joined: 20 May, 2009
Posts: 37


My Contributions
QUOTE
' date='22 Jun, 2009 - 11:50 PM' post='682537']
After reading through your post thoroughly [twice!], you are attempting to play Bingo with words and sentences?

caller.cfm-
  • Without an argument, it generates a value, integer, or a word/sentence to display on the board
  • With an argument (that would be 1), it clears the board.
Note: This is from my understanding. I could be wrong!


Yes that would be what I'm trying to do.

One link will call the next word and the other one will clear it.

This is what it looks like now http://texas494.net/Bingo/bingo_caller.html

If you click call next word it should show the next word called above the link and then highlight the word in the word bank to keep track of it. If you click winner it should clear everything so you can start again.

CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="../../home/texas494/public_html/Bingo/bastyle.css" type="text/css" />
<title>Texas Mafia 494 Word Caller</title>
</head>
<body>
<div class="steps" align="center">Texas Mafia 494 Word Caller</div>
<table border="0" width="100%">
<tbody>
<tr>
<td rowspan="16" align="center">Bingo Call 1<br />
<span style="font-size: 65px">boxers</span></td></tr>
<tr>
<td><font color="#ececec">dork</font></td>
<td><font color="#ececec">hussy</font></td>
<td><font color="#ececec">mafia</font></td>
<td><font color="#ececec">gangster</font></td>
<td><font color="#ececec">devil's wife</font></td></tr>
<tr>
<td><font color="#ececec">just peachy</font></td>
<td><font color="#ececec">fine</font></td>
<td><font color="#ececec">stripper</font></td>
<td><font color="#ececec">lap dance</font></td>
<td><font color="#ececec">blow job</font></td></tr>
<tr>
<td><font color="#ececec">can't touch this</font></td>
<td><font color="#ececec">think you can handle this</font></td>
<td><font color="#ececec">drunk</font></td>
<td><font color="#ececec">perv</font></td>
<td><font color="#ececec">deep throat</font></td></tr>
<tr>
<td><font color="#ececec">pecker</font></td>
<td><font color="#ececec">walking in the rain</font></td>
<td><font color="#ececec">Master's 17 year old</font></td>
<td><font color="#ececec">hot lips</font></td>
<td><font color="#ececec">milkers</font></td></tr>
<tr>
<td><font color="#ececec">sex</font></td>
<td><font color="#ececec">tequila</font></td>
<td><font color="#ececec">body shots</font></td>
<td><font color="#ececec">hot and wild</font></td>
<td><font color="#ececec">69</font></td></tr>
<tr>
<td><font color="#ececec">whiskey</font></td>
<td><font color="#ececec">vodka</font></td>
<td><font color="#ececec">full moon</font></td>
<td><font color="#ececec">moonshine</font></td>
<td><font color="#ececec">skinny dip</font></td></tr>
<tr>
<td><font color="#ececec">fruit salad</font></td>
<td><font color="#ececec">Yahtzee</font></td>
<td><font color="#ececec">Gammon</font></td>
<td><font color="#ececec">Poker</font></td>
<td><font color="#ececec">olives</font></td></tr>
<tr>
<td><font color="#ececec">cornbread</font></td>
<td><font color="#ececec">fajitas</font></td>
<td><font color="#ececec">smack</font></td>
<td><font color="#ececec">bite</font></td>
<td><font color="#ececec">kick</font></td></tr>
<tr>
<td><font color="#ececec">poke</font></td>
<td><font color="#ececec">barbeque</font></td>
<td><font color="#ececec">club</font></td>
<td><font color="#ececec">strip</font></td>
<td><font color="#ececec">dancing</font></td></tr>
<tr>
<td><font color="#ececec">coffee</font></td>
<td><font color="#ececec">pole dance</font></td>
<td><font color="#ececec">Texas has a whore house in it</font></td>
<td><strong>boxers</strong></td>
<td><font color="#ececec">friends</font></td></tr>
<tr>
<td><font color="#ececec">love</font></td>
<td><font color="#ececec">tongue</font></td>
<td><font color="#ececec">piercing</font></td>
<td><font color="#ececec">nipple ring</font></td>
<td><font color="#ececec">Prince Albert</font></td></tr>
<tr>
<td><font color="#ececec">headache</font></td>
<td><font color="#ececec">eyes</font></td>
<td><font color="#ececec">soul</font></td>
<td><font color="#ececec">sexy</font></td>
<td><font color="#ececec">Italian</font></td></tr>
<tr>
<td><font color="#ececec">lime</font></td>
<td><font color="#ececec">cherry</font></td>
<td><font color="#ececec">Dom</font></td>
<td><font color="#ececec">Domme</font></td>
<td><font color="#ececec">subs</font></td></tr>
<tr>
<td><font color="#ececec">family</font></td>
<td><font color="#ececec">safe</font></td>
<td><font color="#ececec">sane</font></td>
<td><font color="#ececec">consensual</font></td>
<td><font color="#ececec">BDSM</font></td></tr>
<tr>
<td><font color="#ececec">lies</font></td>
<td><font color="#ececec">symbol</font></td>
<td><font color="#ececec">halls</font></td>
<td><font color="#ececec">whip cream</font></td>
<td><font color="#ececec">backstabbers</font></td></tr>
<tr>
<td colspan="6"><font size="2">Last 1 calls : boxers     </font><td></tr></tbody></table><br />
<a href="caller." style="font-size: 18px">C A L L       N E X T       WORD</a>
<div align="right"><font size="1"><a href="caller.?gr=1">WINNER (start again)</a></font></div><br />
</body>
</html>



Again this is where I'm having the problem:

CODE
<td colspan="6"><font size="2">Last 1 calls : boxers     </font></td></tr></tbody></table><br />
<a href="caller.(not sure what to do here)" style="font-size: 18px">C A L L       N E X T       WORD</a>
<div align="right"><font size="1"><a href="caller.(not sure what to do here)?gr=1">WINNER (start again)</a></font></div><br />

User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: Bingo Caller .cfm

23 Jun, 2009 - 03:45 PM
Post #5

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Hope this doesn't sound rude, but do you own or have caller.cfm? If not then I take it you're wanting us to try and guess what code is in the page? If you don't have the code for the page then there is nothing we can do to help, and even if we could we aren't just going to give you the code to make this work because you have yet to show us anything other than HTML, meaning you've shown no effort to make this work on your own.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 01:17AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month