View Single Post
Join Date: Sep 2008
Posts: 4
Reputation: mjag16 is an unknown quantity at this point 
Solved Threads: 0
mjag16 mjag16 is offline 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
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. document.getElementsByTagName('form')['SellSheet'].elements['sellitsheet'].value = url;
lind AFTER the call to my display function!
Reply With Quote