|
First
|
Prev |
Next
|
Last
Pages: 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
innerHTML not being recognized in FireFox Hello, First, this works fine in IE 6.5 and 7. Second, this is javascript embedded in ASP code. The purpose of this is to assign letters to form fields that are being rendered in an ASP loop. First part, I assign a div tag for the "marker" positions: do Until rs4.EOF address = address & "<div id=""marker"">... 15 Apr 2008 03:22
Does anyone here use Date Picker of JQuery? I have made some changes. Here is the post http://stanleyxu2005.blogspot.com/2008/04/patch-for-jquerys-date-picker.html and the download link http://gosurfbrowser.com/~xuqan/code/core.ui.datepicker343mod.zip -- Xu, Qian (stanleyxu) ... 14 Apr 2008 23:24
Setting focus to search page input field Hi I have been the following code by Freefind to use on my search page: <form action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" target="_self"> <input type="hidden" name="id" value="[unique id for my website]"> <input type="hidden" name="pageid" value="r"> <input type="hidden" ... 14 Apr 2008 19:25
FAQ Topic - What online resources are available? (2008-04-15) ----------------------------------------------------------------------- FAQ Topic - What online resources are available? ----------------------------------------------------------------------- The official ECMAScript specification:- http://www.ecma-international.org/publications/standards/Ecma-262.htm Other ... 14 Apr 2008 19:25
onFocus and onClick for Submit Button I'm checking on some code my developer did for a form on our site. The code relates to a submit button and I'm not sure if it's functioning properly. I ran the javascript through javascriptlint.com/ online_lint.php and a few warnings popped up, but I'm not sure if these warnings amount to much. Here's the code ... 14 Apr 2008 19:25
sourcemap http://www.devpro.it/javascript_id_126.html has any one any idea about this applet? code as below: /** * SourceMap class, * reads a generic language source code and returns its map. * ______________________________________________________________ * The SourceMap goals is to create a map of a generic script/p... 15 Apr 2008 13:09
TR background I recently discovered that TR can have background property in simple html and in CSS but when i tried to reach TR element through javascript document.getElementById(TR_id).style.background or document.getElementById(TR_id).background it doesn't work. someone know how can I reach this property through javascript ... 14 Apr 2008 17:01
picking up URL when link is clicked Hello everyone :-) , Thanks to the gentle people on this group for helping me out with previous issues. :-D This time round I am facing what I perceive as a simple problem, which I have not found a simple solution for (obviously!). The problem: I need to pick up the URL in the address... 15 Apr 2008 15:39
logic and disabling onclicks? Hello, I am not at clear how to tackle this one. Say the note middle C is played, just once. Then when the user clicks on a play image a series of notes are played starting with middle C and the user the user has to say whether the last sound is the same as the first or different. There are 4 sets of this.... 20 Apr 2008 14:48
Adding data to URL for bookmarking My URL usually looks something like this (of course with much more data)... http://www.site.com/page.php?data=AAAGX The data is mandatory. If someone comes into this page like this (without the data)... http://www.site.com/page.php ....then I check a cookie to see what the most recent data was and proc... 14 Apr 2008 15:24 |