You're trying to use " for two different things - it's marking the boundaries of the href attribute value, and it's part of that value, as part of the
Java code string literal "empId". Aside from escaping those as Campbell suggested, try changing the outer quotes to be single quotes:
HTML lets you choose between " and ' for precisely this reason - to avoid a clash with other uses of the characters.