It was out of embarrassment that I said what I did. Don't worry (just in case you were) - I'm not upset at all. I choose to call it 'embarrassment.' Take care,...
He's probably trying to destroy the adverts so they're still there (so the detectors don't kill him :P) but they appear after like ten hours. rofl. ... ...
Umm, ...check both phone input fields check if they're a number and the right length bango! ... [Non-text portions of this message have been removed]...
Hi! I'm a final yr student doing a web based project using jsp & postgreSQL (backend). Let me know how to manipulate the preceeding data using new link in a...
hi clearly I do not understand what you are asking me to show you please claer you question. __________________________________________________________________...
good morning, problem statement : a web page (bbc.co.uk) has frame bursting implemented by including the following line : if (top != self) {top.location =...
Rohit, you cannot stop this happening, as you've passed control of the browser over to the 'bbc' site. What you should do (in my opinion) is always launch...
Hi guys, I'm sorry because my question is not related to java script. It's related with php. Sometime I hear the sound of php in this forum. That's why I'm...
Hi i want to restrict the user entry which is of the form 999.99 , i m using asp.net can any one tell me what is the regular expression for this. for 999 i m...
Hello, You can check out this page, which may answer your question: http://www.freewebmasterhelp.com/tutorials/phpmysql/7 Assuming you wrote the table...
Hello, You can get info on regular expressions from: http://www.regexlib.com/RETester.aspx?regexp_id=944 The following code uses regular expressions to check ...
Hi ken, Thanks for you help and quick response. Actually I want to design a dynamic website using php that is capable to allow the user to generate web pages...
Hello, Actually, only you know what information you need. You can search google and select the kind of thing you want. The following is a good basic tutorial: ...
Hi Robert, I've checked the link but I din't get any that solves my problem. How can I download the software to try it? Or where can I get help to make a ...
You should have got the FAQ page with this text, which should get you started ... Question * What is PHP-Nuke * Need I to know HTML to use PHP-Nuke? * What...
I have a page that contains a single named iframe. I have 6 <a> anchor tags (not in the iframe) that point their pages to the named iframe via the target...
Hi All I don't know whether this topic has been discussed or not.I have a folder with a lot of documents or subfolder in a remote machine. I want to access...
Hello i need help in coding how to change military time to 12 hr time. I've looked on the web and haven't found any sites that show you how to do it. Thanks...
Danny - dates and times are dealt with here :- http://www.devguru.com/Technologies/ecmascript/quickref/date.html There is no specific format for 12 hour times,...
I am working on this application and I am having problems with the checkbox. When I click submit, every value will show ON regardless of whether the checkbox...
Because of the amount of code, and the way Yahoo has wrapped the lines, this is extremely hard to debug. Could you send in a file with the code in, or point us...
here is my code.. i can read in the name, midterm and final from file.. but i cant calculate the average (midterm+final)/2... the average is using the numbers...
You've obviously got access to ASP here - why aren't you using it's math functions to calculate the averages? Rob. ... = "Name"></span> ... = "Midterm">...
its xhtml .. not asp... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
I have used the following function in one of my jsp pages and it works fine. But if i include the same function in another jsp page its giving error "Error:...