Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to disable the javascript pop up for a control??

Status
Not open for further replies.

compu66

Programmer
Dec 19, 2007
71
US
Hi all,

I want to disable javascript popup for a linkbutton?
Is there any way. The reason is the popup should come for only linkbutton1 but due to some coding that cant be removed its getting popup even for linkbutton2 which is not required.
Is there any way to stop??

Thanks for any help in advance..
 
1) What popup?
2) What is a linkbutton
3) What code can't be removed?
4) Were you going to post any code so that we can make any sense out of your question?

I think out of all the questions I've seen in the last year, this one has taken the cake by leaving me looking at the screen thinking WTF?

-kaht

Lisa, if you don't like your job you don't strike. You just go in every day and do it really half-assed. That's the American way. - Homer Simpson

[small]<P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <.</B>[/small]
 
I am sorry for the inconvinence...
I understand..I was partially expecting the same reply..


Anyways Just can you let me know if there is way to disable the javascript pop??

Thanks.

 
I am sorry for the inconvinence...
I understand..I was partially expecting the same reply..

Anyways Just can you let me know if there is way to disable the [!]javascript pop??[/!]

See #1 from my first reply. There is no such thing as a javascript popup unless you download a script for one, or code it yourself. You're speaking as if such a thing already exists in the language - which it does not. If you have some popup script in your page, and you're wanting to know how to disable that... Well, I can't exactly tell you what to modify if you don't post your code.

If I had to guess, I would tell you to remove the onmouseover event from your html element.

If you're talking about the [!]HTML[/!] popups and how to disable them, you would use javascript to set the title attribute on the element to an empty string.

I'm not going to post any more suggestions because these are wild stabs in the dark.


I'm not trying to be a smartass about this, but your question is near impossible to answer with the content provided and vague descriptions.

I hope you are able to pull some useful information out of my guesses.



-kaht

Lisa, if you don't like your job you don't strike. You just go in every day and do it really half-assed. That's the American way. - Homer Simpson

[small]<P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <B> <P> <.</B>[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top