|
-
May 9th, 2008, 08:47 AM
#1
[RESOLVED] [2005] Asp:HyperLink + VBScript
Hi all,
I am trying to set the text property to the asp:hyperlink control using
frmHourRegistration.hlProject.Text="Test"
But I am gettting the error as "Method not supported"
What I am doing wrong here ?
Thanks in advance
Dana
-
May 9th, 2008, 01:58 PM
#2
Re: [2005] Asp:HyperLink + VBScript
-
May 10th, 2008, 06:11 AM
#3
Re: [2005] Asp:HyperLink + VBScript
This one worked well
vb Code:
document.getElementById("hlProject").innerText="Value"
-
May 10th, 2008, 06:59 AM
#4
Re: [RESOLVED] [2005] Asp:HyperLink + VBScript
You should mention if you wanted this done for the client side rather than server side.
-
May 12th, 2008, 05:25 AM
#5
Re: [RESOLVED] [2005] Asp:HyperLink + VBScript
Oh I am extremly Sorrry . Thanks for spending ur time ..How I will do in the next time
-
May 12th, 2008, 03:21 PM
#6
Re: [RESOLVED] [2005] Asp:HyperLink + VBScript
Don't worry, sometimes we all make assumptions and things seem obvious to us but not to others. Over time you'll figure out yourself what information to include in your questions because you're smart like that.
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
|