Hi All,
Newbie here needing some syntax assistance. Here is the code:
function fnSelectOption( fieldname)
{
document.mainfo rm. + fieldname + .value = "value";
}
It obvliously bombs where I am trying to ref the param "fieldname" . I
realize it is a simple syntax issue but I cannot seem to figure it out. Any
help is greatly appreicated.
JC
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Newbie here needing some syntax assistance. Here is the code:
function fnSelectOption( fieldname)
{
document.mainfo rm. + fieldname + .value = "value";
}
It obvliously bombs where I am trying to ref the param "fieldname" . I
realize it is a simple syntax issue but I cannot seem to figure it out. Any
help is greatly appreicated.
JC
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Comment