Click here to Skip to main content
15,917,793 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerJquery pop question Pin
prathoven18-Jan-12 16:22
prathoven18-Jan-12 16:22 
AnswerRe: Jquery pop question Pin
R. Giskard Reventlov20-Jan-12 12:57
R. Giskard Reventlov20-Jan-12 12:57 
GeneralRe: Jquery pop question Pin
prathoven22-Jan-12 14:54
prathoven22-Jan-12 14:54 
GeneralRe: Jquery pop question Pin
ZurdoDev27-Jan-12 8:25
professionalZurdoDev27-Jan-12 8:25 
Questionconverting html into plaintext Pin
MalarGayu18-Jan-12 13:18
MalarGayu18-Jan-12 13:18 
AnswerRe: converting html into plaintext Pin
R. Giskard Reventlov20-Jan-12 12:58
R. Giskard Reventlov20-Jan-12 12:58 
AnswerRe: converting html into plaintext Pin
sovanM23-Jan-12 20:17
sovanM23-Jan-12 20:17 
QuestionRelated to pdf Pin
Gaurav Sharma from Bangalore, India18-Jan-12 2:56
Gaurav Sharma from Bangalore, India18-Jan-12 2:56 
AnswerRe: Related to pdf Pin
Richard MacCutchan18-Jan-12 6:27
mveRichard MacCutchan18-Jan-12 6:27 
GeneralRe: Related to pdf Pin
Gaurav Sharma from Bangalore, India18-Jan-12 19:03
Gaurav Sharma from Bangalore, India18-Jan-12 19:03 
GeneralRe: Related to pdf Pin
Richard MacCutchan18-Jan-12 21:31
mveRichard MacCutchan18-Jan-12 21:31 
GeneralRe: Related to pdf Pin
Mohibur Rashid7-Feb-12 19:52
professionalMohibur Rashid7-Feb-12 19:52 
GeneralRe: Related to pdf Pin
Richard MacCutchan7-Feb-12 22:27
mveRichard MacCutchan7-Feb-12 22:27 
QuestionIssuse with window.open Pin
sarang_k18-Jan-12 1:31
sarang_k18-Jan-12 1:31 
AnswerRe: Issuse with window.open Pin
Not Active18-Jan-12 1:51
mentorNot Active18-Jan-12 1:51 
AnswerDown voting doesn't help Pin
Not Active18-Jan-12 2:44
mentorNot Active18-Jan-12 2:44 
AnswerRe: Issuse with window.open Pin
AspDotNetDev18-Jan-12 18:12
protectorAspDotNetDev18-Jan-12 18:12 
QuestionUser control - how to access the element using javascript Pin
Member 779716716-Jan-12 12:40
Member 779716716-Jan-12 12:40 
AnswerRe: User control - how to access the element using javascript Pin
BobJanova17-Jan-12 4:07
BobJanova17-Jan-12 4:07 
GeneralRe: User control - how to access the element using javascript Pin
Member 779716717-Jan-12 5:08
Member 779716717-Jan-12 5:08 
Hi Bob,
Thanks for post. I am sorry I forgot to mention that I am setting my PhoneSearch text box disaplay to non as you see below but forgot to include the above code.
<asp:textbox id="PhoneSearch" tabindex="5" runat="server" width="160px" style="display:none">

I have tried your idea of putting it in a Div and also with out Div just setting the text box to display none and below is the code I have right now
HTML
<script type="text/javascript"  language="javascript">
       $(document).ready(function () {
           //alert('<%= SearchDoctorPanel.ClientID%>_TextBoxDiv');
           //document.getElementById('<%= PhoneSearch .ClientID%>').style.display = 'show';
           document.getElementById('<%= PhoneSearch .ClientID%>').style.display = '';
         //document.getElementById('<%= SearchUpdatePanel.ClientID%>_TextBoxDiv').style.display = '';
         });
  </script>

in either case what it is doing is it first shows the Textbox for few seconds and then disappear. I think I am almost there but I believe some thing to do with the styling to make it show and do not disappear.

Thanks,
L
GeneralRe: User control - how to access the element using javascript Pin
Member 779716717-Jan-12 5:30
Member 779716717-Jan-12 5:30 
GeneralRe: User control - how to access the element using javascript Pin
Graham Breach17-Jan-12 6:42
Graham Breach17-Jan-12 6:42 
GeneralRe: User control - how to access the element using javascript Pin
BobJanova17-Jan-12 11:57
BobJanova17-Jan-12 11:57 
GeneralRe: User control - how to access the element using javascript Pin
BobJanova17-Jan-12 6:12
BobJanova17-Jan-12 6:12 
GeneralRe: User control - how to access the element using javascript Pin
Member 779716717-Jan-12 7:33
Member 779716717-Jan-12 7:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.