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     
I'm looking for some nice-looking DHTML select boxes (combo boxes). Someone knows where can I find it?
Dominik
05-28-2004 01:33 PM
Thomas 'PointedEars' Lahn Go to last post
4 76
In article <sEJtc.67181$cz5.27935725 (AT) news4 (DOT) srv.hcvlny.cv.net>, webmaster (AT) slider142 (DOT) donttypethis.com enlightened us with... You...
kaeli
05-28-2004 01:00 PM
kaeli Go to last post
0 61
Hi Bob Had a similar issue a while back. Wrote a little tooltip library. Here's the bit for getting the position right in case it provides...
johnboy
05-28-2004 11:48 AM
johnboy Go to last post
0 74
Hi, all If I didn't set the height of an html element on a web page with html attributes. Then obj.style.height always reports "0" even after the...
datactrl
05-28-2004 11:44 AM
Ron Go to last post
1 58
Oops! meant to say tool-tips
Bob Wightman
05-28-2004 11:03 AM
Hywel Go to last post
1 142
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-28-2004 06:55 AM
FAQ Poster Go to last post
0 40
I've already created a simple method of ensuring that all form feilds are filled out before the form is submitted to an ASP page for records to be...
Drew
05-28-2004 03:28 AM
Erwin Moller Go to last post
6 92
Ok, I've got a div, and it has an onMouseOver handler attached to it which makes a second div visible. The second div shares part of one side with...
Steven Daedelus
05-28-2004 12:58 AM
Steven Daedelus Go to last post
5 79
hey guys, I know that you will tell me that's easier to do in php or even in asp, but I just dont have the time to learn it 1- I need a javascript...
Fran?ois Laroche
05-27-2004 09:51 PM
rh Go to last post
19 150
I want to be able to access cells within an HTML table, via computed row number and column number. I was considering using oTableID.children and...
David D.
05-27-2004 07:21 PM
Richard Cornford Go to last post
6 67
Wow. There was so much good information there, all of it really helped a lot. Thanks so much. Now I just need to figure out how to build a program...
Brian Palicia
05-27-2004 06:47 PM
Thomas 'PointedEars' Lahn Go to last post
2 76
Hi, I've a little script that disables/enables some fields in a form. It works correctly, no problem. Problem arise when a disabled field becomes...
sylvestre
05-27-2004 04:01 PM
Ivo Go to last post
3 132
Has anyone else encountered this issue? When you do Date.parse(date1) and date1=10/29/2001 it seems to add an an additional 3600000 ms for no...
Need Top Programmer
05-27-2004 12:50 PM
Dr John Stockton Go to last post
3 75
Hi, I use FSO ActiveXObject to save file from IE. In JS like function saveToFile(pathN, content){ var fso, ts; var ForWrite = 2; fso = new...
Martin Mrazek
05-27-2004 12:16 PM
Lee Go to last post
1 54
I want to write a generic clearForm function to clear the form when the user click CLEAR button. Here's my attempts, because I want to take care all...
Matt
05-27-2004 11:15 AM
Matt Kruse Go to last post
5 124
I tried to display all html control types in the form. But it has run time error "object doesn't support this property or method"...
Matt
05-27-2004 10:04 AM
Lee Go to last post
3 91
Adam wrote: Lol not unless this script runs on the server... I assume you want to perform the actions in the #include statements, and those should...
Guido Wesdorp
05-27-2004 08:57 AM
Guido Wesdorp Go to last post
0 62
I want to open a page that is hidden to the user. Some people suggest me to use hidden iframe. Is it a good solution? Any good examples?
Matt
05-27-2004 01:40 AM
Ivo Go to last post
1 150
I have problem to get onkeyup event. If we put the event in HTML statement like - "<input name=field1 size=16...
Evan Wong
05-27-2004 01:26 AM
Evan Wong Go to last post
2 75
I'm trying to test some simple JavaScript meant to speed up the display of my Web pages for readers using modems, but I have a fast DSL connection...
Lawrence San
05-27-2004 01:17 AM
Lawrence San Go to last post
2 57
Hi all...I am building a site that has a popup, 2 frame window - top frame is a page with the logo of the site, and the other frame is going to a...
Gianni B.
05-26-2004 10:05 PM
Ivo Go to last post
1 126
Hi. I have a table with some spans in it. Every span contains a different clock. When each span finishes load, I need to run a javascript function...
Robert Scheer
05-26-2004 07:11 PM
Ivo Go to last post
1 88
Hello Everyone, We are using javascript's tooltip (pop up on mouse over )function. The problem we are having is as we go scroll two or three pages...
Vandana Rola
05-26-2004 06:29 PM
Vladdy Go to last post
1 125
I run a free website, and want to keep a count of users who click my sponsors adverts on my page. Is it possible to pickup if someone clicks a...
Craig
05-26-2004 06:27 PM
Ivo Go to last post
1 184
Hi all, I am new in javascript. And I would like to find out whether window.open use GET or POST. I have tried to find the FAQ but no...
Earth
05-26-2004 04:24 PM
Dr John Stockton Go to last post
5 49
btw is there anyway i can define and get a value of this.form.submit()? thanks again RC *** Sent via Developersdex http://www.developersdex.com...
reneeccc west
05-26-2004 03:56 PM
reneeccc west Go to last post
0 56
Is there anything 'wrong' with setting the value of a drop down menu using the following? document.frmStep1.drpInvaddress.value =...
Dan McCloud
05-26-2004 03:24 PM
Lee Go to last post
2 55
Hi, I am trying to load an XML file. The problem is that it only works if the xml file is in the same directory as the file containing...
Asad
05-26-2004 02:40 PM
bruce Go to last post
1 112
I have a return false as part of my if statement and my form is still submitting. Here is the simple example. Any suggestions? if(msg !=...
gachris
05-26-2004 02:30 PM
Lee Go to last post
2 77
I'm very frusterated..Been trying to make mouseover buttons and cant get it to work...can someone but up some sample code to show how to do it, with...
richk
05-26-2004 12:43 PM
kaeli Go to last post
3 67
Hi, I must begin to say that I'm rather new in wtiting and using JavaScript. Now I want to use JavaScript in a HTML-page. On the homepage is a link....
asd987
05-26-2004 11:06 AM
Mick White Go to last post
1 100
Hi, I have a bit of code which draws a chart up or down from the centre line (zero). When I have negative numbers in MSIE it displays fine and in...
Iain West
05-26-2004 10:20 AM
Lee Go to last post
1 50
I don't know enough about the technology yet to know whether this is a ridiculous question-- but is there no cross-browser javascript implementation...
Timo
05-26-2004 10:13 AM
Peter Hawkes Go to last post
6 73
I know this has to be easy, but I can't seem to figure it out. I'm debuggin' someone elses code... x="hello"; +x+"world" ....and I don't get it! ...
Bruce Duncan
05-26-2004 09:37 AM
Grant Wagner Go to last post
3 92
hi i look for a Javascript treeview, free and for commerciale use. where can I so which find?? can someone me help. thanks maalej
maalej
05-26-2004 09:22 AM
Matt Kruse Go to last post
3 122
Hi, is there a possibility to adjust the popup-time of the element.title="advice" - attribute? If I use long advices, I need longer time to read...
Wolfgang
05-26-2004 08:26 AM
Keith Bowes Go to last post
1 138
Just a reminder, we can catch the onClick event, but the original onclick on the document (if there is any) will be overwritten
i-Safire
05-26-2004 08:12 AM
i-Safire Go to last post
2 43
Hi. I know the basic way to assign event handlers: <input onKeyUp="processEvent(event)" /> But how do I assign a function to the onKeyUp event in...
Trent
05-26-2004 07:46 AM
Evan Wong Go to last post
3 71
I would like to open an exit pop when a user leaves my site, but I don't want to the back button to trigger the pop if the user remains in my...
John Hoge
05-26-2004 07:40 AM
kaeli Go to last post
2 54
I am designing a game for a forum. When the user has finished playing I need to save their data to a cookie then navigate to a page which holds their...
Mark
05-26-2004 07:15 AM
Jim Ley Go to last post
6 108
comp.lang.javascript FAQ - META - 8.0 - 2004-03-15 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroup deals with...
FAQ Poster
05-26-2004 06:55 AM
FAQ Poster Go to last post
0 68
Dear javascript gurus ! An Application - which is developed for j2ee-servers - sometimes uses javascript. To open and close a separate window it...
Hagen
05-26-2004 05:28 AM
Hagen Go to last post
0 50
I've been researching this on and off for weeks, and haven't come up with anything useful yet. If anyone knows how to do this, please let me...
Chris
05-25-2004 11:58 PM
Andrew Thompson Go to last post
3 52
I have encounter what I think is the strangest bug I have ever seen and was wondering if anyone else has ever experienced anything similar or might...
demetrius
05-25-2004 11:56 PM
Andrew Thompson Go to last post
2 97
I have a local Perl app that extracts and consolidates entries fro many separate active server logs into a single time-ordered web page IP ...
R L Samuell
05-25-2004 08:21 PM
R L Samuell Go to last post
0 50
What I wanted was to get rid of offsetLeft and use "proper" way instead....but when I do document.getElementById('someDiv').style.left; I keep...
ivanhoe
05-25-2004 07:15 PM
DU Go to last post
2 104
Wang, Jay wrote: Much more sense indeed:-) The following will do, you were very close. Note that the link capability only works when the message...
Wang, Jay
05-25-2004 04:33 PM
Wang, Jay Go to last post
8 95
In my web application I provide the user with a popup window to a rich text document by calling window.open(). My problem is that the title of the...
Clive Moore
05-25-2004 02:00 PM
i-Safire Go to last post
1 102
Thanks, the script works if the full code is placed in the head of the document. However, if a link to a *.js file is used it doesn't work. My...
Olly
05-25-2004 01:30 PM
Olly Go to last post
5 51
Does anyone have or know of script that will stop yahoo adding their adverts to end of post to groups? TIA
MikeC
05-25-2004 12:07 PM
Grant Wagner Go to last post
3 53
Post New Thread

Display Options
Showing threads 25051 to 25100 of 32002
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.