Forum: Software
10-11-2007
|
|
Replies: 1
Views: 1,993
Put cursor at the end of input text
Hi,
I have an input text box in my javascript code. When an event is fired, I need to set the cursor at the end of the text in the input text box but when I call:
textBox.focus()
the cursor...
|
Forum: Software
10-11-2007
|
|
Replies: 0
Views: 549
Right Click to open a Menu
Hi,
I have a list in javascript and need to open a menu when user right clicks on an item. is there a function to do that?
I know how to call a function when user left clicks on an item but don't...
|
Forum: Software
09-29-2007
|
|
Replies: 1
Views: 891
How to know if a variable is null
Hi,
I try to check if a variable is null via following code but I don't get an expected result:
var askedUser = re.responseText;
askedUser = askedUser.substr(0,...
|
Forum: Software
09-29-2007
|
|
Replies: 0
Views: 608
Include video conference in Web Page
Hi,
I need to include peer to peer video conference in my web page. That is, sending captured images from web cam to an IP address and vice versa
Any idea or sample code is appreciated
|
Forum: Software
09-26-2007
|
|
Replies: 2
Views: 775
Actually, I'm opening a dialog box using...
Actually, I'm opening a dialog box using javascript but cannot return the value from that box into code behind page, because, many users may concurrently press a tab page so the return value cannot...
|
Forum: Software
09-25-2007
|
|
Replies: 0
Views: 534
Display Banner in DIV control
Hi,
I'm having a few DIV controls on my page in which I need to display a banner (html files) in each.
currently, I'm doing this as follows:
var rightBannerDiv =...
|
Forum: Software
09-25-2007
|
|
Replies: 2
Views: 775
Dynamic Dialog Box
Hi,
I'm developing an application in C# ASP.NET. I have a few tab pages in my web page. When a user clicks on a tab I want to display a dialog box asking for password then verify the password and...
|