I was just wondering if anyone has run into this problem before.
I am trying to set the value of a textbox, to a PHP variable. Everything works correctly in IE, but not in Netscape.
In Netscape when the page loads it appears as if there is nothing in the textbox, but if you place the cursor in the box it is as if the cursor is sitting at the end of the value (but the value is not visible). Now if the user types one keystroke in the textbox, the original value set by the PHP variable appears; along with the key typed by the user.
I then went and checked the page source in Netscape, and it all reads fine (the value of the variable is exactly where it should be, and the syntax is correct). I also cut that line of code out of the page source from Netscape, pasted it into a new HTML document and previewed it on Netscape, and it works.
If anyone has any ideas, or a place where I can find more information about this, please let me know.
Thanks in advance,
!ThisGuy
I am trying to set the value of a textbox, to a PHP variable. Everything works correctly in IE, but not in Netscape.
In Netscape when the page loads it appears as if there is nothing in the textbox, but if you place the cursor in the box it is as if the cursor is sitting at the end of the value (but the value is not visible). Now if the user types one keystroke in the textbox, the original value set by the PHP variable appears; along with the key typed by the user.
I then went and checked the page source in Netscape, and it all reads fine (the value of the variable is exactly where it should be, and the syntax is correct). I also cut that line of code out of the page source from Netscape, pasted it into a new HTML document and previewed it on Netscape, and it works.
If anyone has any ideas, or a place where I can find more information about this, please let me know.
Thanks in advance,
!ThisGuy