B
Bjarke
I am working on an asp.net 2.0 web application, where I am making an
add to place on a different site. This add consists of some
dropdownboxes and some javascript.
the site on which the add is supposed to be has a table and the add is
included like this:
<td><script src="http:/someadress.aspx"></script> </td>
the source for the script consist of something like this:
document.write(" (the HTML for the add) ") and some more Javascript
I already have made the script file so it works
THE QUESTION
How do you use asp.net 2.0 (C#) to generate the javascript
dynamically????
Please help
Bjarke
add to place on a different site. This add consists of some
dropdownboxes and some javascript.
the site on which the add is supposed to be has a table and the add is
included like this:
<td><script src="http:/someadress.aspx"></script> </td>
the source for the script consist of something like this:
document.write(" (the HTML for the add) ") and some more Javascript
I already have made the script file so it works
THE QUESTION
How do you use asp.net 2.0 (C#) to generate the javascript
dynamically????
Please help
Bjarke