| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I am learning JavaScript and I would like to ask you a question.
On page index.html I have:
<body onLoad="PullMenu('MainPage');"
...
<div...
R.A.M.
|
12-19-2007 09:24 PM
RobG | 7 | 101 |
|  | Taking into account many new features in JavaScript1.6 and
JavaScript1.7 which are syntactically incompatible with Javascript
versions run on other...
VK
|
12-19-2007 08:05 PM
Randy Webb | 10 | 94 |
|  | Hi!
I have an iframe on my page and a button. When the button is clicked,
a html page containing some text is loaded into the iframe, and I want
the...
Daniel Loose
|
12-19-2007 07:13 PM
David Mark | 1 | 76 |
|  | Beginner here.
Core DOM and HTML DOM. (I'm not sure I've even phrased these
questions correctly. Please feel free to read between the lines.)
The...
mk834tt@yahoo.com
|
12-19-2007 07:08 PM
RobG | 1 | 73 |
|  | -----------------------------------------------------------------------
FAQ Topic - Why does framename.print() not print the correct
frame in...
FAQ server
|
12-19-2007 06:00 PM
FAQ server | 0 | 61 |
|  | AndreHaupt wrote:
Microsoft Internet Explorer does not support XHTML natively to date, nor is
XHTML required here. Serve HTML 4.01 as text/html and...
Thomas 'PointedEars' Lahn
|
12-19-2007 04:17 PM
Thomas 'PointedEars' Lahn | 5 | 92 |
|  | I need to upload the local file to the server site in the environment
where there is no webserver running there, hence no POST method is
available....
simplicity
|
12-19-2007 03:38 PM
Thomas 'PointedEars' Lahn | 3 | 66 |
|  | In comp.lang.javascript message <MME9j.131$pY1.33@pd7urf2no>, Tue, 18
Dec 2007 00:47:40, Ron Eggler <NOREPLY (AT) example (DOT) com> posted:
You...
Dr J R Stockton
|
12-19-2007 12:05 PM
Dr J R Stockton | 0 | 63 |
|  | I need to tell which DIV tag the event occurred on. For example, I
have 3 DIV tags. Inside each DIV tag I have an INPUT text with the
same name. ...
mouac01@yahoo.com
|
12-19-2007 11:27 AM
mouac01@yahoo.com | 2 | 69 |
|  | My code is as follows.
http_request = false;
if (window.XMLHttpRequest) {
alert("firefox");
http_request = new XMLHttpRequest();
}
// IE
else if...
Iain Adams
|
12-19-2007 10:08 AM
Martin Honnen | 1 | 74 |
|  | Truck Estevez wrote:
I'm afraid that the PHP-code cannot be ported. You'll need to write it
from scratch in javascript. But frankly, I don't see...
Truck Estevez
|
12-19-2007 10:05 AM
Bart Van der Donck | 5 | 80 |
|  | Hi there
I am quite new to web technologies and wondered if there is anything
available so that when a large web page is opened (containing...
crazychrisy54@hotmail.com
|
12-19-2007 08:09 AM
crazychrisy54@hotmail.com | 0 | 75 |
|  | comp.lang.javascript FAQ - META - 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
12-19-2007 03:00 AM
FAQ server | 0 | 73 |
|  | Hi,
I have a script which after a time shows the following error in IE:
"A script on this page is causing Internet Explorer to run slowly. If
it...
mthomsit@gmail.com
|
12-19-2007 02:07 AM
mthomsit@gmail.com | 4 | 115 |
|  | Instantiating an XMLHttpRequest object in Internet Explorer is a bit
confusing. I have seen all of the following in various places and I
have seen...
Peter Michaux
|
12-18-2007 11:08 PM
VK | 31 | 201 |
|  | I'm creating a JSON string and passing it to a SCORM 1.2 compliant LMS thus:
var tmp = {};
tmp.assess = assessScore;
tmp.loc =...
Andrew Poulos
|
12-18-2007 10:30 PM
Andrew Poulos | 7 | 70 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I check to see if a childwindow is
open, before opening...
FAQ server
|
12-18-2007 06:00 PM
FAQ server | 0 | 70 |
|  | Ron Eggler said the following on 12/18/2007 6:20 PM:
Yes. How you do it, and what you do, depends on what you are wanting to
change. Explain what...
Randy Webb
|
12-18-2007 05:36 PM
Randy Webb | 0 | 65 |
|  | Hi guys, I could really do some some help & support!
I need to do a document.write for flash, I've tried all sorts of
combinations but at the end of...
Pureintent@gmail.com
|
12-18-2007 03:22 PM
David Mark | 3 | 84 |
|  | Hi !
I'm using dhtmlxTree, which I think is a very complete object and with
a great performance, to
organize a catalog in my page.
But I'm having...
MGD
|
12-18-2007 10:31 AM
VK | 1 | 77 |
|  | hello,
which is the best way to strip jscript/vbscript from user input? Is
there any module I could reuse?
thanks in advance
george
P.S. the...
george
|
12-18-2007 06:19 AM
george | 6 | 65 |
|  | I have finally cut a multi-k deal with MI5 to trace down however is
pretending to be new Mike Corley and to cut his balls out with a blunt
knife. The...
VK
|
12-17-2007 07:23 PM
The Natural Philosopher | 13 | 109 |
|  | Hello,
I am creating a list of products, some of which have long names that
should be truncated at a certain point. I would like to display the
full...
Matt White
|
12-17-2007 06:58 PM
David Mark | 10 | 118 |
|  | I feel like a fool for asking this; seems like I would have had more
luck with Google, but alas...
This is a little baby bit of code that a friend...
Eric D. Braden
|
12-17-2007 06:34 PM
RobG | 3 | 74 |
|  | Several textbooks, including Javascript for Dummies (2005), show the
"i=++i" method of incrementing a variable. I have been using this
method but I...
Steve
|
12-17-2007 06:18 PM
Randy Webb | 17 | 130 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I find the size of the window/browser
canvas...
FAQ server
|
12-17-2007 06:00 PM
FAQ server | 0 | 80 |
|  | I used DOMParser to convert a response string to XML object:
DOMParser.parseFromString()
In browsers where DOMParser is not supported (Safari 1-2...
vunet
|
12-17-2007 05:33 PM
Thomas 'PointedEars' Lahn | 7 | 100 |
|  | Mikhail Teterin wrote:
Rhino supports LiveConnect meaning JavaScript can create Java objects so
you could try to use the Java classes for data base...
Martin Honnen
|
12-17-2007 11:31 AM
Martin Honnen | 0 | 74 |
|  | Free LINUX Tips and Triks - Building Interactive Movie With Ming
001. Linux What are the benefits of Linux
002. Which Linux distribution should I...
rada.lambretha@gmail.com
|
12-17-2007 09:35 AM
rada.lambretha@gmail.com | 0 | 69 |
|  | hi guys,
well basically I am writing a simple routing script. It reads data
from an XML and from a PostgreSQL.
Some of the data is being...
Matthew Pulis
|
12-17-2007 08:34 AM
ZeldorBlat | 2 | 73 |
|  | Hi,
I have one problem in javascript embedded in ASP.
I have one search text box and one image file button. So that when
user enter some text in the...
Go Live
|
12-17-2007 08:28 AM
Go Live | 0 | 70 |
|  | Every time the function below is called I get the alert. So I put a
deliberate error in there and I check the value of
(reportType=='MANDATE') in...
mark4asp
|
12-17-2007 07:41 AM
mark4asp | 6 | 80 |
|  | Hi,
I'm trying to count the number of selected checkboxes with the
following code, but I don't get any result, unless I explicitly
hardcode the...
pieter.thoma@gmail.com
|
12-17-2007 04:47 AM
David Dorward | 1 | 83 |
|  | comp.lang.javascript FAQ - Quick Answers- 9.88 - 2007-10-12
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroups deal with...
FAQ server
|
12-17-2007 03:00 AM
FAQ server | 0 | 59 |
|  | Beginner here.
Without using a debugger, is there anyway to view HTML source as
rendered?
I was hoping there was a simple 'view page source'...
mk834tt@yahoo.com
|
12-16-2007 08:04 PM
mk834tt@yahoo.com | 3 | 76 |
|  | FAQ Version 9.90 Dated 2007-12-16 has been posted to the jibbering
server. Mostly minor changes and some URL's added.
--
Randy
comp.lang.javascript...
FAQEditor
|
12-16-2007 07:09 PM
FAQEditor | 0 | 68 |
|  | -----------------------------------------------------------------------
FAQ Topic - Why does simple decimal arithmetic give...
FAQ server
|
12-16-2007 06:59 PM
FAQEditor | 2 | 68 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I communicate between frames in a...
FAQ server
|
12-16-2007 06:00 PM
FAQ server | 0 | 67 |
|  | In comp.lang.javascript message <6MidnVE8HNrVqPna4p2dnAA (AT) giganews (DOT) com>,
Sat, 15 Dec 2007 15:13:03, Randy Webb <HikksNotAtHome (AT) aol...
lstipakov@gmail.com
|
12-16-2007 02:53 PM
Randy Webb | 2 | 72 |
|  | So, I'm getting an error on line 27, where I close the first catch
with a curly brace. Here's the code:
function...
SeanInSeattle
|
12-16-2007 02:41 PM
Randy Webb | 7 | 76 |
|  | This is an example in "DOM Scripting". It works. I don't understand
why.
window.onload = function() {
if (!document.getElementsByTagName) return...
mk834tt@yahoo.com
|
12-16-2007 02:36 PM
Randy Webb | 11 | 121 |
|  | Hi Friends,
I want to know how to achieve a dom traversal for a DIV element.
The DIV has a table in which there are textboxes and dropdowns. I...
Mahernoz
|
12-16-2007 02:34 PM
Doug Gunnoe | 2 | 66 |
|  | i just started working with ajax, and werid thing happens.
i have a function that build my post string for ajax to send. it looks
like...
Igal
|
12-16-2007 11:48 AM
Thomas 'PointedEars' Lahn | 2 | 66 |
|  | After a some reworking to support the "*" parameter properly in IE5
(my previous version failed to filter non-element nodes), here are my
proposals...
David Mark
|
12-16-2007 09:04 AM
AKS | 152 | 551 |
|  | RegEx noob here, so apologies for such an easy issue. :)
I have a string like A:BCD:EFG and I need to populate a variable with
'BCD'.
What is the...
neptune6jun44@gmail.com
|
12-16-2007 07:00 AM
Thomas 'PointedEars' Lahn | 13 | 128 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I convert a Number into a String with
exactly 2 decimal...
FAQ server
|
12-16-2007 04:24 AM
Bart Van der Donck | 3 | 77 |
|  | Hi,
does anyone one can suggest me some magazine to stay updated with
front-end technologies and especially with JavaScript? Maybe some kind
of...
John
|
12-15-2007 11:52 PM
Peter Michaux | 1 | 69 |
|  | Hello Javascript Group,
I have a couple of questions regarding use and implementation of
javascript and AJAX
for a web site, and page design....
eholz1
|
12-15-2007 08:16 PM
eholz1 | 10 | 112 |
|  | m00n wrote:
Please do not top-post here, reply below trimmed quotes.
The word "onload", however it is capitalised, is not a javascript
keyword. ...
RobG
|
12-15-2007 03:07 PM
VK | 3 | 75 |
|  | Hi Friends,
I have some problem here. I am using Asp.net 2.0 but that is not
relevant to my Question.
I have a <div> tag.
<div id="dvAArea"...
Mahernoz
|
12-15-2007 02:05 PM
Randy Webb | 24 | 189 |