pavanyama
06-05-2005, 11:06 AM
Hi all,
I am having two problems with java script.
first one is: My functionality is auto address completion of emails. For this I am having text area and one div tag. When a user types a letter in the text area, corresponding matches will be displayed in the div tag. Div tag will display below the text area. When the user clicks on the any mail id in div tag , that mail will be added to the text area and div tag become invisible. Its working fine in IE6 on Windows. But it is failing in MAC IE5.2. Div tag is not displaying in MAC IE5.2.
second one: We can do the selection in another way. We can use the arrow keys to choose the mails in div tag. When a user hits enter key selected mail will be added to the text area. In windows Netscape 7.01 its failing. It is working fine in Netscape7.2 onwards. In Netscape, when I type a letter corresponding matches showing in div tag. But when i hit the enter button, selected email is not adding at the end of the letter instead it is adding next line of the letter in the text area. Like below:
r
robert@hotmail.com
Can any body please provide the reasons or solutions for it.
Thanks in advance.
-Pavan
I am having two problems with java script.
first one is: My functionality is auto address completion of emails. For this I am having text area and one div tag. When a user types a letter in the text area, corresponding matches will be displayed in the div tag. Div tag will display below the text area. When the user clicks on the any mail id in div tag , that mail will be added to the text area and div tag become invisible. Its working fine in IE6 on Windows. But it is failing in MAC IE5.2. Div tag is not displaying in MAC IE5.2.
second one: We can do the selection in another way. We can use the arrow keys to choose the mails in div tag. When a user hits enter key selected mail will be added to the text area. In windows Netscape 7.01 its failing. It is working fine in Netscape7.2 onwards. In Netscape, when I type a letter corresponding matches showing in div tag. But when i hit the enter button, selected email is not adding at the end of the letter instead it is adding next line of the letter in the text area. Like below:
r
robert@hotmail.com
Can any body please provide the reasons or solutions for it.
Thanks in advance.
-Pavan