Wobbler
08-07-2002, 05:53 PM
Here is the code
<form style="margin:0px;">
<input type="button" value="[Agree to terms & conditions]"
onclick="unlock1.disabled=false"><br><br>
<input type="button" name="unlock1" value="Unlock 1" disabled name="unlock1"
onclick="unlock2.disabled=false"><br><br>
<input type="button" name="unlock2" value="Unlock 2" disabled name="unlock2"
onclick="unlock3.disabled=false"><br><br>
<input type="button" name="unlock3" value="Unlock 3" disabled name="unlock3"
onclick="download.disabled=false"><br><br>
<input type="button" name="download" value="Download" disabled name="download"
onclick="">
</form>
i got it from the first trhead, don't remember by who, i've modified it a bit cause it didn't work.
But i can't make that advace i want to
Can sombody modify it so it works like this
[Agree to terms & conditions] <--- This button unlocks the first button "Unlock 1"
[Unlock 1] <--- When you click this button it opens a new window with a adress the webmaster chosen and when you klick it, it unlocks "Unlock 2" button
[Unlock 2] <--- Same as above but it unlocks "Unlock 3" button instead
[Unlock 3] <--- Same as "Unlcok 1" but this unlocks the "Download" button
[Download] <--- This button DOESN'T open a new browser it only starts the downlaod!!
<form style="margin:0px;">
<input type="button" value="[Agree to terms & conditions]"
onclick="unlock1.disabled=false"><br><br>
<input type="button" name="unlock1" value="Unlock 1" disabled name="unlock1"
onclick="unlock2.disabled=false"><br><br>
<input type="button" name="unlock2" value="Unlock 2" disabled name="unlock2"
onclick="unlock3.disabled=false"><br><br>
<input type="button" name="unlock3" value="Unlock 3" disabled name="unlock3"
onclick="download.disabled=false"><br><br>
<input type="button" name="download" value="Download" disabled name="download"
onclick="">
</form>
i got it from the first trhead, don't remember by who, i've modified it a bit cause it didn't work.
But i can't make that advace i want to
Can sombody modify it so it works like this
[Agree to terms & conditions] <--- This button unlocks the first button "Unlock 1"
[Unlock 1] <--- When you click this button it opens a new window with a adress the webmaster chosen and when you klick it, it unlocks "Unlock 2" button
[Unlock 2] <--- Same as above but it unlocks "Unlock 3" button instead
[Unlock 3] <--- Same as "Unlcok 1" but this unlocks the "Download" button
[Download] <--- This button DOESN'T open a new browser it only starts the downlaod!!