I have specific requirement in web development. I am Programmer Analyst in .Net, would like to know the difference between Firefox and IE6.0.Some of the Javascript will not execute in Firefox Does any one have better idea about this
Can someone please explain why the following code works in IE but not firefox please. In ie I get an alert box with "mynewprop" but in Firefox I get "undefined"....
I know this isn't in the context of the rest of the code but hoepfully it's enough to go on. Is anyone able to tell me why the following works in FireFox but not IE code...
I need it to be supported in both so I've put in a check to see which browser the code is currently dealing with and used both snippets in an if/else but it seems to me that something so straightforward shouldn't require this and I am missing something obvious.emulate the DOM property hasAttribute(attributename) in ie7?
I inherited an html demo (used to show customers our product w/o being connected to a server). Was going through the Html files to update the dates and fields and it seems that on some html files, when I change a date <td>08/11/2008 </td> to <td>08/11/2011</td>, save and refesh, I start getting a bunch of JS errors when I try and log back into the demo. I'm not changing anything in the JS files, so I don't understand why the errors are occuring.
I have a bunch of html files to change, and now, no matter which file I change (the dates, sample names, etc), I lose functionality on that particular page.
Here is my problem, I am trying to get the difference of two different date. I want to get how much hour and second is their different. My problem is the 1st date is using a different format this is the example:2010-05-01 13:46:04 the second one is I am trying to get the today's time and date by using this code: "currentTime.getTime()". Here is my whole code
This line is meant to be used in conjunction with a loop routine in <script> brackets within the main <body>. What it should do is display a file pictures and then play its mpg file on a mouseover, for a generic filename that can be changed. That i can do. The problem is within the line ...
Here i want to play the mpg and keep its height at 75. The problem is that it doesn't work. I think that the two document strings should be surrounded by "...
However because i'm using the "+genericname+" command within the line, i can't use " to surround the two document strings. I've tried to do it as a function, but i can't get it to work as a generic function.
I would like to know how to achieve this. I want to know the difference between two dates in months, how much days left over, and how much hours left over. I do not need days or hours equivalent to the months remaining. The problem is I also want it to consider February's less than 30 days and 29 days in leap year. I spend my entire week trying to figure out how to do it.
In the end I want values in variable months_left, days_left, and hours_left. I tried modifying several date deference scripts but I couldn't get them to work as intended.
I have two date fields (check in, check out) and "number of days" field.
I want the script to calculate automatically the difference. For example: I have defaults dates, and I want the script to put the difference in "number of days" field. And if the user will change the date, the number of days will change automatically.
I've been using 1.3 which allows me to query non-standard attributes on tag. On an anchor I set a value="" attribute and was able to say (in an onclick binding) $(this).attr('value') to get the value. This no longer works with 1.6. Is there another, better way to do this?
Lets say I had a wrapped set of <p> elements. I understand how slice could return more than one element, but what is the difference between nth-child() and eq()?
i cant seem to understand why some functions that i create i have to call them with the () and some without example:
js: function popup() { alert('hello world'); } html: <input type='button' value='click me' onclick='popup()' /> the obove code will work.. but some functions when they are being called with the () at the end do not work.
Please can u help? how would i get the total work hours between two times (8:30 to 5:30) from a web form.I tried just minusing one from the orther but it came back with "Nan"
Calculating the difference between two dates in JavaScript is relatively straightforward, provided you choose the right Date methods to work with. Whichever way you get there. code...
how to calculated the difference between two date feild(inputed by user using datepicker) format (yyyy-mm-dd).and store in another feild. As i tried to do but not able to get it Attached File(s)
test.php (1.36K) Number of downloads: 89 t2.php (1.3K) Number of downloads: 92 s1.php (1.58K) Number of downloads: 94