gaya 1 Posted November 29, 2012 Report Share Posted November 29, 2012 hai, I'm learning the html newly.Just i did my first html code for login page with radio buttons.Now i want to link a web page in that code itself. how shall i do it using tables.please any1 give me an example for linking the webpage.I just created a login page for student and teacher. If student is selected i've to link it with a webpage like www.google.co.in. how can i do this using html table and java script. please any1 help me. Quote Link to post Share on other sites
SDGSteve 0 Posted November 29, 2012 Report Share Posted November 29, 2012 I'm not totally sure I understand the question, making a link is really simple, you just use the "a href" command; http://www.w3schools.com/html/html_links.asp, is that what you mean? Quote Link to post Share on other sites
gaya 1 Posted November 30, 2012 Author Report Share Posted November 30, 2012 ya i mean that only. And nw i did it by seeing this link http://www.w3schools.../html_links.asp.Now when clicking login without entering the username and password please tell me how to set focus. Quote Link to post Share on other sites
eTianbun 51 Posted November 30, 2012 Report Share Posted November 30, 2012 You askED same question in the HTML & Javascript sections of this site.NEXT time, just avoid this! Quote Link to post Share on other sites
gaya 1 Posted December 3, 2012 Author Report Share Posted December 3, 2012 ok, and sorry for asking in both. Quote Link to post Share on other sites
sam9713 0 Posted December 5, 2012 Report Share Posted December 5, 2012 very confused, what exactly do you mean? <a href="link goes here" </a> is that help? Quote Link to post Share on other sites
thescientist 231 Posted December 5, 2012 Report Share Posted December 5, 2012 you missed the closing > on the opening tag <a href="http://www.google.com">Google Link</a> Quote Link to post Share on other sites
www.web0752.com 0 Posted December 7, 2012 Report Share Posted December 7, 2012 so simple.If student is selected,set href="student link"...now..you know it. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.