Thread
:
populating text field in firefox not working
View Single Post
•
•
Join Date: Sep 2008
Posts: 4
Reputation:
Solved Threads: 0
mjag16
Offline
Newbie Poster
Re: populating text field in firefox not working
0
#
6
Sep 15th, 2008
never mind - got it to work - i had to put the
Help with Code Tags
JavaScript / DHTML / AJAX Syntax
(
Toggle Plain Text
)
document.
getElementsByTagName
(
'form'
)
[
'SellSheet'
]
.
elements
[
'sellitsheet'
]
.
value
= url;
document.getElementsByTagName('form')['SellSheet'].elements['sellitsheet'].value = url;
lind AFTER the call to my display function!
mjag16
View Public Profile
Find all posts by mjag16