| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I force a reload from the...
FAQ server
|
08-28-2008 06:00 PM
FAQ server | 0 | 12 |
|  | yawnmoth wrote:
Look very closely at it. If you need a clue:
t
Stevo
|
08-28-2008 03:48 PM
yawnmoth | 5 | 19 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I trim whitespace...
FAQ server
|
08-28-2008 03:35 PM
Dr J R Stockton | 1 | 15 |
|  | I have been asked to implement a "Print All" function to an application.
The current screen has a list of invoices. Clicking on any one of
them (via...
sheldonlg
|
08-28-2008 10:42 AM
Captain Paralytic | 3 | 10 |
|  | Martin Honnen wrote:
....
Is it true that these metatags have often different values compared to what
the browser actually uses? And the page author...
optimistx
|
08-28-2008 07:37 AM
Richard Cornford | 1 | 12 |
|  | I've a set of Javascript classes that maintain state. For example,
gm.js might be:
var GroupManager { groups: {} };
Over time I add new groups to...
rocketeer
|
08-28-2008 07:19 AM
rocketeer | 4 | 28 |
|  | Hi!
Ok, so I have small problem and can't find solution to it.. Is there
any way to check if an object has defined setter? In other words - if
it's...
Piotr K
|
08-28-2008 05:08 AM
Laser Lips | 3 | 21 |
|  | Simple overview:
I want to call a function in a javascript duntion where the name of the
called function is an argument value passed into the...
sheldonlg
|
08-28-2008 03:09 AM
Evertjan. | 6 | 15 |
|  | Hi,
Does anyone knows how to style and input of type file with JQuery?
I want to use an image as the button or maybe a simple normal input
styled...
shapper
|
08-28-2008 02:39 AM
Thomas 'PointedEars' Lahn | 1 | 20 |
|  | SAM wrote:
Appreciate the response...the problem is solved. Thanks once again.
--
Message posted via http://www.webmasterkb.com
LayneMitch via WebmasterKB.com
|
08-27-2008 09:20 PM
LayneMitch via WebmasterKB.com | 0 | 10 |
|  | Hi,
Google notebook is a small popup window at the corner of your
browser.
If you type this url in a browser (assume you already logged...
Qiang
|
08-27-2008 08:10 PM
Qiang | 0 | 12 |
|  | Aaron Gray a écrit :
Probably better with (if named iframe) :
var framedoc = getFrameDoc( parent.myframe );
or :
var framedoc = getFrameDoc(...
Joost Diepenmaat
|
08-27-2008 04:51 PM
Evertjan. | 13 | 74 |
|  | Hi,
Yea, XMLHttpRequest give out a crossbrowser problem managing the
status change of the connection.
Here the solution:
var xmlhttp;
xmlhttp=null;
par7133
|
08-27-2008 04:09 PM
Thomas 'PointedEars' Lahn | 1 | 14 |
|  | I have a page that uses the YUI tree view that links to specific
fields in a displayed document.
It works fine in Firefox (of course 8-) and IE7, but...
stacey1112000@gmail.com
|
08-27-2008 03:52 PM
David Karr | 2 | 14 |
|  | why can't a fieldset have a 'name' property as every other element can?
Fred
|
08-27-2008 01:58 PM
mavigozler | 3 | 34 |
|  | I had a web page hosted in one domain. In IE6 it is able to request
data from another page in a different domain using XMLHttpRequest
object. It...
jackchang1@gmail.com
|
08-27-2008 12:24 PM
jackchang1@gmail.com | 2 | 21 |
|  | I have a string that looks like this
"cmi.interactions.fred.id"
I need to test that:
- the first part of the string is "cmi.interactions." (case...
Andrew Poulos
|
08-27-2008 10:37 AM
Lasse Reichstein Nielsen | 4 | 30 |
|  | Hi
Can anyone help me match this div below - my regex does not work - if
you could tell me why I would appreciate it.
var aStr = "<div...
Tim Nash (aka TMN)
|
08-27-2008 06:43 AM
pr | 8 | 25 |
|  | comp.lang.javascript FAQ - META - 9.91 - 2008-01-19
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
08-27-2008 03:00 AM
FAQ server | 0 | 26 |
|  | Hello,
hi5, the social networking site, is actively expanding its User
Experience Design group and is in need of UI Engineers who are fluent
in...
amogan
|
08-26-2008 07:55 PM
dhtml | 2 | 20 |
|  | Joost Diepenmaat wrote:
Period. The rest of that paragraph is unnecessary to mention here and
ultimately misleading.
PointedEars
--
var...
Thomas 'PointedEars' Lahn
|
08-26-2008 07:51 PM
yawnmoth | 9 | 16 |
|  | On Aug 26, 11:48*am, Thomas 'PointedEars' Lahn <PointedE... (AT) web (DOT) de>
wrote:
Yup - thanks to both you and Stevo for pointing that...
yawnmoth
|
08-26-2008 06:15 PM
Thomas 'PointedEars' Lahn | 3 | 16 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I modify the current page in a...
FAQ server
|
08-26-2008 06:00 PM
FAQ server | 0 | 23 |
|  | Joost Diepenmaat <joost (AT) zeekat (DOT) nl> writes:
that should have been
foo.bla.call(zee) // act on the zee object
--
Joost Diepenmaat |...
Joost Diepenmaat
|
08-26-2008 04:52 PM
yawnmoth | 1 | 15 |
|  | I've got the usual suspects on KDE: Firefox, Konqueror and Opera. All
aggressively cache .js files. I've not figured out a way to remove a
cached .js...
MartinRinehart@gmail.com
|
08-26-2008 04:22 PM
MartinRinehart@gmail.com | 4 | 18 |
|  | Gregor Kofler wrote:
The discussion lead elsewhere from that.
No.
Yes.
Jeremy J Starcher
|
08-26-2008 03:41 PM
Joost Diepenmaat | 23 | 70 |
|  | I have an external javascript loaded in the HEAD of a page. However, that
script is sometimes offline (and when it's offline, the whole page...
KG
|
08-26-2008 03:01 PM
Thomas 'PointedEars' Lahn | 1 | 21 |
|  | DaveForgotHisEngineering a écrit :
// and where do you look if the elements's values are empty ?
var...
SAM
|
08-26-2008 02:09 PM
SAM | 0 | 13 |
|  | I'm researching and I see various approaches, with or without regex. So I'm
asking for opinions on which is the best - that is, the most thorough....
Fred
|
08-26-2008 02:07 PM
Dr J R Stockton | 10 | 26 |
|  | Hi,
can i change desktop wallpaper using javascript function.
Reff
reffajith@gmail.com
|
08-26-2008 01:51 PM
Manish Tomar | 5 | 18 |
|  | I can set/change a background with:
document.getElementById("photodiv").style.background =
"#282828 url(../img/pict_1.jpg)";
How do I set/change...
Johan
|
08-26-2008 01:46 PM
SAM | 6 | 19 |
|  | I'm creating some DIVs that are sized in pixels. The content of the DIV
can be an image, object or embed and will usually be sized as 100% by
100%....
Stevo
|
08-26-2008 09:19 AM
Stevo | 0 | 11 |
|  | I'm running the following javascript with no problem in FireFox:
var multiGallery = {
init: function(options){
this.overlay =...
lochru45@gmail.com
|
08-26-2008 09:02 AM
Richard Cornford | 6 | 97 |
|  | I have a simple task:
I need to change image src on the fly and then get its new width and
height;
var url = "/some/request";
var img =...
Trastabuga
|
08-26-2008 07:35 AM
Trastabuga | 5 | 22 |
|  | Kiran Makam wrote:
The logic is that innerHTML considers the string as HTML; so '&...;'
should represent a valid numeric or character entity...
Bart Van der Donck
|
08-26-2008 07:24 AM
Bart Van der Donck | 0 | 14 |
|  | Kiran Makam wrote:
It works properly in both UAs, because there is no public standard that
defines how syntax errors MUST be handled. The HTML 4.01...
Thomas 'PointedEars' Lahn
|
08-26-2008 07:16 AM
Thomas 'PointedEars' Lahn | 0 | 18 |
|  | Kiran Makam wrote:
No, it is not a bug, the ampersand needs to be escaped as &
(& a m p ; without the blanks) e.g.
div.innerHTML =...
Martin Honnen
|
08-26-2008 07:10 AM
Martin Honnen | 0 | 18 |
|  | Gregor Kofler a écrit :
OK.
function openDropdown() {
var s = document.myForm.mySelect;
s.size = o.length
}
function closeDropdown() {
var s =...
Laser Lips
|
08-26-2008 05:43 AM
SAM | 7 | 21 |
|  | Sn!pe crossposted mindboggingly stupid:
*plonk*
Alex
|
08-26-2008 05:27 AM
Thomas 'PointedEars' Lahn | 16 | 40 |
|  | Hi,
Can anyone provide a function that can validate if a string would pass
as a valid Unix (specifically Fedora Core 8 Linux) file name? ...
laredotornado
|
08-26-2008 04:40 AM
virtuPIC | 3 | 17 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I close a window and why does it not
work on the first...
FAQ server
|
08-25-2008 06:00 PM
FAQ server | 0 | 18 |
|  | Gregor Kofler wrote:
Yep, you're right. It needed to be positioned but not necessarily
absolutely.
Andrew Poulos
Andrew Poulos
|
08-25-2008 02:28 PM
Thomas 'PointedEars' Lahn | 2 | 30 |
|  | I am looking for standards or advice or guidelines, either written in a
posted reply here or given by a link in your reply, that gives...
Patient Guy
|
08-25-2008 02:13 PM
purcaholic | 2 | 17 |
|  | comp.lang.javascript FAQ - Quick Answers- 9.91 - 2008-01-19
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
08-25-2008 03:00 AM
FAQ server | 0 | 17 |
|  | Can you point at syntax error here?
<FORM NAME="mail" method="POST" action="mailto:name (AT) hotmail (DOT) com?
subject=Survey Results"...
little susane
|
08-25-2008 12:32 AM
David Dorward | 2 | 11 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I get the value of a form...
FAQ server
|
08-24-2008 06:00 PM
FAQ server | 0 | 11 |
|  | I ran across this ajax framework ( http://www.litfuel.net/mybic/index.html?page=index
) and it looks very good. It addresses both the JS and PHP...
john6630
|
08-24-2008 03:53 PM
john6630 | 0 | 19 |
|  | Hey,
I'm writing a script that will output a PMT similar to Excel. I've
searched the net and I've found a code that works, except if a
FutureValue...
degroot.ryan@gmail.com
|
08-24-2008 11:28 AM
MartinRinehart@gmail.com | 3 | 34 |
|  | Hi: Can any one please help how to i adjust menu at the center of the
page?
http://www.southeastneurology.com/testsite/indexnew.html
Thanks.
colleen1980@gmail.com
|
08-24-2008 11:18 AM
MartinRinehart@gmail.com | 2 | 22 |
|  | Also, can anyone tell me how to get time in the United States with this code?
--
Message posted via...
LayneMitch via WebmasterKB.com
|
08-24-2008 09:34 AM
Dr J R Stockton | 1 | 18 |