Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Forum Post

nested inheritance issue

I'm having a javascript problem with nested elements. Consider an example in which you have two nested elements with element 2 being inside of element 1 and only element 1 has an onmouseout event...
Forum Post

Re: Printing from a client side script

Script to find printers at clientside
Forum Post

Re: return a function when button is pressed

oooh! You mention instance. In that regard you may retain the private membership of the variable like this: function MyClass(){ var myString = "Hello World"; this.setMyString =...
Forum Post

scipting in datagrid ?

can we use javascript to the control used in datagrid ? i used a same common image to display for all the records. the columns are image name, image path and the same small image, only 3 columns....
Forum Post

Re: Query User

: Yes, it's possible. You can do this by setting the onclick() event of the links, or by placing a function call in the link's href. In the javascript function you then ask the user to proceed. If he...
Forum Post

Re: Javascript and AJAX

Yes, you can dynamically remove rows in a table using the removeChild() function: // Remove all rows that have a certain dirty_word in them var oTable = document.getElementById('table_name');...
Forum Post

Re: Javascript and AJAX

: Hi. : : I have a questions. : : I have an HTML table with a given number of rows , let's say 10 for this questions. With 2 cells per row. : : I know that I can replace the contents of each...
Forum Post

Javascript and AJAX

Hi. I have a questions. I have an HTML table with a given number of rows , let's say 10 for this questions. With 2 cells per row. I know that I can replace the contents of each cell via...
Forum Post

JavaScript Pong help

hey guys i have a poorman's version of pong that i need help on... i cant get the ball to dissapear after a game. Instead it stays there and when i start a new game it gets eaten up by the new ball....
Forum Post

Re: Passing arguments and Relative coordinates in Jscript

: Hi, : : I would like to pass an integer to a javascript function. How do I do that for the function definition header and the called function? : : And, are there functions in jscript which...
Forum Post

Passing arguments and Relative coordinates in Jscript

Hi, I would like to pass an integer to a javascript function. How do I do that for the function definition header and the called function? And, are there functions in jscript which gives mouse...
Forum Post

Re: Javascript functions which find mouse coordinates?

: Hi, : : Are there javascript functions to find the cursor position of a mouse? : Also, are there javascript functions to find if the mouse cursor is within a listbox? : : A C# code sample is...
Forum Post

Javascript functions which find mouse coordinates?

Hi, Are there javascript functions to find the cursor position of a mouse? Also, are there javascript functions to find if the mouse cursor is within a listbox? A C# code sample is shown...
Forum Post

Re: help in html

: : hello : : i want to take a html page n store its contents as a text file.for that i would like to know how to save a page of html with out using mouse only through a program........ : :...
Forum Post

Re: help in html

: hello : i want to take a html page n store its contents as a text file.for that i would like to know how to save a page of html with out using mouse only through a program........ : hope sb...
Forum Post

Re: redirecting page after printing

: : : hello everyone, my first message board on this website, i guess i was a virgin before. now to the business. i need help with simple code. i am using JS code to print web page after it loads...
Forum Post
Forum Post

Re: ASP.NET Keyboard Carriage Return

(-1)) { if (event.keyCode == 13) { return false; } } } =============== on page_load event add attribute to that textbox. e.g txtTextBox...
Forum Post

Re: Marking locations on an image using javascript

: hi, : : I'm doing a web application using ASP.Net. One page has a jpeg image of a map. I have to locate some positions of some people on that map image. Those positions(latitude and longitude -...
1 2 3 4  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.