Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~679 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sibbs06

Is it possible to disable my submit button when my javascript timer has finished and has showed its end message. This is my form <form id="MakeBid" action="MakeBid.php" method="POST"> <input type="hidden" name="propertyID" value ="1"/> <div>Bid Now <input type="text" name="pricesoldfor"/></div> <input type="submit" value="Submit" /> </form> The java script message will be Auction …

Member Avatar for sibbs06
0
214
Member Avatar for sibbs06

Is it possible for me to use this code but change the date to a date from my database? // NOTE: the month entered must be one less than current month. ie; 0=January, 11=December // NOTE: the hour is in 24 hour format. 0=12am, 15=3pm etc // format: dateFuture1 = …

Member Avatar for shylonz
0
232
Member Avatar for sibbs06

Hi all This is just a query and would like to know how i would go about creating a java countdown that would countdown from a date in my database and when it gets to zero it would disable the submit button. I currently have a java countdown working however …

Member Avatar for MarPlo
0
88
Member Avatar for sibbs06

Hi I have a problem, I have created a site that allows for a user to bid on property but cant get a code to work where it updates a current record in the database <form id="MakeBid" action="MakeBid.php" method="get"> <div>Bid Now <input type="text" name="pricesoldfor"/></div> <input type="submit" value="Place Bid" /> </form> …

Member Avatar for Biiim
0
143