Click here to Skip to main content
15,916,462 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHelp: Setting up API Mailbox Alias Creator for Membership Site Pin
Senuzum16-Apr-09 23:42
Senuzum16-Apr-09 23:42 
QuestionIframe Height Pin
icanmakeiteasy16-Apr-09 21:08
icanmakeiteasy16-Apr-09 21:08 
Questiondrop down problems Pin
lithcause16-Apr-09 5:03
lithcause16-Apr-09 5:03 
QuestionVideo Conference or netmeeting Pin
Member 274526315-Apr-09 10:32
Member 274526315-Apr-09 10:32 
QuestionActive X Pin
siva45515-Apr-09 8:35
siva45515-Apr-09 8:35 
AnswerRe: Active X Pin
Yusuf21-Apr-09 5:24
Yusuf21-Apr-09 5:24 
Questionip address.. Pin
pradeep8515-Apr-09 7:22
pradeep8515-Apr-09 7:22 
AnswerRe: ip address.. Pin
David Mujica15-Apr-09 7:47
David Mujica15-Apr-09 7:47 
AnswerRe: ip address.. Pin
Marc Firth16-Apr-09 1:29
Marc Firth16-Apr-09 1:29 
AnswerRe: ip address.. Pin
Marc Firth16-Apr-09 1:33
Marc Firth16-Apr-09 1:33 
QuestionRedirect from abc.com to www.abc.com in IIS6 Pin
Aman Bhullar15-Apr-09 6:02
Aman Bhullar15-Apr-09 6:02 
QuestionCross Domain access to a MS Access MDB Pin
office@hempsted-it.co.uk15-Apr-09 3:49
office@hempsted-it.co.uk15-Apr-09 3:49 
Questionaspnet_wp.exe could not be started. The error code for the failure is 80004005. Pin
vijay.victory14-Apr-09 21:07
vijay.victory14-Apr-09 21:07 
AnswerRe: aspnet_wp.exe could not be started. The error code for the failure is 80004005. Pin
SeMartens14-Apr-09 21:12
SeMartens14-Apr-09 21:12 
AnswerRe: aspnet_wp.exe could not be started. The error code for the failure is 80004005. Pin
vijay.victory14-Apr-09 23:31
vijay.victory14-Apr-09 23:31 
QuestionRefresh Textbox Pin
yasBinder14-Apr-09 11:27
yasBinder14-Apr-09 11:27 
AnswerRe: Refresh Textbox Pin
Yusuf14-Apr-09 13:08
Yusuf14-Apr-09 13:08 
AnswerRe: Refresh Textbox Pin
Marc Firth16-Apr-09 1:38
Marc Firth16-Apr-09 1:38 
GeneralRe: Refresh Textbox Pin
yasBinder17-Apr-09 6:56
yasBinder17-Apr-09 6:56 
GeneralRe: Refresh Textbox Pin
yasBinder17-Apr-09 8:52
yasBinder17-Apr-09 8:52 
AnswerRe: Refresh Textbox Pin
saanj28-Apr-09 21:40
saanj28-Apr-09 21:40 
Questionhelp required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar14-Apr-09 11:17
Yogesh Jamkhindikar14-Apr-09 11:17 
Hi,
Would appreciate is someone can help me out in this....Really bugged by this!!
am using a div which appears with an "Please Wait..." image on a button click, now when that div appears i want to make the background opaque/non clickable as it contains menu items,...which i do not want the user to click while i do a processing logic. am using VS2008 & want to do it with javascript...

a small code snippet that i use for testing... -
<pre>&lt;tr&gt;
&lt;td&gt;
&lt;div id="divMain" runat="server" class="content"&gt;
&lt;asp:UpdateProgress AssociatedUpdatePanelID="updpnlTest" ID="updateProgress" runat="server"&gt;
&lt;ProgressTemplate&gt;
&lt;div id="divProgressBackgroundFilter" runat="server"&gt;
&lt;/div&gt;
&lt;div id="divProcessMessage" runat="server"&gt;
Processing your request...Please wait.....&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="Loading..." height="40px" width="40px" src="loading.gif" /&gt;
&lt;/div&gt;
&lt;/ProgressTemplate&gt;
&lt;/asp:UpdateProgress&gt;
&lt;asp:ScriptManager ID="ScriptManager1" runat="server"&gt;
&lt;/asp:ScriptManager&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;<pre></pre>
&lt;tr&gt;
&lt;td align="center"&gt;
&lt;asp:UpdatePanel ID="updpnlTest" runat="server"&gt;
&lt;ContentTemplate&gt;
&lt;asp:Button ID="btnDisableBackground" runat="server" Text="DisableBackground"
onclick="btnDisableBackground_Click" /&gt;
&lt;/ContentTemplate&gt;
&lt;/asp:UpdatePanel&gt;
&lt;/td&gt;
&lt;/tr&gt;</pre>

Thx in advance...

Regards,

Yogesh
AnswerRe: help required for making background blur/opaque/non clickable Pin
Yusuf14-Apr-09 13:12
Yusuf14-Apr-09 13:12 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar14-Apr-09 15:14
Yogesh Jamkhindikar14-Apr-09 15:14 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yusuf14-Apr-09 15:23
Yusuf14-Apr-09 15:23 

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.