Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
question about button activation
Old 11-01-2007, 07:53 AM question about button activation
Junior Talker

Posts: 2
Trades: 0
hey im using dreamweaver im new in this forum and i have a small question , how can i create button that only if one has been pressed by the user then the next one can be pressed . let me give you an example :

Sample 1


Sample 2


Sample 3


for the user to succeed pressing Sample 3 he should first press Sample 1 then Sample 2 and then he can press sample 3 .. pls help tnx
raxxxx0r is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-01-2007, 09:32 AM Re: question about button activation
Novice Talker

Posts: 8
Trades: 0
Well that is not done with plain html coding. you will have to do some programming, either with php, javascript, asp.net or whatever you prefer.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
pelle is offline
Reply With Quote
View Public Profile
 
Old 11-01-2007, 11:11 AM Re: question about button activation
Junior Talker

Posts: 2
Trades: 0
ow , well

the problem is that i dont have any programming skills :/
can someone direct me to a site or place where i can see the script for doing it ?
i need it so much
raxxxx0r is offline
Reply With Quote
View Public Profile
 
Old 11-01-2007, 04:50 PM Re: question about button activation
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Javascript Forum

Javascript would be simplest, unless the button runs a server side function where it could be handled as the page is regenerated.

Knowing what you are doing in more detail would allow us to give a more qualified answer.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-06-2007, 05:20 AM Re: question about button activation
Novice Talker

Posts: 4
Name: ricky
Trades: 0
If you know more about the c programming then you can learn jave script
easily and also you will know about the activation code .
__________________
I love webmaster-talk
webmaster33 is offline
Reply With Quote
View Public Profile
 
Old 11-07-2007, 04:12 AM Re: question about button activation
rohan_india's Avatar
Novice Talker

Posts: 9
Name: Rohan Shenoy
Location: Thane-Vashi,Mumbai,India
Trades: 0
Just copy paste the code into a blank text file. Save it as an .html file. Open the HTML file and see if it works as you want.
Code:
<input type="button" id="button1" value="Sample 1" onclick="document.getElementById('button2').disabled=false">
<br>
<input type="button" id="button2" value="Sample 2" onclick="document.getElementById('button3').disabled=false" disabled="true">
<br>
<input type="button" id="button3" value="Sample 3" onclick="alert('Isnt this what you were looking for?')"  disabled="true">
__________________
Medical entrance resources for MHT-CET:
Please login or register to view this content. Registration is FREE


My javascript showcase:
Please login or register to view this content. Registration is FREE
rohan_india is offline
Reply With Quote
View Public Profile Visit rohan_india's homepage!
 
Reply     « Reply to question about button activation
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.33937 seconds with 12 queries