button.attributes in .aspx.vb code behind file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
How can I include the source file in

"Button.Attributes("Onclick")="javascript: my javascript commands "

command as I do in <script> tag in javascript as"src=abc.js" in .aspx page because the code I have to write as javascript commands depends upon the external .js file which is included in the project
please help me
 
include the src file in html directly
and refer to any of the methods in a normal way.

Av.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top