R
RogerF
Hello..may be an easy question here.
I've got a form written using html/javascript. I have written a select
field, and a function along with it. Here's a snipet of the code:
...
html += '<a href="" onClick="window.open(\''
html += GetAllW4StForm(this.form)
html += '\')'
html += ';return false;">'
I've got a form written using html/javascript. I have written a select
field, and a function along with it. Here's a snipet of the code:
...
html += '<a href="" onClick="window.open(\''
html += GetAllW4StForm(this.form)
html += '\')'
html += ';return false;">'