href

  1. speedyguy

    Help: passing javascript variable to other html

    Consider the following code in jsp where im validating a login and password::: ----------------------------------------------------------------------- <body bgcolor="grey"> <h1> WELCOME TO XYZ</h1> <% String usr2=request.getParameter("username"); String...
  2. slugger

    how do i attach a link 2 a word

    hey guys i've been trying 2 attach links to words on this forum for ex if by clicking on the word DIGIT i want to take users to the thinkdigit website i've been trying to use the anchot tag with href but it is not working on this forum <a href="*thinkdigit.com/">DIGIT</a> but it does...
Top Bottom