| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Well, I found one ugly fix, put this after your addrow function and it
will expand... because it will need to reevaluate the DOM tree, else...
daveland@oru.edu
|
06-07-2004 09:35 AM
Vincent van Beveren | 2 | 85 |
|  | I have an iframe in a page which is refreshed every 5 seconds. It
displays different information based on the contents of a file.
I was wondering if...
Geoff
|
06-07-2004 08:11 AM
Geoff | 2 | 82 |
|  | Hi,
I'm hoping for a bit of advise-- I have a (relatively, from the
point-of-view of this dilettante) complex script that attempts to preload
certain...
Stacey
|
06-07-2004 08:02 AM
Vincent van Beveren | 1 | 73 |
|  | 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
|
06-07-2004 06:54 AM
FAQ Poster | 0 | 62 |
|  | Can you help me ?
How can I reach the adress of an image in Javascript?
Thanks
Annick
|
06-07-2004 06:06 AM
Evertjan. | 2 | 150 |
|  | I want when visitors go to
http://www.1cellnetindonesia.com/ct_09DaftarSementara.html#Reg-Temp-Top?memberlain=hardjoko&nama1=test
I want the field...
jonathan
|
06-07-2004 06:05 AM
Evertjan. | 7 | 111 |
|  | Hello
Is there a possibility to change/define what will appear in menu after
right-clicking on text input box ?
If not - how to do this ?
Dominic
Dominik
|
06-07-2004 05:33 AM
Vincent van Beveren | 1 | 57 |
|  | Thanks Dennis, at least gives me hope that I can do what I want to do.
What I am really looking for though, is a way to do this within...
Bob Ribokas
|
06-07-2004 03:19 AM
Kien | 2 | 86 |
|  | I saw a webpage sometime back (I cant find the url again)
which had a logo in the middle of the page and 4 lines,
sweeping around it from left to...
Elijah Bailey
|
06-07-2004 03:16 AM
Kien | 1 | 200 |
|  | Hi...
I use a function something like this,
<a href="javascript:history.back();">Return to original page</a>
to give people a "back" option...
Food Groupy
|
06-07-2004 12:01 AM
Food Groupy | 4 | 97 |
|  | Stephen Chalmers wrote:
Opera 7, Konqueror 3, Safari 1, IceBrowser 5 and others don't either so
pageX/YOffset should be preferred (and is widely...
Simon Wigzell
|
06-06-2004 11:41 PM
Richard Cornford | 11 | 167 |
|  | I've got a simple php script that dumps some database info out that I would
like to make available to others for inclusion on their web...
Tony Rice
|
06-06-2004 07:07 PM
Tony Rice | 3 | 61 |
|  | I thought I was fighting a PHP problem, so I asked about this on a PHP
list, but they felt it was a Javascript problem, so I'm reposting a
bit of the...
lawrence
|
06-06-2004 05:38 PM
DU | 2 | 81 |
|  | I have a search form that returns a search results list.
The user then selects a result which displays full info for that selected
item. The item...
harry
|
06-06-2004 05:26 PM
Ray Morgan | 2 | 102 |
|  | hi folks,
OK, so let's say, for example, I have a bit of HTML that looks like
this:
<td class="regular1b" valign="top">
<a...
norfleet
|
06-06-2004 03:06 PM
DU | 4 | 62 |
|  | Hi All
I'm after a Tax/VAT number validation script that I can tag onto the onClick
event of my submit button before submission.
I've seen a lot of...
Laphan
|
06-06-2004 11:19 AM
Dr John Stockton | 2 | 74 |
|  | I have a form that I submit to an asp page.
The asp page contains an iframe that needs to receive the form results too.
How can I submit the form to...
Targa
|
06-06-2004 09:54 AM
Randy Webb | 1 | 82 |
|  | I am looking for a method that maximizes my local browser window.
Does anyone know what method that is? I am using IE-5.5, but if
there's a method...
Pete
|
06-06-2004 12:39 AM
Andrew Thompson | 1 | 103 |
|  | Debugger.js 1.0
This is my Javascript debugger.
What it does:
After you displaying the debug window (see tip 1) you can move your
mouse over any...
Robert Skidmore
|
06-05-2004 11:35 PM
Robert Skidmore | 2 | 130 |
|  | snip
I see now that this example only works in navigator. Does anyone know of a
more generalized function that will account for all browsers? (By...
Simon Wigzell
|
06-05-2004 10:52 PM
Thomas 'PointedEars' Lahn | 3 | 76 |
|  | Hello,
I don't know if this is the best place to ask this question but if its
not I'm sure someboy will tell where is.
I am taking a website that...
David Logan
|
06-05-2004 10:50 PM
Thomas 'PointedEars' Lahn | 5 | 46 |
|  | I am developing a web site for a summer comedy series. The site has
links to buy tickets but I want them to disappear two hours before the
show...
Levi
|
06-05-2004 09:59 PM
Levi | 0 | 66 |
|  | Matthias H. Risse wrote:
function foo(){
d=document.forms.elements;
for(i=0;i<d.length;i++){
if(d.checked){
return d.value
}
}
Mick White
|
06-05-2004 09:05 PM
Mick White | 0 | 93 |
|  | What do I put in the javascript code to popup a window full screen?
Thxs: Pokey
Pokey
|
06-05-2004 08:16 PM
Kien | 2 | 87 |
|  | downgrade wrote:
Downgrade,
This might work: can you put a
onload="javascript:SecondScriptToRun;" in the tag of something on you
loading bar. This...
JaOtEaY
|
06-05-2004 05:49 PM
JaOtEaY | 0 | 77 |
|  | I am creating a loading page on my site which has 2 different javascrip
script commands in it. One for the Loading Bar, And Another To trigge
a new...
downgrade
|
06-05-2004 05:49 PM
downgrade | 0 | 70 |
|  | IE5.5
It's probably an oft repeated question but I have some code that used to
work but does not now.
This line in my Javascript code give an error...
Richard Brooks
|
06-05-2004 04:21 PM
Richard Brooks | 2 | 67 |
|  | I have a form on my webpage. I would like visitors to complete this
form and click a send button that generates an email. How can this be
done? With...
Olumide
|
06-05-2004 11:40 AM
Robert | 5 | 70 |
|  | I want to submit an HTML form and have the reply appear in a small
window that overlays the form window. After the reply is read, the
user should be...
Pat
|
06-05-2004 10:09 AM
Thomas 'PointedEars' Lahn | 4 | 66 |
|  | Im having trouble with server side ASP with Javascript.
I have an ADO recordset that returns a list of Times example: 7:00AM. I
then populate the...
Eric Tuomikoski
|
06-05-2004 09:26 AM
Eric Tuomikoski | 2 | 59 |
|  | Hey guys
I have this page that uses a small script that changes the button image
when the button is clicked. The problem is that when clicked, the...
Jim
|
06-05-2004 08:08 AM
Jimmy | 4 | 86 |
|  | Is there a way to test whether a named window is open from a separate
window which may not have opened the window?
I have tried using:
if(windowname...
laxmi
|
06-04-2004 09:13 PM
Richard Cornford | 1 | 79 |
|  | I don't know if there is such a thing, but when an image swaps, can you
have different image maps on it dynamically?
I have product pictures with...
Steve Bishop
|
06-04-2004 09:06 PM
Kien | 1 | 125 |
|  | Hi,
I'd like to be able to use the arrow keys to trigger my navigation
buttons. How do I specify that a right arrow key (->) is to activate the
link...
P K
|
06-04-2004 08:21 PM
P K | 0 | 69 |
|  | I have code to develop result page links (like a search engine) for some
results being passed from a database where I've no server-sdide acces -
thus...
Mark Anderson
|
06-04-2004 05:36 PM
Mark Anderson | 6 | 77 |
|  | I have a text box and a check box, by default the page should load and
the text box be disabled..I want it so that when you click the check
box the...
Jim
|
06-04-2004 04:15 PM
Randy Webb | 3 | 79 |
|  | I am converting a web site into transitional XHTML v.1.0
The onmouseover onmouseout thing isn't allowed with XHTML. Is there a way
to turn around and...
Charles
|
06-04-2004 03:28 PM
Hywel | 2 | 84 |
|  | I have a web form with a <div> section ... I have it setup so the
Update/Cancel buttons are fixed at the bottom of the screen while the
content of...
BBB
|
06-04-2004 02:20 PM
BBB | 7 | 105 |
|  | Robert wrote:
Who wrote that? Please provide proper attribution.
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
That code does not scale well. ...
Clevo
|
06-04-2004 01:20 PM
Lasse Reichstein Nielsen | 11 | 207 |
|  | I'm having a problem with apostrophes & quotes when using body.innerHTML.
With the statement: bodyText = document.body.innerHTML
If there was a...
Reed
|
06-04-2004 01:19 PM
Grant Wagner | 4 | 172 |
|  | Hi folks,
I am currently getting/setting values in an HTML table with:
document.getElementById(id).childNodes.nodeValue
where "id" is the id of...
Abdullah Kauchali
|
06-04-2004 11:53 AM
DU | 1 | 80 |
|  | I looking for a code that will give a site viewer the chance to make the
current page the home page in their browser. Seems that I have seen that...
ross
|
06-04-2004 11:25 AM
Grant Wagner | 2 | 112 |
|  | kiran wrote:
Check the source the browser is seeing. It's most likely that when the JSP
outputs the client-side JavaScript, you are losing...
Vincent van Beveren
|
06-04-2004 11:23 AM
Grant Wagner | 2 | 83 |
|  | I would like to generate a page of links including some of the pdf
properties (title, author, version, etc.) for a folder full of pdf's.
Is this...
mscir
|
06-04-2004 09:35 AM
Grant Wagner | 4 | 87 |
|  | Will Twentyman wrote:
That's okay, it doesn't really do anything even when it does work.
http://www.nothingisreal.com/mentifex_faq.html
2.2.1 ...
Grant Wagner
|
06-04-2004 09:17 AM
Grant Wagner | 0 | 116 |
|  | Andrew DeFaria said:
Please post plain text only to this newsgroup.
I don't have Firefox, but when testing in the two major browsers
I see the...
Lee
|
06-04-2004 08:33 AM
Lee | 0 | 73 |
|  | Hi all,
I am writing a cross-browser(i.e. 6 and netscape 7.1) javascript
program to save an XML file to local file system.
I have an xml string like...
gnv
|
06-04-2004 07:54 AM
gnv | 2 | 65 |
|  | If I use Mozilla to post multipart form data that includes an XML
schema file with an extension of .xsd the Content-Type...
Mark
|
06-04-2004 07:35 AM
Martin Honnen | 1 | 58 |
|  | 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
|
06-04-2004 06:54 AM
FAQ Poster | 0 | 54 |
|  | I have a simple script that changes the src and height and width of a
<img>. But when I load the image it changes it size first, streching...
Robbie
|
06-04-2004 04:12 AM
Vincent van Beveren | 1 | 76 |