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 notice that not all of what I had pasted in before is showing up in the posts. This line with some periods added (to hopefully...
JeffFinnan
01-25-2004 11:46 AM
JeffFinnan Go to last post
0 93
I am presently making use of documentElement.innerHTML to retrieve page contents for manipulation, but I've noticed that the sting value returned is...
Kyle
01-25-2004 11:44 AM
Kyle Go to last post
5 112
======================= Martin, Yes, I want to load local pdb files into this plugin for view molecules. Jeff
JeffFinnan
01-25-2004 11:39 AM
Martin Honnen Go to last post
1 92
I notice that in Netscape 7 it rewrites the code fine also like IExplorer. Unfortunately, this plugin does not work in the higher Netscapes.
JeffFinnan
01-25-2004 11:34 AM
JeffFinnan Go to last post
0 71
hiii I wanted to know how can I check for a specific HTML tag or user defined TEXT and delete it when the page loads Whenver the IE loads the page...
techy techno
01-25-2004 11:34 AM
Michael Winter Go to last post
4 95
JeffFinnan wrote: If that is inline code (code embedded in a HTML page) then you need document.write('<script type="text/javascript"...
Martin Honnen
01-25-2004 10:18 AM
Martin Honnen Go to last post
2 92
Can anyone help me with this code I have two radio buttons on a website, one called Large Text, the other called Small Text. I also have two style...
Stuart Welsh
01-25-2004 09:09 AM
Stuart Welsh Go to last post
0 86
Is there a way to adjust the url of the bookmark when someone wants to bookmark a page. I am using asp.net to generate the pages so if a user...
vMike
01-25-2004 07:41 AM
vMike Go to last post
0 126
It's not possible to get the IP adress via JavaScript. It's not possible to automatically send an e-mail with javascript, users will always get an...
DJ WIce
01-25-2004 06:13 AM
DJ WIce Go to last post
0 128
Hi, What is the best Javascript book available? Not in terms of syntax (you can look that up easily), but in terms of project development, to...
Eric
01-24-2004 10:47 PM
Newsgroups Go to last post
1 107
I am working on a site with some pages that all have a form that starts with a group of radiobuttons. By default none of the buttons is checked....
Martien van Wanrooij
01-24-2004 10:22 PM
Newsgroups Go to last post
3 132
Hi i have a netscape and IE incompatibility problem. when i change the text size in netscape everything looks fine and all frames text size change ...
hannibal
01-24-2004 10:13 PM
Richard Formby Go to last post
1 106
Hi, I am using this browser that came with an sbcglobal account and when I click on the built in "shopping" button (and others), sometimes i get a...
Sheryl Reed
01-24-2004 10:08 PM
Newsgroups Go to last post
4 104
Dave Casserly wrote: Because you are using document.writeln after the document has been loaded, it's content gets overwritten, including the array...
Janwillem Borleffs
01-24-2004 04:48 PM
Janwillem Borleffs Go to last post
0 108
I've posted this on alt.comp.lang.coldfusion, but is predominantly a javascript problem: I have a CF query which returns several rows of records. I...
zig
01-24-2004 04:33 PM
zig Go to last post
0 80
I have a need to write user gathered input to a file as a single line. I not found any tutorials or code examples that would accomplish this. Would...
James D. Marshall
01-24-2004 04:32 PM
James D. Marshall Go to last post
2 75
I am looking for a simple cascading menu javascript.One where it lives on the left side of the screen, listed vertically and when you select a...
gregory stevenson
01-24-2004 04:11 PM
gregory stevenson Go to last post
2 84
Dennis M. Marks wrote on 24 jan 2004 in comp.lang.javascript: If we are good enough for your questions, please share your solutions. Sometimes we...
Evertjan.
01-24-2004 03:41 PM
Evertjan. Go to last post
0 78
Hi all, i have a problem with javascript variable. I have a script that sets a global variable and open a dialog, then when i push a button of this...
Stefano
01-24-2004 12:59 PM
Stefano Go to last post
3 87
Am just beginning to use javascript. I have some pages that can be arrived at from more than one other page. Yes, the user can use the back button...
Rich
01-24-2004 12:01 PM
Peter Go to last post
6 96
hi! I'm trying to find a simple upload applet that can read input from a form (to use with the apache server). I found some but can't make them...
tudor
01-24-2004 11:41 AM
Lee Go to last post
1 157
I've got an app that opens a modal window and allows the user access to an INPUT TYPE=FILE. The user chooses the file to submit and hits the submit...
Eric
01-24-2004 11:00 AM
tudor Go to last post
2 68
I have a variable number of lines, with each line being a transaction, displayed in my jsp. Each line has an amount value with the name equal to the...
Jon Knutson
01-24-2004 09:54 AM
Dr John Stockton Go to last post
3 88
Sam wrote: You can't send headers with client-side JavaScript and the usage of the mailto: pseudo-protocol is a very bad idea (Google for related NG...
Janwillem Borleffs
01-24-2004 08:54 AM
Janwillem Borleffs Go to last post
0 92
Hello! I have a nice little problem :) I am using PHP to create input fields on a page, and a trick in PHP to have the result end up in an array is...
Sandman
01-24-2004 08:29 AM
Randy Webb Go to last post
6 94
Can someone show me code to multi-select a bunch of radio boxes from within a page? Basically there are 3 radio boxes next to each item, and there...
Jibba Jabba
01-24-2004 07:53 AM
Michael Winter Go to last post
1 95
This script works, but how can I write it better ? Without the comment tags .... <script> <!-- document.write('<SCRIPT...
find clausen
01-24-2004 07:14 AM
find clausen Go to last post
2 167
Hi, I'm going to create one of the classic checks in Web-development : THE DATE CHECKING ! I have made some kind of statemachine for datechecking,...
Joergen Vig
01-24-2004 06:10 AM
Lasse Reichstein Nielsen Go to last post
1 86
I had this html: <tr id="action" title="click to do something" onclick="alert('mike');"> <td>a</td> <td>b</td> </tr> and it works when I click on...
Michael Hill
01-24-2004 05:18 AM
Martin Honnen Go to last post
4 94
Sometimes I may have one form nested inside the other (this is an editable page). <form name="form1"> <form name="form2"> </form> <input...
Jeff Thies
01-24-2004 04:48 AM
Jeff Thies Go to last post
2 210
is there a way to change the <title> tag from a parent window from a child window in frames?
Treetop
01-24-2004 03:20 AM
Macamba Go to last post
2 115
Hi, I have a field that requires validation when you press a button as follows: <form name="form_affiche" enctype =...
Bilal
01-24-2004 01:18 AM
Brynn Go to last post
1 99
Trying to solve this with a regex approach rather than the programmatic approach of counting up and down the levels. I have a fairly complicated HTML...
Shannon Jacobs
01-24-2004 12:26 AM
John W. Kennedy Go to last post
17 150
Does anyone know how to detect if a user has pasted code using the right mouse button into a textarea? I have fields in a form that autoupdate when...
Holden Caulfield
01-23-2004 09:51 PM
Holden Caulfield Go to last post
3 84
Hello! Does anyone know a good archive for all different types of Regular expressions? I am 90% done a website and the last 10% is putting...
Holden Caulfield
01-23-2004 09:50 PM
Holden Caulfield Go to last post
9 122
I am having problems with the following countdown script. For some reason, the number of months is occasionally wrong. I can't quite put my finger...
Joseph S
01-23-2004 09:37 PM
Joseph S Go to last post
3 112
I've created a wizzy Javascript function embedded within PL/SQL that generates html bar charts. I would like to know if it is possible to get...
1066
01-23-2004 02:13 PM
kaeli Go to last post
3 203
Hello, I want te determine the client operating system, because I need to kno the default cookie directory. If there is a way to determine the...
lucpustjens
01-23-2004 01:01 PM
Grant Wagner Go to last post
3 58
Need text/javascript 98se - Netscape - Navigator 3.04 I go online to a site and window pop up - download - text/javascript ?????? Netscape - not...
Glenn
01-23-2004 11:38 AM
kaeli Go to last post
5 127
Hi there I'm quite a newbie on this, but my spirit is still high. I have made a page like this: <div id="mainlinks"> <a href="#">MenuItem 1</a> <a...
Oddguy
01-23-2004 11:20 AM
Oddguy Go to last post
0 96
Hello, I am doing form validation using 'onChange', so that every time a text input is entered and focus is lost on that text input, it will check...
Scott Navarre
01-23-2004 08:48 AM
Dr John Stockton Go to last post
2 252
i have this function: ------------------------------------------------------------ function isAlfaNumeric(vnos,space) { if (space==false)...
Smash
01-23-2004 08:40 AM
Evertjan. Go to last post
12 149
Hello, I have a form with a LoanRequired field which accepts numeric data only. If user enters >14900 then I want the user to continue as normal...
MS
01-23-2004 08:21 AM
Dr John Stockton Go to last post
8 117
How can you validate Javascript generated HTML for XHTML 1.0 strict compliance? To avoid the "<" and "&" problem, all inline scripts MUST be...
Jonny
01-23-2004 08:20 AM
Martin Honnen Go to last post
6 96
Hi, There was some discussion of pages that expanded on ideas (I can't find the thread right now) that went beyond what could be said in the FAQ's...
Jim Ley
01-23-2004 07:59 AM
Jim Ley Go to last post
3 134
Hi, I have a problem trying to validate dynamically created html form elements using javascript. I have dynamically created a check box using ASP for...
Will
01-23-2004 07:20 AM
lallous Go to last post
1 91
I have problem with onMousedown onMousemove events in ie6. I click on an image holding down the mouse button and drag across. The OnMousemove is then...
Jippie
01-23-2004 07:02 AM
Jippie Go to last post
0 88
comp.lang.javascript FAQ - Quick Answers- 7.9 - 2003-06-30 1 meta-FAQ meta-questions 2 comp.lang.javascript tips 2.1 Which newsgroup deals with...
FAQ Poster
01-23-2004 06:57 AM
FAQ Poster Go to last post
0 59
Hi I am trying to scale an image to be the size of the browser. The actual scaling is easy, what I cann't do is set the size of the div to the...
foldface@yahoo.co.uk
01-23-2004 05:58 AM
foldface@yahoo.co.uk Go to last post
0 75
All, I would like to write a web interface that will activate and deactivat a pulldown box depending on what the user picks in a differen pulldown. ...
TASdvlper
01-23-2004 05:55 AM
Padam Jain Go to last post
1 100
Post New Thread

Display Options
Showing threads 27601 to 27650 of 32434
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.