|
-
Jan 20th, 2005, 05:01 AM
#1
Thread Starter
Frenzied Member
ASP:Button and ASP:ImageButton
Simple question:
How do I make a JS-function with OnClick for these two types of buttons which directs me to the page "test.aspx" placed at the same path?
<asp:Button ID=si Text=SI Runat=server onClick="newUrl()"></asp:Button>
function newUrl()
{
...
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|