I'd like my website's main page setup so that when someone closes it down, a small java box will popup with just "OK" and "Cancel" prompts - if they click on, it'll redirect them to a specific html...
http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20663064.html
Zones:
JavaScriptDate Answered: 10/08/2003 Rating: 6.8 Views: 19
I know this issues has been dicussed already but none of the solutions work for me.
I need to know as fast as possible when a user leaves a chat room using PHP, without waiting for the timeout (...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21227821.html
Okay, the problem is simple but for whatever reason I failed to find a good solution for some annoying problem...
I have a form with several editboxes on them. There are also several menu-option...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21981022.html
Hi Guys,
Could you explain the implications of the differences between how the below form classes are designed.
Method #1.
There is Form1.cs file in the project with code:
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21996204.html
Zones:
C#,
Font CreatorDate Answered: 09/20/2006 Rating: 8.8 Views: 12
This is to continue the thread: http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_20663064.html
The question has yet to be answered, as the answers provided are not suitable solutio...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22750895.html
Zones:
JavaScriptDate Answered: 08/08/2007 Rating: 7.8 Views: 0
I am not very experienced with component writing, and all I want to do is handle the OnEnter and OnExit events on a Tedit-derived component.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10232231.html
I write codes in the Edit box OnExit event and OnKeyDown event. the OnKeyDown procedure likes
begin
if Key = VK_F4 then
F4AutoClick(CmbDeptFrom, edtDeptFrom);
end
Problem is when I pre...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10237791.html
TStringGrid's OnExit-event happens only after the form's ActiveControl is changed. Is it possible to write code that is executed before ActiveControl is changed? Somekind of OnExit-event that occur...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20448407.html
Hello,
I have a question that I'm trying to find this question an answer for some time. Maybe you can help me.
I coded a poll system on PHP. I want the poll window to popup when u...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20614868.html
Zones:
JavaScriptDate Answered: 05/13/2003 Rating: 6.8 Views: 126
I need the javascript code to open a pop-up window when someone leaves my web page.
The pop-up window should be 640x480px
The pop-up should have NO toolbars or scroll bars.
The code should n...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20661639.html