Notice the refresh button not saying refresh, well when you click that empty square of a button it posts a blank shout, which then has to be deleted...
any ideas?
Moderator: CricketMX Forum Moderators
Code: Select all
<input type="text" name="shout" length="50" maxlength="255" /> <input type="submit" name="submit" value="Submit" /> <input type="submit" name="submit" value="" />Code: Select all
<input type="submit" name="submit" value="Refresh" />