HighDots Forums  

Sponsored Links


Javascript JavaScript language (comp.lang.javascript)


Discuss in the Javascript forum.



Post New Thread
Threads in Forum : Javascript Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
On Feb 10, 12:05 am, "Ray" <ray_use... (AT) yahoo (DOT) com> wrote: example: var x = getNumberOrNull(); if (x != null) { } In this example,...
Benjamin
02-12-2007 02:22 PM
Isaac Schlueter Go to last post
1 27
If you just want to know if "x" is truish, use if (x) { If you want to know if it's falsey, use if (!x) { (x == null) only tests if x is falsey,...
Isaac Schlueter
02-12-2007 02:18 PM
Isaac Schlueter Go to last post
0 40
I am trying to modify the below script which allows elements of class="drag" to be dragged around the screen by a user- am new to javascript and...
DanWeaver
02-12-2007 12:54 PM
DanWeaver Go to last post
0 49
Hello, I am stumped on how to set a form field value to a value in a different form. It seems like something that should be pretty easy. Basic...
robkiolbasa
02-12-2007 10:55 AM
robkiolbasa Go to last post
2 30
Is it possible to get the width of a picture: <img src="../graphics/press/bw21.jpg" width=400 height=555 alt="" border="0"> the make a box be...
find clausen
02-12-2007 10:42 AM
find clausen Go to last post
3 43
OK, I'm a novice in JS but have lots of coding experience. I am trying to accomplish something that would seem somewhat simple - BUT IT'S NOT. I...
Skip
02-12-2007 10:08 AM
Spliffster Go to last post
3 38
I had a page that works when setup like this: === <form name="frmCalc" action=""> <script type="text/javascript"> function btnCalc_onclick(abc)...
Dick Watson
02-12-2007 07:09 AM
RobG Go to last post
6 39
I am creating a menu tree using a unordered lists using a script called 'simplemenu' that i have come accross and just have a couple of problems with...
tim
02-12-2007 06:47 AM
tim Go to last post
2 45
Well, it doesn't work for me. The title is correct in the title bar. And when I right click anywhere I can see I'm in a Flash file. But I don't get...
Nehmo
02-12-2007 05:57 AM
Nehmo Go to last post
1 32
Is there an online javascript formatter that pass the following five tests? Is there at least one that pass all five tests except test 2? Test 1 :...
Yoo
02-12-2007 05:49 AM
Yoo Go to last post
0 26
Is there a way on a button press to create a browse for a file box and then when they pick a file on a share drive to convert it to a UNC path and...
wreed
02-12-2007 05:39 AM
news@chthonic.f9.co.uk Go to last post
3 38
I have a JavaScript function that is opening a new ASP page in a window with specific parameters. I want to pass information from the first page to...
RevJPZ@hotmail.com
02-12-2007 04:04 AM
dd Go to last post
2 31
Hi, I'm playing with dynamic script insertion to make a request to the server for a JavaScript file to be automatically run when it arrives in the...
Peter Michaux
02-12-2007 12:29 AM
Une Bévue Go to last post
28 93
Hello, Would it be possible to make the browser download a resource using javascript? I'm aware there could be a security issue but I'm...
Alex K
02-11-2007 05:48 PM
David Dorward Go to last post
3 32
Hi everybody, I would like to know if there is some trick to avoid loading an HTML page again is it is already loaded in another browser tab. In...
418928@cepsz.unizar.es
02-11-2007 04:34 PM
David Dorward Go to last post
1 41
Hi everybody, I would like to know if it is possible to select a different tab in the web browser (e.g., Internet Explorer) automatically...
418928@cepsz.unizar.es
02-11-2007 03:41 PM
David Dorward Go to last post
1 39
Is there any way to capture a button click inside an iFrame and perform both an action on that page and one on the parent page? Basically I have a...
Jayyde
02-11-2007 01:56 PM
Jayyde Go to last post
4 35
On Feb 11, 1:19 am, "Aaron Gray" <ang.use... (AT) gmail (DOT) com> wrote: DOM Tree and DOM interfaces are different things - but there is a greate...
VK
02-11-2007 12:14 PM
VK Go to last post
0 28
How to Resize a frameset without an id eg. <frameset rows="85,*" framespacing="0" border="0" frameborder="NO"> <frame src="url1"...
hugoatkol@gmail.com
02-11-2007 11:50 AM
hugoatkol@gmail.com Go to last post
2 38
Hello ! Does anybody have cutted version of prototype.js with the AJAX functionality only? should be done by other developers. Maybe protorype.js...
Dautkhanov@gmail.com
02-11-2007 10:03 AM
Randy Webb Go to last post
23 97
On Feb 11, 6:47 am, Tuxedo <tux... (AT) mailinator (DOT) net> wrote: Opacity has some issues in a cross-browser environment, notably performance and...
RobG
02-11-2007 06:33 AM
Tuxedo Go to last post
1 28
Why is it necessary with a double </a> her: document.write('<a class="no" href="photo.html"><img src=' + photo+'</a></a>'); document.write('<p><div...
find clausen
02-11-2007 05:42 AM
find clausen Go to last post
2 47
We finished creating a speech recognition program (http:// www.speechvibe.com), and want to enhance its capabilities to web browsers. I need, from...
Philippe Roy
02-11-2007 02:04 AM
Une Bévue Go to last post
4 27
On Feb 10, 9:47 pm, Tuxedo <tux... (AT) mailinator (DOT) net> wrote: Here is the code which is at work at <http://beta.quomodo.com> (when you edit a...
Emmanuel
02-10-2007 08:46 PM
Emmanuel Go to last post
0 40
Hi, I have a drop down box that jumps to a certain page number in a catalog when you select it. The actual HTML page does not change, I just change...
bkaneweb@gmail.com
02-10-2007 06:54 PM
Randy Webb Go to last post
3 43
HI all, i am declaring an array in javascript var a = new array(); now before assigning a value to the ith element of this array, i have to check if...
chinu
02-10-2007 06:40 PM
Richard Cornford Go to last post
4 35
Aaron Gray wrote: value. Use e.className. This creates a new attribute.
Ian Collins
02-10-2007 05:32 PM
Ian Collins Go to last post
0 51
David Gillen wrote: Yes, it can: imgs= document.write("<IMG SRC= '"+imgs+"' >") Mick
Samuel Shulman
02-10-2007 03:28 PM
Dr J R Stockton Go to last post
6 55
Hello everyone, I would like to open a child window from the parent, and add an onload event listener to the child window which will tell the parent...
Daz
02-10-2007 12:31 PM
Daz Go to last post
6 57
Hi everybody, I understand that the standard way of passing arguments to a web page using javascript is "<url>?<arguments separated with "&" and...
418928@cepsz.unizar.es
02-10-2007 12:11 PM
Benjamin Go to last post
1 66
There has been a bit of work done to get an init() function to run when the DOM is complete but before all the images have been downloaded. The idea...
RobG
02-10-2007 01:31 AM
Peter Michaux Go to last post
2 35
On Feb 10, 4:05 pm, "Ray" <ray_use... (AT) yahoo (DOT) com> wrote: Because it wants you to think about why you're comparing to null: var x =...
RobG
02-10-2007 01:24 AM
RobG Go to last post
0 34
If I have this in the HEAD of a page: <style type="text/css">@import url(scripts/foo.css);</style> can can I get the name of the CSS file (in this...
Andrew Poulos
02-10-2007 12:07 AM
David Golightly Go to last post
1 33
Just a quick note: Firefox 3 will have getElementsByClassName support and it should be in the HTML 5 specification too. <URL:...
RobG
02-09-2007 08:46 PM
Ian Collins Go to last post
1 39
Hi, Im trying to create a proof of concept for a project im working on. I currently have a page which has two IFrames which are displaying...
simon@conceptfirst.com
02-09-2007 07:43 PM
simon@conceptfirst.com Go to last post
0 34
Hi, I have a data table on my page (buried amidst other images and extraneous text). I would like to spawn a new window that automatically prints...
laredotornado@zipmail.com
02-09-2007 07:40 PM
RobG Go to last post
1 40
I have this table cell that is 150 pixels wide. In it I desire to call an external javascript file to print on the screen, in this cell, a menu and...
Thad
02-09-2007 07:22 PM
Thad Go to last post
5 46
Hi folks, I have a textbox with some text in it, and what I am trying to do is when user clicks the 'GO' button, take that text from the textarea...
oLa.admins@gmail.com
02-09-2007 07:16 PM
Lee Go to last post
1 50
----------------------------------------------------------------------- FAQ Topic - How can I see in javascript if a web browser accepts...
FAQ server
02-09-2007 07:00 PM
FAQ server Go to last post
0 33
If I code something like the following it results in a memory leak in IE (as Leak 0.5 tells me): var frm =...
Andrew Poulos
02-09-2007 05:58 PM
RobG Go to last post
6 30
Would someone mind tell me what I am doing wrong here? I want to find all of the input elements within a div tag with id newID and blank out the...
gregpinero@gmail.com
02-09-2007 05:14 PM
Randy Webb Go to last post
3 34
Hi. I have files in the "Scorecard Previews" subfolder of the virtual path of my app, the absolute path being C:\Data\Ordering Process\Scorecard...
Alex
02-09-2007 03:56 PM
Alex Go to last post
2 27
I was wondering if anyone else has had an experience like this. I have a Java function about 75 lines long. It's not very complicated... nothing...
The alMIGHTY N
02-09-2007 03:55 PM
Laurent Bugnion [MVP] Go to last post
3 36
After considerable googling - I mean searching with Google(r) - I could not find javascript on a button or <a href=... to close a window in the...
Toccoa
02-09-2007 03:14 PM
Randy Webb Go to last post
7 45
inner a text element if I want to allow the insertion of only: alphabet's letters a,b,c,.... and A,B,C,... number and this - and this _ and not...
den
02-09-2007 03:10 PM
Randy Webb Go to last post
3 46
Dave Anderson wrote: Yea that is hilariously funny, they go to extreme lengths (and break many existing apps) to mask the full path in the browser...
Larry Bud
02-09-2007 02:52 PM
pcx99 Go to last post
14 68
Hi, In this site it has sliding content, http://kids.yahoo.com/games/index e.g. acade games, it has 2 arrows at the top right corner. when you click...
ken
02-09-2007 02:03 PM
Isaac Schlueter Go to last post
3 36
Hi, I met a technical difficulty and can not overcome. I have 2 windows, let's name it window1 and window2. Now in window1, I need to select an...
xhe
02-09-2007 01:16 PM
Randy Webb Go to last post
1 35
How can I load an image and then assign it to a picture ? Example: <Script> ImgPre = New Image(); ImgPre.Src = "SomeImage.jpg" // Wait till its...
sid
02-09-2007 01:15 PM
sid Go to last post
13 125
I want to be able to select a word when I highlight over any part of the word. When I say select the word, I want it to be highlighted as if I left...
trpost@gmail.com
02-09-2007 12:11 PM
trpost@gmail.com Go to last post
3 39
Post New Thread

Display Options
Showing threads 7751 to 7800 of 32346
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.