W
weird0
How can i call a javascript from a asp.net content page on the
clicking of a button.
Where the Hell should I place the code which should be, I guess:
<script>
function Open()
{
window.open('AddAccounts.aspx')
}
</script>
Where the Hell should I place the call ?
clicking of a button.
Where the Hell should I place the code which should be, I guess:
<script>
function Open()
{
window.open('AddAccounts.aspx')
}
</script>
Where the Hell should I place the call ?