Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



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
 
 
Register now for full access!
Old 01-08-2009, 07:06 PM Re: JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
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!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
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.10057 seconds with 12 queries