Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #44.3K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 4
Favorite Tags
javascript x 4
html-css x 1
2 Posted Topics
[COLOR="grey"]Hi all, I've been trying to solve this problem for like 3 hours, but couldn't solve it, so any help would be appreciated.[/COLOR] I want to perform 2 actions on 1 form and on 1 submit. address1 - i only have to send datas address2 - i have to send …
[QUOTE]display them when a button is pressed[/QUOTE] you do something like this: [CODE] <input type="button" value="clickMe" onclick="document.getElementById('[COLOR="Red"]111[/COLOR]').style.display='inline'" /> [/CODE] and the table: [CODE] <table id="[COLOR="Red"]111[/COLOR]" style="display:none"> [/CODE]
The End.