| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hey, I am trying to figure this out. The hyperlinks on my page open
up a small popup window. I have no reason to refresh the parent page
or what...
Bill S.
|
05-07-2004 11:56 PM
Bill S. | 2 | 67 |
|  | In the web site http://greywolfdesign.com , there is a pop-up menu (when
mouse over 'Portfolio' menu item), it always works well when using IE...
nick
|
05-07-2004 11:00 PM
Richard Cornford | 1 | 73 |
|  | I'm trying to create a page that allows a user to set a VR viewing
preference, QuickTime or Java (PTViewer).
Based on the cookie value, a javascript...
Lorenzo il Magnifico
|
05-07-2004 08:31 PM
Lorenzo il Magnifico | 0 | 72 |
|  | for easy of use;
is it possible to assign Function keys or other keys as a shotcut.
For example, when user presses F2 it will click save...
H?seyin Erg?n
|
05-07-2004 07:53 PM
Ron | 3 | 90 |
|  | Can this be done in https?
If the page I'm on is at 'www.abc.com'
can I:
document.domain='www.def.com'
i get invalid argument if i do that? Is...
Cindy Lee
|
05-07-2004 05:41 PM
Cindy Lee | 2 | 161 |
|  | Hi folks;
I have this webpage, allowing users to insert multiple records in one post
into the database.
Because I don't know the exact number of...
Nicolas Van Lancker
|
05-07-2004 05:36 PM
Richard Cornford | 1 | 74 |
|  | Hello All,
Using Javascript and using one click, I have to close the window(pop
up) and start the download of a file simultaneously.
There will be...
Anitha
|
05-07-2004 04:21 PM
Anitha | 2 | 119 |
|  | Don't use "noob".
"N" is very close to "B" on the key board...
"Rtritell" <rtritell (AT) aol (DOT) com> wrote
A. Nonymous
|
05-07-2004 03:25 PM
A. Nonymous | 0 | 76 |
|  | In article <109npo6eeh8q8e2 (AT) corp (DOT) supernews.com>, usenet3
@julietremblay.com.invalid enlightened us with...
I will assume these are form...
kaeli
|
05-07-2004 02:57 PM
kaeli | 0 | 66 |
|  | for all your javascript trimming needs...
function trim(inputString) {
if (typeof inputString != "string") return inputString;
return...
Jon Kelling
|
05-07-2004 02:26 PM
Jon Kelling | 3 | 104 |
|  | I'm trying to dynamically set the height of my Iframe. my https: main page
is calling another https in an Iframe. But i get an access denied...
Cindy Lee
|
05-07-2004 01:18 PM
Randy Webb | 1 | 113 |
|  | Hi all,
I'm using Javascript to try to determine the final height of a
division so that I can use that value in calculations to set the
height of...
Don Sutter
|
05-07-2004 12:56 PM
Don Sutter | 6 | 77 |
|  | In article <EJrmc.1022$vy.663 (AT) newssvr32 (DOT) news.prodigy.com>,
orlando (AT) engr (DOT) uconn.edu enlightened us with...
That code works great...
Brian Wilson
|
05-07-2004 12:52 PM
Randy Webb | 14 | 224 |
|  | Hi ng,
in a <SELECT .. multiple="yes"> I call a function associated to the onClick
event... this function contains a "for" that watch what elements...
DarkkSide
|
05-07-2004 12:39 PM
DU | 1 | 82 |
|  | "Dominique" <niques (AT) webadstudio (DOT) com> wrote
Dominique,
Thank you for the reply. I do see what you mean. The code is
certainly...
Jon
|
05-07-2004 11:06 AM
Jon | 0 | 83 |
|  | I am looking for a JavaScript poll/survey script that meets the following
criteria:
1) Just a large number of Yes/No questions (at least 20)
2)...
Dave
|
05-07-2004 10:56 AM
Ivo | 1 | 69 |
|  | can i place tons of javascript on a client machine say C:/xxx/JS and have
the browser use them instead of getting it form my site ?
examples are...
Mel
|
05-07-2004 10:52 AM
Ivo | 2 | 115 |
|  | Hi There,
Can any one please tell me where I can find a really good Free
JavaScript Editor on the net?
I am looking at either a evaluation copy...
TrvlOrm
|
05-07-2004 10:28 AM
Mel | 3 | 91 |
|  | JRS: In article <fa9bacd0.0405061038.7a8eb9e6 (AT) posting (DOT) google.com>, seen
in news:comp.lang.javascript, TrvlOrm <ksorman (AT) shaw (DOT)...
Dr John Stockton
|
05-07-2004 07:11 AM
Dr John Stockton | 0 | 110 |
|  | comp.lang.javascript FAQ - Quick Answers- 8.0 - 2004-03-15
1 meta-FAQ meta-questions
2 comp.lang.javascript tips
2.1 Which newsgroup deals with...
FAQ Poster
|
05-07-2004 06:55 AM
FAQ Poster | 0 | 70 |
|  | Hello all;
I've been able to locate, and download, the source for "animate.js" from a
number of web sites, but have not been able to find *any*...
Charles Crume
|
05-07-2004 06:15 AM
Brian Genisio | 5 | 92 |
|  | Hi
I am wondering if anyone can help.
We have a form used by a client to add news to a database, however at
the moment the text edited is bog...
Lindsey
|
05-07-2004 05:43 AM
Markus Ernst | 2 | 66 |
|  | Hi y'all,
I'm trying to figure out how to tackle this problem: I have an XML
table with a cool grid in which users can select a table row. When
they...
Sharon
|
05-07-2004 05:06 AM
Sharon Steringa | 3 | 69 |
|  | I have recently set up a server certificate on a web site.
Under certain conditions I need to change the color of a html span
element.
I do this...
Simon
|
05-07-2004 02:36 AM
Simon | 2 | 80 |
|  | HOW TO: Submit a form to PHP with no return?
I need to submit a form for file upload to a PHP script but do not want
anything returned.
That is the...
gsb
|
05-06-2004 11:28 PM
Richard Cornford | 17 | 140 |
|  | Here's a question I couldn't find satifactory answer on the web.
I want to access element in the html (such as <div>) by the id tag. I
want to do it...
Matt
|
05-06-2004 11:04 PM
Richard Cornford | 2 | 68 |
|  | Thanks to all who replied, I won't worry about it then.
Simon Wigzell
|
05-06-2004 09:51 PM
Simon Wigzell | 0 | 77 |
|  | Ron wrote:
<snip>
That is a strange notion in the context of a post discussing the -
write - method as Mozilla's XHTML DOM does not implement the...
Richard Cornford
|
05-06-2004 09:36 PM
Ron | 1 | 87 |
|  | I have found some code that will prevent visitors to our website from right
clicking on our images to save them to there disk. But in windows xp...
luc
|
05-06-2004 09:14 PM
epcsoft | 7 | 108 |
|  | Folks,
In PHP and some other scripting languages, one has trim() - It removes
newline, tabs and blank spaces that might prefix, or suffix a...
Reply Via Newsgroup
|
05-06-2004 09:11 PM
rh | 11 | 131 |
|  | Hi all,
more or less just out of curiosity...
I had a short 'discussion' about JavaScript in different borwsers. The
other guy said that there's...
manno
|
05-06-2004 08:52 PM
Richard Cornford | 31 | 176 |
|  | snip
It's okay, I found the answer, still, which browser will activate the first
if statement block? I might as well do a proper test - opera?...
Simon Wigzell
|
05-06-2004 08:42 PM
Lasse Reichstein Nielsen | 2 | 64 |
|  | Hi, does anyone know why this:
<a onclick="insertatcaret(window.opener.document.formname.fieldname,'<td
class="header">')">text</a>
returns a...
Jeff
|
05-06-2004 07:09 PM
Richard Cornford | 6 | 69 |
|  | Michael Winter wrote:
Heya Michael,
IE6 renders XHTML documents with embedded objects fine on my end, as
long as one uses the compatibility tips...
Ron
|
05-06-2004 06:42 PM
Richard Cornford | 2 | 63 |
|  | Hi,
I am trying to change and pass the value of a hidden input type on a
form tag to a cgi processing script based on the value of a checkbox
within...
Jim Tome
|
05-06-2004 06:42 PM
Richard Cornford | 12 | 104 |
|  | how can i maximise the internet explorer when i call a jsp page.
mihir maniar
|
05-06-2004 06:42 PM
Richard Cornford | 3 | 117 |
|  | TrvlOrm wrote on 05 mei 2004 in comp.lang.javascript:
Commenting only on this function
function DrawNumbers( ){
for (var x=1; x<7;x++)...
Evertjan.
|
05-06-2004 05:48 PM
TrvlOrm | 2 | 64 |
|  | I created this select dynamically in a page like:
var j=4;
mySELECT = document.createElement("SELECT");
mySELECT.name = "MEMBER" +...
Michael Hill
|
05-06-2004 05:26 PM
Michael Hill | 7 | 139 |
|  | In response to...
DSAsteve (AT) aol (DOT) com 6/20/2003 post
wc_fl (AT) NOSPAM (DOT) hotmail.com 3/26/2003 post
....The javascript...
Dan
|
05-06-2004 03:29 PM
Hywel | 1 | 68 |
|  | On 6 May 2004 08:16:44 -0700, Kevin Partin
<Kevin.S.Partin (AT) Alumni (DOT) UTexas.net> wrote:
Please read the FAQ,...
Michael Winter
|
05-06-2004 02:37 PM
Randy Webb | 5 | 109 |
|  | In article <7baf4f57.0405050021.1c99af70 (AT) posting (DOT) google.com>,
cmc_dermo (AT) yahoo (DOT) co.uk (Craig) wrote:
I counted that the code...
Robert
|
05-06-2004 02:36 PM
Craig McDermott | 3 | 69 |
|  | I've a page where I have two form drop-menu. I need the second menu to
populate only with items based on what's selected in the 1st menu.
I have...
LRW
|
05-06-2004 02:02 PM
Matt Kruse | 2 | 74 |
|  | Hi all.
How can I detect the version of Flash-Plugin installed in Internet
Explorer?
In Netscape i can do this with following java...
Yurij Nykon
|
05-06-2004 01:43 PM
Grant Wagner | 2 | 72 |
|  | Hi,
When using a script to open a modal browser dialog from my web application
the server name is being added in front of the original title.
It...
Moshe Katz
|
05-06-2004 01:34 PM
Grant Wagner | 1 | 72 |
|  | I have this large array with dates in it. There is a function that sorts it
for me. The only problem is that in order for it to get sorted properly...
Michael Hill
|
05-06-2004 01:32 PM
Grant Wagner | 6 | 75 |
|  | Hello all
I am using a datafeed that provides me with a Javascript that spits
out a bunch of hyperlinks to other locations.
Her is what it looks...
Albert
|
05-06-2004 01:06 PM
Albert | 0 | 73 |
|  | If got a little problem, i've made a webpage that is working fine in
IE, but in Mozilla i've got a little problem.
When i go with my mouse over a...
reinier
|
05-06-2004 12:50 PM
Grant Wagner | 2 | 71 |
|  | <script language="JavaScript">
!--
function onLoad()
{
if( self.innerWidth < 1024 )
{
self.moveTo( 0, 0 );
self.resizeTo( screen.availWidth,...
Jorntk
|
05-06-2004 12:48 PM
Grant Wagner | 6 | 94 |
|  | Hi Cycloneous Echevarria,
Thanks for your help. I tried your suggestion, but I still can't get my
page to work. (I don't know javascript!). Here is...
Nancy McMeekan
|
05-06-2004 12:06 PM
Nancy McMeekan | 0 | 77 |
|  | In article <208b8175.0405051201.3deaf827 (AT) posting (DOT) google.com>,
rgoya (AT) yahoo (DOT) com enlightened us with...
And you posted a new...
kaeli
|
05-06-2004 11:08 AM
rgoya | 2 | 76 |