Reply
JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
Old 01-08-2009, 06:20 PM JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
Junior Talker

Posts: 1
Name: pipodyer
Trades: 0
Hello All,

I have a FORM1 that contains two controls, each control has two buttons (previous, next). One control is to present these two buttons on top and the other control to present same controls at the bottom of the page.

The FORM tag triggers a javascript function: onsubmit="disableSendButtons(event);"



My disableSendButtons function looks like this:

function disableSendButtons() {
var strSrcElementID = event.srcElement.id;
if (strSrcElementID == “<%=WizardBarTop.ButtonPrevious.ClientID%>” || strSrcElementID == “<%=WizardBarBottom.ButtonPrevious.ClientID%>”) {
return false;
}

// then put rest of code here to change the CAPTION of the next button
...
}

However, my issue is that strSrcElementID always retrieves "FORM1" and not the name of my buttons: WizardBarTop_btnPrevious and WizardBarBottom_btnPrevious.

Any ideas?
Thanks in advance for your time.
pipodyer is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 01-08-2009, 07:06 PM Re: JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
chrishirst's Avatar
Super Moderator

Posts: 22,260
Location: Blackpool. UK
Trades: 0
not a clue

we need RENDERED CODE NOT some .net wizard code we can't replicate.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10738 seconds with 13 queries