Horizontal Jump & Report Boxes - - -Hellllllppppppp! (&q

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Horizontal Jump & Report Boxes - - -Hellllllppppppp! (&q
-_-ViSiOn-_-
CZ Super Newbie
-_-ViSiOn-_- has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Mar 12, 2005
0.01 posts per day
Posts: 36
Points: 2,724
 Yahoo Messenger  
Hey All,

This Is My Maiden Post as a Codezwiz member. I have a slight problem, i have desgned a horizontal jump box for cases, and a horizontal report box...however they dont bloody work.
So I heard that u lot were the most helpful html/php site on the net........Sooo me bein a cheeky mo fo icon_biggrin.gif was wondering if one of you experts or someone could design me an original horizontal nifty jump & report boxes.
This would be very much appreciated, if someone could do this ASAP for me.

ThAnX

Sean Powell - AKA Vissssssiiiioooonnn (",)~~~~~



Back to top Reply with quote
#2   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Can ya post a link so we can take a look at your code? Or post the code here? We can probably tell ya why it's not working.

Kelly



Back to top Reply with quote
#3   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
-_-ViSiOn-_-
CZ Super Newbie
-_-ViSiOn-_- has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Mar 12, 2005
0.01 posts per day
Posts: 36
Points: 2,724
 Yahoo Messenger  
<center>
<table cellspacing=0 cellpadding=1 bgcolor="black" bordercolor="CD0000" border=1>
<action="http://cgi3.igl.net/tourneysystem/register.php" method=post target="_blank">
<input type=hidden value="pp_pool" name=path>
<input type=hidden value=1 name=readrules>
<td><font size=2 color="FFD700"><b><center>Join Tourney</center></b></td>
<td align="left"><font size=2 color="FFD700">Jump #:</td><td align=left><input type="text" SIZE=9 name=tcount></td>
<td align=left><font size=2 color="FFD700">Name:</td><td align=left><INPUT TYPE="text" NAME="name" SIZE=9></td>
<td align=left><font size=2 color="FFD700">Password:</td><td align=left><INPUT TYPE="password" NAME="playerpass" SIZE=9></td>
<td><center><INPUT TYPE="submit"  VALUE="Good Luck!!" name=choice style="font-size:9;font-color="FFD700";font-family:Verdana"></td>
</tr></form></table>
<table cellspacing=0 cellpadding=0 bgcolor=black border=1 bordercolor="CD0000" width=140>
<onSubmit=return submitIt(this) ACTION=http://cgi3.myleague.com:81/cgi-bin/ladder/sql/report.cgi METHOD=POST  target="_blank" name=form><input type=hidden name=ladd value=bk>
<INPUT TYPE=hidden NAME=genre VALUE=cl>
<INPUT TYPE=hidden NAME=svr VALUE=cgi6>
<INPUT TYPE=hidden NAME=template VALUE=myleague>
<td><font size=2 color="FFD700"><b><center>League Games</center></b></td>
<td align=left width="53"><font size=2 color="FFD700">Name:</font></td>
<td width="148"><input type=text name=name size=9></td>
<td align=left width="53"><font size=2 color="FFD700">Password:</font></td>
<td width="148"><input type=password name=pass size=9>
<td align=left width="53"><font size=2 color="FFD700">Opponent:</font></td>
<td width="148"><INPUT TYPE=text NAME=chal SIZE=9></td>
<td><center><INPUT TYPE=submit VALUE="Grrr Not Again!!" style="font-size:9;font-color="FFD700";font-family:Verdana"></td>
</tr></form></table>



Back to top Reply with quote
#4   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Try this:

<center>
<table cellspacing=0 cellpadding=1 bgcolor="black" bordercolor="CD0000" border=1>
<form action="http://cgi3.igl.net/tourneysys
tem/register.php" method=post target="_blank">
<input type=hidden value="pp_pool" name=path>
<input type=hidden value=1 name=readrules>
<tr>
<td><font size=2 color="FFD700"><b><center>Join Tourney</center></b></td>
<td align="left"><font size=2 color="FFD700">Jump #:</td><td align=left><input type="text" SIZE=9 name=tcount></td>
<td align=left><font size=2 color="FFD700">Name:</td><td align=left><INPUT TYPE="text" NAME="name" SIZE=9></td>
<td align=left><font size=2 color="FFD700">Password:</td><td align=left><INPUT TYPE="password" NAME="playerpass" SIZE=9></td>
<td><center><INPUT TYPE="submit" VALUE="Good Luck!!" name=choice style="font-size:9;font-color="FFD700";font-family:Verdana"></td>
</tr>
</form>
</table>
<table cellspacing=0 cellpadding=0 bgcolor=black border=1 bordercolor="CD0000" width=140>

<form onSubmit=return submitIt(this) ACTION=http://cgi3.myleague.com:81/cgi-bin/ladder/sql/report.cgi METHOD=POST target="_blank" name=form>
<input type=hidden name=ladd value=bk>
<INPUT TYPE=hidden NAME=genre VALUE=cl>
<INPUT TYPE=hidden NAME=svr VALUE=cgi6>
<INPUT TYPE=hidden NAME=template VALUE=myleague>
<tr>
<td><font size=2 color="FFD700"><b><center>League Games</center></b></td>
<td align=left width="53"><font size=2 color="FFD700">Name:</font></td>
<td width="148"><input type=text name=name size=9></td>
<td align=left width="53"><font size=2 color="FFD700">Password:</font></td>
<td width="148"><input type=password name=pass size=9>
<td align=left width="53"><font size=2 color="FFD700">Opponent:</font></td>
<td width="148"><INPUT TYPE=text NAME=chal SIZE=9></td>
<td><center><INPUT TYPE=submit VALUE="Grrr Not Again!!" style="font-size:9;font-color="FFD700";font-family:Verdana"></td>
</tr></form>
</table>
</center>


You were missing the word form in your opening form tags. I also tidyed up your table code a bit. icon_smile.gif

And if you're going to use this code in Cases announcements box, make the word system is separated by an "enter". Like this:

<form action="http://cgi3.igl.net/tourneysys
tem/register.php" method=post target="_blank">


Kelly


Back to top Reply with quote
#5   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
-_-ViSiOn-_-
CZ Super Newbie
-_-ViSiOn-_- has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Mar 12, 2005
0.01 posts per day
Posts: 36
Points: 2,724
 Yahoo Messenger  
WOW! icon_mrgreen.gif icon_biggrin.gif .....How great is this site..wooohooo..that worked a treat ..thankyou very much Kelly ur a 5 star Bish Bosh Bird.....much appreciated...worked a treat....muuwwaaaahhhh



Back to top Reply with quote
#6   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
-_-ViSiOn-_-
CZ Super Newbie
-_-ViSiOn-_- has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Mar 12, 2005
0.01 posts per day
Posts: 36
Points: 2,724
 Yahoo Messenger  
1 more thing kelly.........do you or ne1 else know of a free program where i can create good flash logos and headings for my page....thanx.



Back to top Reply with quote
#7   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.05 posts per day
Posts: 8089
Points: 494,430
   
try [ Register or login to view links on this board. ] go to the downloads and look through there. There's tons with trials and some that are free.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#8   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
there is a full version for a 30day free trial of flash at [ Register or login to view links on this board. ] site.


taut



Back to top Reply with quote
#9   re: Horizontal Jump & Report Boxes - - -Hellllllppppppp!
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
A 5 star Bish Bosh Bird eh??? I sure hope that's a good thing!! new_silly.gif

YW. Glad u got it working.

Kelly



Back to top Reply with quote
#10   
GaREBEL
CZ Newbie
GaREBEL has been a member for over 20 year's 20 Year Member
usa.gif georgia.gif
Gender: Female
Status: Offline
Joined: Jun 19, 2003
0.00 posts per day
Posts: 8
Points: 1,630
  MSN Messenger 
icon_biggrin.gif I was wondering if I could possibly get codes for the Horizontal Report Loss and TD/HTD Log icon_question.gif Like the one You Have for the Horizontal Jump Box In ADMIN 101. I would greatly apprecitate it.
Thanks. icon_biggrin.gif



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum