Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Search Forums > Search Results

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: peace2007
Forum: Software 10-11-2007
Replies: 1
Views: 1,993
Posted By peace2007
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
Posted By peace2007
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
Posted By peace2007
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
Posted By peace2007
Question 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
Posted By peace2007
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
Posted By peace2007
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
Posted By peace2007
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...
Showing results 1 to 7 of 7

 
Forum Jump


Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57