Started 6 days, 7 hours ago (2008-11-15 02:55:00)
by Kiran S. S.
I want to block user from copying data from the page. I have used javascript that block the right click of the user so he will not able use right click menu to copy and past data. But user can still copy data by using keybord keys "Ctrl + C" to copy it. Or they can save the page from file menu. Is there any technique to stops these two things. So i can block user from copying data. Regards,...

Started 4 days, 8 hours ago (2008-11-17 01:48:00)
by Gennady Oster
Hi to All ! I have two applications (web projects) in old good ASP 3.0. One of these applications has the strange problem with window.open, when the URL is asp page. The window opens blank and busy (hourglass cursor). The same URL pasted to explorer address bar brings the right result. No such problem with html pages. No such problem with the second project. The server is
Windows 2003 .NET 1....

Started 6 days, 2 hours ago (2008-11-15 07:55:00)
by gokninski
Hello there! I have a very small and hopefully simple query regarding JavaScript for loops and the '<' symbol that has been bugging me now for a couple of days. Below is my JavaScript function that is being called by a submit button: <script type="text/JavaScript"> function createTestArray() { for (i = 0; i < 5; i ++) { alert("Hello"); } }...

Started 1 week, 1 day ago (2008-11-13 03:52:00)
by TheComputerMan
I need to provide a 'code' for people to enter to prove they are human (well at least that they are reading the page!) I am getting huge amounts of mail generated by some russian 'hacker' and I need to stop this. Does anyone know how to go about coding these
little boxes, or if there is a tool available to do it? It is a very simple HTML web - no jave etc - as I am a very simple programmer and...

Started 1 week, 1 day ago (2008-11-13 02:56:00)
by Rage
I am currently developing a small web site using MySQL - PHP, but I am not sure the technology really matters in my problem. I have a page where users can search for items based on some parameters they can select. I have made this using a simple
HTML form and this works like a charm, but for one parameter: the user must select an area on a map. What I have done is that I display a map on which ...

Started 1 week, 1 day ago (2008-11-13 03:43:00)
by Member 3919049
I used to use Cute FTP several years ago when it was free. I've gotten back into creating my own websites and when I went to download Cute FTP I found out that it does not appear to be free anymore. What is your current free FTP tool of choice?

Started 2 days, 9 hours ago (2008-11-19 01:43:00)
by Hemant Thaker
Hi... I got one general question .... I usually use table for placing my controls, but which one is better Form Or Table and why ? Thanks
Hemant Thaker

Started 1 week ago (2008-11-14 02:57:00)
by Chona1171
Hi to all I would like to search a html document file for all the style properties and loop through them for example if i have the code : <div style="color:#fff"> </div> <div style="text-align:center"> I want the
regular expression to pick up the following text style="color:#fff" style="text-align:center" I want to get the amount if hits it found and then I should be able to loop through ...

Started 2 weeks, 1 day ago (2008-11-06 06:09:00)
by kjmcsd
And I'm an advocate for testing your
web applications in the four major browsers: 1. IE 2. Firefox 3. Safari 4. Chrome I recently had a Javascript error in my page and I used: IE 7 - Did not break the page - This is why I love IE. It hides bad developers' mistakes IE 8 - Broke the page but did not report the error Firefox 3.0.3 - Broke the page but did not report the error in the error ...

Started 1 week ago (2008-11-14 09:57:00)
by il_manti
Hi all. I'm having a slight problem to which I can't seem to find a solution on Google (obv because I'm not searching right) so I thought you might point me towards a link with a solution. I have a
textbox. Using Javascript, whenever the user enters a key, javascript iterates through a predefined array and returns a list of matching items in a Div. The result is : <div><ul><li>item 1</li...
