Hi I have a web application that uses JSP,Oracle, HTML and Javascript. My problem is that I need to make multiple submissions dynamically.Let me explain it...
Hi .. it's me again .... I am trying to make my "client" happy by making a registration page active (www.whatsdadilly.com/registration.htm) but there are a few...
Hi: I would like to run some time trials on DOM methods in Javascript. Is there a method in Javascript akin to currentTimeMillis from Java (System). If not,...
Use the Date object's valueOf() or getTime() method to get a milliseconds representation of the current date/time: var start = new Date().valueOf(); // run...
Hi all, Can anybody let me know how to change an existing window to fullscreen... Regards, Sourabh. ... Yahoo! DSL Something to write home about. Just...
I assume you want to change the action URL for the form? Have a look at http://www.javascript-coder.com/html-form/html-form-action.phtml Regards, Dave S ... ...
This can't be done through JavaScript. If you want to "resize" an existing screen, load the current screen in a new window using window.open, and set the...
Is it possible to change the icon on JavaScript alert box? Also, can I remove the text from the blue message bar located on the top of the alert box? If not,...
Do you mean this: http://slayeroffice.com/code/custom_alert/ ? ... From: JavaScript_Official@yahoogroups.com [mailto:JavaScript_Official@yahoogroups.com]On...
Thanks, this is what I'm looking to do. m ... From: Jose Luis Leviaguirre To: JavaScript_Official@yahoogroups.com Sent: Tuesday, January 03, 2006 12:19 PM ...
Wait a minute... You need to make multiple submits, or you need to change some of the form field values before you submit? The former is not really possible -...
Hi, I am in a great need of Javascript debugger for IE as my application is not working as intended in IE where as its working fine in Mozilla. I installed the...
Hi, I have a page that submits financial information to a database. I notice that if the browser is refreshed, once the data has been posted, that the process...
If you are using PHP to append your database, at the end of the append process add this code: unset($_POST); I also add a herder to bring me back to my 'Home'...
There's a couple of ways of handling this. 1) Change your database to disallow duplicate entries. 2) Change your server code to record the last information,...
when writing a script is there a limit to the number of and statements eg if(getyear ==2006&&gethour ==12 etc I am trying to get my head round javascript ...
You'd think that people would pay attention to that "If you continue with this, you'll repeat the same action/purchase/whatever - do you really want to do this...
Hi, I am taking help of coordinates for Drag & drop operation between 2 list boxes Since mouseup event was not helping me in giving the target element( HTML...
Hello, i have a little problem here... I can't save on my hard disk sun microsystem java applet, i don't know what to do. Can u help me? I tried to save the...
I don't know when I last used the refresh button on a browser. I always use the short-cut key. As well as (1) and (2), set your database-update page so that...
In my experience, the IE script debugger behaves pretty much the same way on 95/98/2K and generally isn't worth the trouble. I'm not aware of any other...
If you can get hold of a copy of Arachnophilia version 4 from http://www.arachnoid.com/arachnophilia/index_old.html ... it's the only debugger I bother to use....
Hi, I have a problem with XML-XSLT-Javascript. I have a XML file i have to display the content of this file in a table format and when i click on header the...
I too use the F5 key to refresh and I am sure a lot of others do too. 1) Will not work as the information is written to various fields and the DB would simply...
I'm having a problem returning focus to a form text field. The simple portion of the email checking function is: if (ValidEmail == false) { alert("You have...
Hi Stephens, Thanks for your suggestion. Right now i am also debugging with the help of Alerts. But its becoming very difficult to keep track of all alerts as...
The alert call is a blocking call. So, focus will not be returned to the Email field until after the <OK> button on the alert box has been pressed and the...
I've got a rather nice border that I use with hyperlinks with a: hover. Practically just drop it into the style header and everything is great. However I've...