0
Please I have ably learnt of html and css and am able to build login forms with that
Pls I want to ask how can I link it to my homepage
12 odpowiedzi
0
Please Interpret your question, your question is not clear
0
ok please i mean i have learnt html and css,and due to that am able to create a login form.And i want to link my website which i also used html and css to create to my login forms
0
According to you 'You have created a web page which have a login form now you want to use this login form in your website"?? Is it correct
0
no i mean the login form is a source code file on its own and the webpage to is also a different source code file.then now i want to link the login source code to my webpage source code file through my submit bottom
0
Okay got it I think you are very new to web development no problem. You want that when u click on 'submit' button on your login form then your webpage should open??
0
yes
0
Ok If you want to implement JavaScript also? Then it will be a different procedure. However just add 'action' attribute in 'form' tag and give your web page address as value of action attribute. For ex:-
<form action="webpage.html">
</form>
0
Please let me know if it worked
0
ok boss
0
but please were should i add it
0
i mean the location inwhich i have to put the code
0
You have used a <form> tag in your form source code you should use the action attribute there