S
Shapper
Hello,
I have an ASP:ImageButton where I want to call a function and pass a
string:
OnClick="Change_Photo("John")"
I am having problems with "".
I tried
OnClick="Change_Photo('John')"
And
OnClick="Change_Photo(''John'')"
I wasn't able to make this work.
What do I need to fix this?
Thanks,
Miguel
I have an ASP:ImageButton where I want to call a function and pass a
string:
OnClick="Change_Photo("John")"
I am having problems with "".
I tried
OnClick="Change_Photo('John')"
And
OnClick="Change_Photo(''John'')"
I wasn't able to make this work.
What do I need to fix this?
Thanks,
Miguel