Hi, im looking to make a <form> with a link to my site, I know how to set the action and stuff and the same with the input's and the id's I just would like to know how to make it so that if you press No, a notification box pops up and says thanks anyways (: and if Yes is pressed A notification box will pop up saying Thanks (: and when pressed ok to exit the notification box, sends you to my site. If you know anything about this, please help. (:
Btw, im just a 13 year old who's been trying to learn basic HTML for the past week so im really new to this stuff. Thanks
He said he's learning basic HTML. He may well want to learn Javascript, but I'm not going to assume that, am I?
You're not helping him AT ALL, so I don't think you should be the one criticizing.
I tried making a javascript for something a couple months back but failed because I had rushed into it, I would like to learn javascript eventually after Learning CSS too.
Any tips for CSS/Javascript?
Yeah, Sammy12 did make a valid point saying that you should learn yourself instead of me giving you the code, but I'm not going to sit here and teach you everything there is to know about Javascript, HTML and CSS, and I assumed you wanted an immediate solution to your problem.
A few tips:
Learn HTML, Then CSS and then Javascript (That's what I did, and it was easy)
Use w3schools.com and read through in the order of first tip.
Try and work out your own problems by using Google, Changing Code etc. (Unless you get really stuck, if so, come back here! )
Yeah, Sammy12 did make a valid point saying that you should learn yourself instead of me giving you the code, but I'm not going to sit here and teach you everything there is to know about Javascript, HTML and CSS, and I assumed you wanted an immediate solution to your problem.
A few tips:
Learn HTML, Then CSS and then Javascript (That's what I did, and it was easy)
Use w3schools.com and read through in the order of first tip.
Try and work out your own problems by using Google, Changing Code etc. (Unless you get really stuck, if so, come back here! )
Hope I helped.
You helped alot, I changed the values to the word's I wanted and that's about all. Also, I did use w3schools.com for learning my HTML basic's, I found it really detailed and had lots of examples. As for learning CSS and Javascript, that has been my plan. I just have 1 question.
What knowledge of HTML would I need to learn CSS?
Thanks, Sam
Last edited by samxdesigns; 07-27-2011 at 06:05 PM..
Reason: Forgot caps in <b> and <u> tags.
HTML is a very basic language.
I learnt CSS after I knew how to do tables, forms, text and insert images. So I wasn't very experienced at all! :P
CSS takes over a lot of HTML variables, but HTML is still very important!
Ok, thanks man (:
+ I have had a bit of trouble trying to get images into my pages,
I have tried (sorry but I don't know how to put into a little text box)
<img border="0" src="coolpic.jpg" alt="Samxdesigns" width="32" height="32" />
But it always show's up as a blank image, I think I might have made a mistake but I don't see it. Sam
He said he's learning basic HTML. He may well want to learn Javascript, but I'm not going to assume that, am I?
You're not helping him AT ALL, so I don't think you should be the one criticizing.
how so? I gave him the link to his answer. he will just copy the code you provided into his document. not learning much? maybe the link to w3schools will give him the idea of javascript and furthermore, the ability to build upon it. gear the user to the right direction. users should not be thinking that if i post a question, everyone will just write the code for me.
everyone just wants the answer on a silver platter, but in the end it's the ones who learned how it got there who will succeed.
how so? I gave him the link to his answer. he will just copy the code you provided into his document. not learning much? maybe the link to w3schools will give him the idea of javascript and furthermore, the ability to build upon it. gear the user to the right direction. users should not be thinking that if i post a question, everyone will just write the code for me.
everyone just wants the answer on a silver platter, but in the end it's the ones who learned how it got there who will succeed.
You have a point there, I have no knowledge of Javscript though.
I was asking just for a bit of code that I did not know to add to my code.
Is there any harm in that?
I understand you want me to learn how to do stuff myself but sometimes I just need a little help from a more successful and experienced coder.