links in nav

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
CoolAsCarlito
Forum Contributor
Posts: 192
Joined: Sat May 31, 2008 3:27 pm
Contact:

links in nav

Post by CoolAsCarlito »

What I'm wanting to know is where do I put the code into that will load into the div content area when the link is clicked. It says function execute form but where should I find where "character" should be so that I can tell it to paste certain coding that div content area.

Here's my code.

Code: Select all

 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Language" content="en-us">
<meta name="language" content="en-us">
<title>Backstage V2 Administration Console</title>
<link rel="stylesheet" href="backstage.css" type="text/css" media="screen">
<link rel="stylesheet" href="backstage_print.css" type="text/css" media="print">
<script src="prototype.js" type="text/javascript"></script>
<script src="scriptaculous.js" type="text/javascript"></script>
<script type="text/javascript" src="ajax.js"></script>
 
</head>
<body>
<div id=container>
<div class=header><form method=POST name=changedefaultcharacter>
<input type=hidden name=action value=mainmenu>
<input type=hidden name=newdefaultcharacterid value=0>
</form>
<script type="text/javascript" language="javascript">
function executeformchangedefaultcharacter(newdefaultcharacterid) {
document.changedefaultcharacter.newdefaultcharacterid.value = newdefaultcharacterid;
document.changedefaultcharacter.submit();
}
</script>
<table cellpadding="0" cellspacing="0" border="0" width="95%">
<tr>
<td width=110 align=center><a target=_blank href=/bio.php?username=andreas><img src="/backstage_125x150.php?username=andreas" border=0 width=100 height=100 hspace=5 vspace=5 /></a></td>
<td><form method=POST name=changecharacter>
<select name=newdefaultcharacterid class=dropdown onChange="executeformchangedefaultcharacter(document.changecharacter.newdefaultcharacterid.value);"><option value=349>Andreas van der Wal<option>** Active Characters **<option value=196>Angelica Brooks<option value=219>Beef<option value=367>Bernie Roberts<option value=165>Blaine Blair<option value=335>Bryan Dawkins<option value=339>C.P. Cantrell<option value=106>Chandler Tsonda<option value=360>Christian Novak<option value=328>Colby Korver<option value=340>Connor O'Reily<option value=337>Cozen<option value=351>Dametreyus Fuqueiawytas<option value=330>Delta Upsilon Iota<option value=193>Devin Shakur<option value=208>Dusk<option value=220>El Janito<option value=270>Eli VanNess<option value=17>Ellie<option value=271>Felix Young<option value=164>Gerald Barrett<option value=365>Ham Patrick<option value=329>Hank Cobb<option value=311>High Flyer<option value=338>Jason Natas<option value=345>Jeeves<option value=336>Jimmy Bonafide<option value=346>Kaiser Vashaun<option value=361>Kale Ryder</select>
 
</form>
</td>
<td width=40% valign=bottom align=right>
<a href="#" onClick="executeform('mainmenu','0');">Home</a> | <a href="#" onClick="executeform('logout','0');">Logout</a> | <a target="_blank" href="http://prime.e-wrestling.org/forums">Forums</a> | <a target="_blank" href="http://community.primetimecentral.net">PTC Forums</a> | <a target="_blank" href="http://community.primetimecentral.net/forumdisplay.php?f=94">Post Suggestions or Bugs</a></td>
 
</tr>
</table>
</div>
<div id=container2>
<div id=nav><form method=POST name=mainmenu>
<input type=hidden name=action value=0>
<input type=hidden name=option value=0>
</form>
<script type="text/javascript" language="javascript">
function executeform(action,option) {
document.mainmenu.action.value = action;
document.mainmenu.option.value = option;
document.mainmenu.submit();
}
</script>
<h1>Character</h1>
<ul>
<li><a href="#" onClick="executeform('character','2');">Bio</a></li>
<li><a href="#" onClick="executeform('alliesrivals','0');">Allies</a></li>
<li><a href="#" onClick="executeform('alliesrivals','1');">Rivals</a></li>
<li><a href="#" onClick="executeform('quotes','0');">Quotes</a></li>
</ul>
<h1>Submit</h1>
<ul>
<li><a href="#" onClick="executeform('roleplay','0');">Roleplay</a></li>
<li><a href="#" onClick="executeform('news','0');">News</a></li>
<li><a href="#" onClick="executeform('submitmatch','0');">Match</a></li>
<li><a href="#" onClick="executeform('submitseg','0');">Seg</a></li>
</ul>
 
<h1>Handler</h1>
<ul>
<li><a href="#" onClick="executeform('directory','0');">Directory</a></li>
</ul>
</ul>
<h1>Booking</h1>
<ul>
<li><a href="#" onClick="executeform('champions','0');">Champions</a></li>
<li><a href="#" onClick="executeform('eventbooker','0');">Booker</a></li>
<li><a href="#" onClick="executeform('resultscompilation','0');">Compiler</a></li>
<li><a href="#" onClick="executeform('resultscompilation','1');">Archives</a></li>
 
</ul>
<h1>Fed Admin</h1>
<ul>
<li><a href="#" onClick="executeform('handler','0');">Handlers</a></li>
<li><a href="#" onClick="executeform('character','1');">Characters</a></li>
<li><a href="#" onClick="executeform('manageapplications','0');">Applications</a></li>
<li><a href="#" onClick="executeform('eventname','0');">Event Names</a></li>
<li><a href="#" onClick="executeform('title','0');">Title Names</a></li>
<li><a href="#" onClick="executeform('matchtypes','0');">Match Types</a></li>
<li><a href="#" onClick="executeform('division','0');">Divisions</a></li>
 
<li><a href="#" onClick="executeform('arenas','0');">Arenas</a></li>
</ul>
<h1>Site Admin</h1>
<ul>
<li><a href="#" onClick="executeform('template','0');">Templates</a></li>
<li><a href="#" onClick="executeform('content','0');">Content</a></li>
<li><a href="#" onClick="executeform('biolayout','0');">Bio Configuration</a></li>
<li><a href="#" onClick="executeform('newscategory','0');">News Categories</a></li>
<li><a href="#" onClick="executeform('menustructures','0');">Menus</a></li>
</ul>
</div>
<div id=content>
<h1 class=backstage>Backstage 2 Admin Console</h2><br />
<h2 class=backstage>Upcoming Events</h2><br />
<h3 class=backstage>Great American Nightmare 2008 - 19 Oct 2008</h3><br />
<table class="table1" width="100%">
<tr class="rowheading">
<td>Match</td>
<td>Lead Writer</td>
</tr>
<tr class=row2>
<td>Troy Douglas vs. Jason Natas</td>
 
<td>Alex Clark</td>
</tr>
<tr class=row1>
<td>Kaiser Vashaun© vs. Rhett Locke</td>
<td>Matt Ward</td>
</tr>
<tr class=row2>
<td>DUI vs. The Awakening vs. Union Jack and Jeeves</td>
<td>Will Otto</td>
</tr>
<tr class=row1>
<td>Team <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span> vs. The Princes of New England©</td>
 
<td>Mike Renner</td>
</tr>
<tr class=row2>
<td>Cozen vs. Dusk</td>
<td>Craig Maloof</td>
</tr>
<tr class=row1>
<td>The Roulette</td>
<td>Matt Repchak</td>
</tr>
</table><br />
<h2 class=backstage>Maintenance</h2><br />
 
<h3 class=backstage>Records requiring editing</h3><br />
<form method=POST name=recordsmodule>
<input type=hidden name=action value=records>
<input type=hidden name=routine value=0>
<input type=hidden name=bookingid value=0>
</form>
<script type="text/javascript" language="javascript">
function executeformrecords(routine,bookingid) {
document.recordsmodule.routine.value = routine;
document.recordsmodule.bookingid.value = bookingid;
document.recordsmodule.submit();
}
</script>
<table class=table2 width="100%">
<tr class=rowheading>
<td>&nbsp;</td>
<td>Show</td>
</tr>
<tr class=row2>
<td valign=top align=center width=30><a href="#" onClick="executeformrecords('listrecords','139');">W/L</td>
 
<td valign=top>ReVolution 175 (08 Oct 2008) </td>
</tr>
<tr class=row1>
<td valign=top align=center width=30><a href="#" onClick="executeformrecords('listrecords','138');">W/L</td>
<td valign=top>ReVolution 174 (01 Oct 2008) </td>
</tr>
<tr class=row2>
<td valign=top align=center width=30><a href="#" onClick="executeformrecords('listrecords','137');">W/L</td>
<td valign=top>ReVolution 173 (24 Sep 2008) </td>
</tr>
</table><br />
</div>
 
<div id="footer">Some footer text here. Backstage 2 &copy; 2006</div>
</div>
</div>
</div>
</body>
</html>
 
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: links in nav

Post by kaszu »

Eee... honestly, I reread what you wrote 3 times and I still have no clue what you want to do.
CoolAsCarlito
Forum Contributor
Posts: 192
Joined: Sat May 31, 2008 3:27 pm
Contact:

Re: links in nav

Post by CoolAsCarlito »

Okay my main php page aka my control panel is located here:

kansasoutlawwrestling.com/other/backstage.php

When you click on Bio I want it to send this info to the right div id=content area:

Code: Select all

<div id=content>
<h1 class=backstage>Character Management</h1><br />
<h2 class=backstage>Chandler Tsonda - Personal</h2><br />
<form method=post name=add>
<input type=hidden name=action value=character>
<input type=hidden name=routine value=savecharacter>
<input type=hidden name=getstyleid value="1">
<input type=hidden name=id value="106">
<input type=hidden name=charactername value="Chandler Tsonda">
<table width="100%" class="table2">
<tr>
<td width=120 class=rowheading>Username:</td><td class=row3>tsonda</td>
 
</tr>
 
<tr>
<td width=120 class=rowheading>Real Name:</td><td class=row3>
<input type=text name=realname class=fieldtext490 value="Chandler Tsonda"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Hometown:</td><td class=row3>
<input type=text name=hometown class=fieldtext490 value="San Diego, California via Hanoi, Vietnam"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Birthday:</td><td class=row3>
 
<input type=text name=birthdate class=fieldtext100 value="12/04/75? (Vietnamese birth records ain't worth a damn)"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Height:</td><td class=row3>
<input type=text name=height class=fieldtext40 value="5'11"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Weight:</td><td class=row3>
<input type=text name=weight class=fieldtext40 value="206"></td>
</tr>
 
</table><br />
<h2 class=backstage>Fed Related</h2><br />
 
<table width="100%" class="table2">
<tr>
<td width=120 class=rowheading>Division:</td>
<td class=row3>wrestling</td>
</tr>
 
<tr>
<td width=120 class=rowheading>Fed Titles:</td><td class=row3>
<input type=text name=fedtitles class=fieldtext490 value="PRIME Universal Title (<I>current</i>), PRIME 5-Star Title, PRIME Tag Titles (w/ the A-List)"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Fed Awards:</td><td class=row3>
 
<input type=text name=fedawards class=fieldtext490 value="2007 Jewel in the Crown Winner"></td>
</tr>
 
</table><br />
<h2 class=backstage>History</h2><br />
<table width="100%" class="table2">
<tr>
<td width=120 class=rowheading>Biography:</td><td class=row3><textarea name="bio" class="textarea490x200"><b>ReV 79</b>: W, def. Hoyt Williams
<b>ReV 81</b>: L, Illustrious Face-Eater def. Chandler Tsonda, Chris Collins, & Karina Wolfenden to win Pulse Championship
<b>ReV 83</b>: W, def. Paddy O'Shea in a Good Ole Irish Barfight (Angelo Deville shared the win, def. Danny Ferguson)
<b>ReV 84</b>: L, def. by Illustrious Face-Eater
<b>ReV 85</b>: L, def. by Karina Wolfenden
<b>ReV 86</b>: ~, Chandler Tsonda & Danny Ferguson v. Kyle Lamen & Illustrious Face-Eater results in a no contest as the A-List is formed
<b>ReV 87</b>: W, The A-List (Chandler Tsonda & Danny Ferguson) def. The Replacements
<b>ReV 88</b>: W, Chandler Tsonda, Kyle Lamen, & Chet Worth def. Ozric Mortimer, Jason Bass, & Hoyt Williams
<b>ReV 89</b>: W, The A-List (Chandler Tsonda, Danny Ferguson, & Illustrious Face-Eater) def. The Replacements & Kyle Lamen
<b>ReV 92</b>: W, def. Ignatius Lisieux
<b>UltraViolence 2006</b>: W, def. Kyle Lamen to retain the A-List's 5-Star Title
<b>ReV 93</b>: W, def. Adam
<b>ReV 94</b>: W, def. Titan St. James to retain A-List's 5-Star Title
<b>ReV 95</b>: ~, Chandler Tsonda v. Johnny Noble results in a no contest
<b>ReV 98</b>: W, def. Titan St. James to retain A-List's 5-Star Title (completing the night's three-match challenge)
<b>ReV 99</b>: W, The A-List (Chandler Tsonda, Danny Ferguson, Illustrious Face-Eater) def. Business & Pleasure, & Johnny Noble
<b>ReV 100</b>: W, def. Johnny Noble to retain the 5-Star Title (now solely his)
<b>ReV 103</b>: L, Silvio Fiore, Clint Poteet, Nova, Kyle Lamen, & Ingatius Lisieux def. Chet Worth, Karina Wolfenden, & The A-List
<b>Colossus III</b>: W, def. Johnny Noble to retain 5-Star Title
<b>ReV 107</b>: <i>"L"</i>, def. by Damien Cruz for Intense Title (Illustrious Face-Eater's soul possessed Chandler Tsonda...yeah)
<b>ReV 108</b>: L, def. by Jonathon Winters for 5-Star Title
<b>ReV 109:</b> W, def. Tchu
<b>Great American Nightmare 2006</b>: L, Tony Gamble def. Chandler Tsonda & Jonathon Winters to win 5-Star Title
<b>ReV 110</b>: L, def. by Tony Gamble in 5-Star Title Match & JITC 1st Round
<b>ReV 134</b>: ~, Chandler Tsonda & Danny Ferguson v. Nova & Illustrious Face-Eater results in a no contest
<b>Colossus IV</b>: W, The A-List (Chandler Tsonda, Illustrious Face-Eater & Mike Wade) def. Jack Murphy, & The Sound & The Fury
<b>ReV 136</b>: W, def. Devin Shakur
<b>ReV 137</b>: W, def. Tyler Rayne
<b>ReV 138</b>: L, Tyler Rayne def. Chandler Tsonda & Dusk
<b>Dice, Dollars, and Tragedy</b>: W, def. Hoyt Williams & Tyler Rayne 
<b>ReV 141</b>: L, Devin Shakur & Brandon Youngblood def. Chandler Tsonda & Danny Ferguson
<b>ReV 143</b>: W, Chandler Tsonda & Titan St. James def. The Sound & The Fury
<b>Great American Nightmare 2007</b>: W, def. Titan St. James
<b>ReV 144</b>: W, def. High Flyer in JITC 1st Round
<b>ReV 146</b>: W, def. Easton Hall in JITC 2nd Round
<b>ReV 147</b>: W, def. Johnny Noble
<b>King of Kings 2007</b>: W, def. Hoyt Williams & Brandon Youngblood in JITC Semifinal
W, def. Wade Elliott in JITC Final
<b>ReV 148</b>: W, Chandler Tsonda & Tyler Rayne def. Team V.I.A.G.R.A.
<b>ReV 151</b>: W, def. Dusk & High Flyer
<b>ReV 152</b>: L, Devin Shakur & Easton Hall def. Chandler Tsonda & Nitz Donnelly, & Tyler Rayne & Lindsay Troy
<b>Culture Shock</b>: L, def. by Lindsay Troy to retain Universal Title
<b>ReV 154</b>: L, Wade Elliott & Dusk def. Chandler Tsonda & Tyler Rayne
<b>ReV 156</b>: W, def. Captain Justice & Tony Rolo
<b>ReV 158</b>: L, Cozen, Tony Gamble, & Jason Natas def. Chandler Tsonda, Tyler Rayne, & Bryan Dawkins
<b>UltraViolence 2008</b>: W, def. Tony Gamble in a Steel Cage Match
<b>ReV 162</b>: W, def. Troy Douglas
<b>ReV 163</b>: L, Xavier Kannon def. Chandler Tsonda, Tony Rolo, Dusk, & Tony Gamble in a Hell in a Cell Match
<b>ReV 164</b>: W, def. Bryan Dawkins
<b>ReV 165</b>: L, Xavier Kannon, Tony Gamble, Codemaster, & Champ Chamberlin def. Chandler Tsonda, Wade Elliott, Simply Beautiful, & Bryan Dawkins in a WarGames Match
<b>ReV 167</b>: L, Devin Shakur & Union Jack def. Chandler Tsonda & Bryan Dawkins
<b>ReV 168</b>: W, Chandler Tsonda & Devin Shakur def. Troy Douglas & Kaiser Vashaun
<b>Colossus V</b>: W, def. Devin Shakur to win Universal Title
<b>ReV 172</b>: W, def. Dusk
<b>PRIME/SCCW Cataclysm</b>: L, def. by Amy Campbell
<b>ReV 174</b>: ~, Chandler Tsonda v. Dani Fuhrer results in a no contest
<b>ReV 175</b>: W, def. Kaiser Vashaun
 
<u>Record</u>
Singles Record: 27-10-2
Tag Record: 8-7-2
Overall Record: 35-17-4</textarea></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Other Feds:</td><td class=row3>
<input type=text name=otherfeds class=fieldtext490 value="Pro Wrestling Circuit"></td>
 
</tr>
 
<tr>
<td width=120 class=rowheading>Other Fed Titles:</td><td class=row3>
<input type=text name=otherfedtitles class=fieldtext490 value=""></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Other Fed Awards:</td><td class=row3>
<input type=text name=otherfedawards class=fieldtext490 value="PWC Alliance Titles, GTT5 Semi-Finalist, 2007 TEAM Dupree Cup Champion"></td>
</tr>
 
</table><br />
<h2 class=backstage>Wrestling</h2><br />
 
<table width="100%" class="table2">
<tr>
<td width=120 class=rowheading>Nicknames:</td><td class=row3>
<input type=text name=nicknames class=fieldtext490 value="The Sultan of Style, The Model Citizen, The Viet Viper, Tinkerbell (sole property of Tyler Rayne)"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Alignment:</td>
<td class=row3><select name=alignmentid class=dropdown><option value=1>Face<option value=3>Heel<option value=2>Neutral</select></td>
</tr>
 
<tr>
 
<td width=120 class=rowheading>Manager:</td><td class=row3><select name=managerid class=dropdown>
<option value=0>- None -<option value=349>Andreas van der Wal<option value=17>Ellie<option value=345>Jeeves<option value=321>Mary-Lynn Mayweather<option value=347>Miranda O'Reily<option value=350>Siena van der Wal</select></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Wrestling Style:</td><td class=row3>
<input type=text name=wstyle class=fieldtext490 value="High-flying/evade + counter (PLEASE reference MWA for recent changes)"></td>
 
</tr>
 
<tr>
<td width=120 class=rowheading>Finisher Move:</td><td class=row3>
<input type=text name=finisher_name class=fieldtext490 value="The Model Citizen, The Narcissist's Noose"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Finisher Description:</td><td class=row3>
<input type=text name=finisher_desc class=fieldtext490 value="High-Arc Moonsault, Rack Neckbreaker"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Finisher Setup Move:</td><td class=row3>
 
<input type=text name=setup_name class=fieldtext490 value="[A] Runway Vault"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Setup Description:</td><td class=row3>
<input type=text name=setup_desc class=fieldtext490 value="[A] Diamond Dust"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Special Moves:</td><td class=row3>
<input type=text name=specialmoves class=fieldtext490 value="See MWA for full moveset"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Other Moves:</td><td class=row3><textarea name="moveset" class="textarea490x200"><i>UPDATE</i>: Tsonda now has a lingering back problem.  Smart opponents will go after this.  If he's going to lose in this day and age, his back is always the first option.
 
Additionally, he's beginning to put on some more weight to justify a more ground-based offense.  He hasn't given up on the aerial offense, but he's adapting to the fact that he's getting older.  When the top rope is worth the risk, though, he'll be the first to jump around like a Capuchin.
 
<u>Ring Mindset</u>: Tsonda's gone face.  However, his moral compass still says that, most of the time, the ends justify the means.  He'll no longer ruthlessly cheat, but the golden rule applies.  If you eye gouge him, don't be surprised to catch a mule kick to the jewels.  And with his lingering back problems, he doesn't want to wrestle marathon matches.  If he can find an opening, he'll try to put you away early (and often).
 
<u>Wrestling Style</u>: Evade and counter is the name of the game.  More ground offense, especially counter holds and chains of counter moves; less haphazard flying, although dropkicks are still a main weapon.
 
He uses very few arm strikes (although he will use elbow strikes from the air) and relies on lots of kicks.  His repertoire also includes counters to all medium-level moves and speedy counters when facing bigger opponents.  He is mildly proficient in holds.
 
Runway Vault is the 'pull out of anywhere and shift match momentum and/or hit finisher' move.  Since all it requires is that Tsonda get a good handle on the opponent and he's near the turnbuckle, it's often his weapon of choice if he can counter out of another move or dodge a move that leaves him in a position to deliver it.  It's also a move that he won't use until the later stages of a match unless he's certain he'll win just because it's pretty easy to counter out of for a fully energized opponent.  It's feast or famine and it's a once-a-match spot; think of the X-Pac's Bronco Buster for a crowd reaction.  If the crowd's gonna pop big for Tsonda, it'll probably be after a big move like this.  If they're gonna throw trash and boo and hiss, this would be the time.  Unless he's got a nagging injury that prevents him, he'll use this move every time he's in the ring (and when he's injured, he'll probably still try it, just fail).
 
The Narcissist's Noose is built on the same logic as the Vault.  As a surprise finisher, it works out of nowhere by knocking the wind out of you.  But its greatest strength is when following other moves that target the neck (see: Golgotha Drop, Guerilla Plex '69), used as the final straw in a matchlong attempt to weaken the neck.  It is yet to be kicked out of (and shouldn't be, for the time being); if the match is epic and a finisher's going to be kicked out of, it should be The Model Citizen.
 
With the aforementioned back injury, CT is unable to offer up more than one Model Citizen per match (if at all).  Now that he has an effective ground finisher, he'll go to the Model Citizen at times where the opponent seems dead in the water.  He just can't risk missing the move and slamming his back into the mat.
 
The Model Citizen Redux should never be used without specific instructions (it's a super finisher, so a big-time match move-if this hits, it's light out...actually, lights out implies that the switch could be turned back on, so if this hits it's <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> electricity out.  You're not coming back from it).  It can be adopted to any situation-the jump could go ring/chair/top rope springboard or floor/chair/barricade.
 
<u>Common Moves</u>:
 
Kicks of all kinds (Drop, Roundhouse, Flying, etc.)
Bulldog/facecrusher variations
Pinning moves (sunset flip, small package, school boy, etc.)
 
<u>Trademark Moves</u>: <b>Shot of Style*:</b> Hairspray to the eyes [Inactivated for a while]
 
<b>Runway Vault:</b> Diamond Dust
<b>Golgotha Drop:</b> Stalling Lift Implant DDT
<b>Viper's Bite:</b> Cobra Clutch
<b>Guerilla Plex '69:</b>Second-Rope Release Tiger Suplex
<b>Spinal Tap:</b>Hammerlock to Inverted Dragon Sleeper setup-->Kneeling Backbreaker (mostly used as counter out of lock-up)
<b>The Flip Out:</b> Iconoclasm/'Fall From Grace'
<b>Perfect 10:</b> Suicide Springboard Corkscrew Body Press
<b>The Model Citizen:</b> Moonsault
<b>The Model Citizen Redux:</b> Triple Jump Corkscrew Moonsault</textarea></td>
 
</tr>
 
<tr>
<td width=120 class=rowheading>Entrance Music:</td><td class=row3>
<input type=text name=entrancemusic class=fieldtext490 value="'Welcome Home' by Coheed & Cambria (See MWA for full entrance)"></td>
</tr>
 
<tr>
<td width=120 class=rowheading>Ring Entrances:</td><td class=row3><textarea name=ringentrances class="textarea490x200"><i> "I said 'kiss me, you're beautiful'
These are truly the last days'"</i>
 
The weathered voice from the beginning of Godspeed You! Black Emperor's "Dead Flag Blues" fades into the short acoustic section that begins Coheed & Cambria's "Welcome Home."  After twelve seconds, the bitchin' guitars start to kick ass, as green and silver pyro goes off in perfect timing with the power riffs.
 
As the WalTron displays the words "Model Citizen" in white over a black background, Tsonda swaggers out from behind the curtain.  He soaks up the fan's   reaction at the top of the ramp, staring down his opponent.  And amidst the hazy green and silver smoke, he sprints to the ring, slides in under the bottom rope, and awaits the start of the match.</textarea></td>
</tr>
 
</table><br />
<input type=submit value="Update Bio" class=button></form><br />
<h2 class=backstage><form method=POST><input type=hidden name=action value=mainmenu><input type=submit value="Return to Main Menu" class=button200></form></h2>
 
</center></div>
How do I do that? Of course the code for my control panel is included in my first post.
Post Reply