| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I would like to get an array of <a> html tags og a string.
I have done this but it doesnt works :
var reg;
var str='Bonjour, ceci est un test,...
Fred
|
09-14-2006 04:16 AM
Fred | 0 | 283 |
|  | hi,
suppose i go to a website, view it source and the find out that a
certain link invokes certain function . can't i just paste the function
in my...
tushar_neo
|
09-11-2006 01:51 PM
Mike Scirocco | 1 | 318 |
|  | I don't know how I can execute an event of Javascript into a link in a program in Perl.
This event of JavaScript have executed a function that... Kevin31 |
09-09-2006 04:38 AM
Kevin31 | 0 | 341 |
|  | I have a form that contains 240 "products". Each Product has a TR. Each TR
contains a Yes and No radio button and a Product-Qty text input.
A...
Mike
|
09-08-2006 04:30 AM
Mike Scirocco | 3 | 349 |
|  | Hello all,
I have a list of items in a datagrid on a web form (VS 2003).
I have a search box where the user types what they are looking for and...
Jon Delano
|
09-07-2006 02:15 PM
Jon Delano | 1 | 499 |
|  | I have this script and want some help altering it (typical cut n paster -
have LITTLE idea what I'm doing!!)
<script...
Ian Shere
|
09-03-2006 10:24 PM
Ian Shere | 0 | 281 |
|  | Hello Javascript masters. I've pasted below the problem that confounds
me (but, of course, most things javascript do). I have a page that is
has...
WindowFrog
|
09-02-2006 04:40 PM
Mike Scirocco | 1 | 293 |
|  | Hello all: OK, I'm a complete javacript idiot, but... I need to create a
javascript from a javascript I've found that will allow me to...
noman
|
08-31-2006 01:58 PM
murman | 1 | 340 |
|  | I don't know how I can execute an event of Javascript into a link in a program in Perl.
This event of JavaScript have executed a function that... MakeS |
08-30-2006 11:21 AM
MakeS | 0 | 295 |
|  | Is there a way to determine when someone leaves my site where they're new
destination is? i.e. can I tell if they are going to google.com or...
Bishop
|
08-29-2006 08:25 AM
Bishop | 2 | 298 |
|  | Hi
I have a javascriot that stop people from writing motr than 500 characters
in a textarea.
The script looks like this
<script>
function...
Festfagbogen.dk
|
08-29-2006 04:01 AM
sp | 3 | 313 |
|  | news.cogeco.ca wrote:
You too, I'm happy to help.
news.cogeco.ca
|
08-25-2006 01:57 AM
Mike Scirocco | 1 | 290 |
|  | Here is the scenerio:
pageA.html opens a popup (varwin = window.open('...', 'awindow'));
pageA redirects to pageB.html...
I need pageB.html to be...
Ur Pal Al
|
08-24-2006 04:21 PM
Ur Pal Al | 0 | 286 |
|  | I am using the son of Suckerfish dropdown technique to do drop down menus.
It is really cool (see http://www.htmldog.com/articles/suckerfish/) but...
Chris
|
08-23-2006 05:29 PM
Chris | 0 | 304 |
|  | Hi Group experts,
i would like to tweak a javascript diashow with a bit SEO. No spamming, just
ensuring the images are found. If the visitor is...
Michel Firholz
|
08-18-2006 04:57 AM
Michel Firholz | 0 | 315 |
|  | I hope this is the correct place to post this:
I am developing a web site for a e-commerce business I will be
running. The site I'm setting up will...
MarkW
|
08-17-2006 12:15 AM
MarkW | 0 | 269 |
|  | Hi
Im trying to make a function that will change the style of all my td
tags when pressing a button.
So far it looks like this, but it doesnt seem...
Brian Bendtsen
|
08-16-2006 03:43 AM
Brian Bendtsen | 0 | 400 |
|  | Hi,
I'm completely green when it comes to Javascript - I can kind of understand
it, but don't understand the finer logic of it (I'm more an ASP...
Mark B
|
08-11-2006 11:18 AM
Mike Scirocco | 2 | 264 |
|  | If I have the following:
------------------------------------------
<form onSubmit="checkButton()" action="/cgi" method="post" name="myForm">
<input...
Wojtek Bok
|
08-08-2006 10:18 AM
Wojtek Bok | 2 | 339 |
|  | I can't figure out why my keypress script is not working. I used the
following code:
document.onkeypress = KeyCheck;
function KeyCheck(e) {
var...
Dave (DreamIsle)
|
08-08-2006 07:10 AM
Wayne Dobson | 1 | 286 |
|  | Hello,
How can I call or trigger an external javascript twice in a form?
I have
<script language="JavaScript"...
Adam Smith
|
08-07-2006 10:22 PM
Dave (DreamIsle) | 1 | 324 |
|  | I noticed that you have several checkboxes with the same ID. If you are
using the ID attribute for style purposes, use class instead.
I would try...
Dave (DreamIsle)
|
08-07-2006 10:19 PM
Dave (DreamIsle) | 0 | 303 |
|  | I've been Googling & can't find a consistent cross-browser (IE & Firefox) answer to
this...
I need to pass some data from inside an iframe, to the...
Edwin
|
08-06-2006 01:56 PM
Edwin | 0 | 339 |
|  | Hummm, anyone know how can i have a return in a text object ?
Actually i do this :
<text id="mytext" x="50" y="50">TEXT1</text>
<text id="mytext2"...
Seb
|
08-06-2006 04:26 AM
Seb | 0 | 296 |
|  | I've a table with some rows,
in each row an hidden field "HF" and a check named "CHK"
I want to create a Javascript called on oncheck event that sets...
etantonio@libero.it
|
08-06-2006 03:47 AM
porta.sebastien@gmail.com | 1 | 458 |
|  | Hi, all
As the following HTML, I try to replace "flash/3.swf" with another flash
file, "flash/4.swf" by using javascript such as...
Jack
|
08-05-2006 08:27 AM
Jack | 1 | 324 |
|  | Hello,
I have written a form that verifies all the fields are valid when the
submit button is clicked. However, I am trying to make my code into...
Keith Carey
|
08-03-2006 09:30 AM
Snoopie | 2 | 658 |
|  | I know that
str.replace(/^\s+|\s+$/g,'');
will trim a string of space, but what about stripping extra spaces inside a
string?
For example
"hello ...
Bosconian
|
08-01-2006 08:39 AM
Bosconian | 0 | 381 |
|  | I wrote a javascript code that detect right click and then submit form.
But after reload the page, right click window is open!!!!
I don't want to...
ebarshan@gmail.com
|
08-01-2006 06:01 AM
ebarshan@gmail.com | 0 | 322 |
|  | I want to delete a folder on a network drive through jscript. I have
tried everything and I can't delete and folders on that drive. I have
tried the...
treasonftg@gmail.com
|
07-30-2006 08:08 PM
Rob Williscroft | 3 | 612 |
|  | I need to print an HTML table in which some cells have a grey background.
In IE6 there is a user option called "Print Background colors and...
charles@home.com
|
07-30-2006 06:17 AM
charles@home.com | 0 | 799 |
|  | Ask Josephsen skrev:
The
'...expires="+exdate);' part should be changed to:
'...expires="+exdate.toGMTString());'
.... :o)
../ask
Ask Josephsen
|
07-27-2006 06:38 AM
Ask Josephsen | 0 | 317 |
|  | Hello,
When using Internet Explorer, on networked PCs in a college, to view a
page of mine with Javascript code in it the "stack overflow"...
Geoff Cox
|
07-24-2006 04:37 PM
Geoff Cox | 0 | 335 |
|  | I'm wondering if anyone has any ideas about a way to quickly convert an
HTML DOM Node into an XML Document. The goal is that I want to perform
XSLT...
elsigh
|
07-22-2006 07:51 PM
elsigh | 0 | 468 |
|  | i need a script that makes the mouse klik automatic
playing a game were i need to klik all the time
if the script has a way to set the time between...
Allan
|
07-22-2006 02:38 PM
jojo | 1 | 326 |
|  | Hello,
I want to link to an external HTML document. This is an extremely long
document which has hardly any internal link names in it.
Is there any...
Jasbird
|
07-22-2006 04:56 AM
Jasbird | 2 | 335 |
|  | Adrienne Boswell skrev:
Thanx for the tip. I've tried setting everything to "low", accepting all
cookies etc. with no success.
I've thrown up a...
Ask Josephsen
|
07-20-2006 04:38 AM
Ask Josephsen | 0 | 284 |
|  | My site uses XSLT transformations to put new text into existing pages and to
generate new pages. Currently, it sets element.innerHTML to the...
Christopher V. Kimball
|
07-17-2006 01:53 AM
georgethree@gmail.com | 1 | 1,187 |
|  | Hello,
I'm just new to this group and I'd appreciate some direction. I work in a
call centre and I have been assigned the task of doing a web based...
Scott Hlad
|
07-15-2006 03:07 PM
Steven R. | 3 | 331 |
|  | Hi All,
I trying to create a form on the fly for a simple form submit. Firefox
is happy with the Code below but IE is rejecting it, reporting...
philimo
|
07-13-2006 07:08 AM
philimo | 4 | 813 |
|  | Hi.
This is the frameset :
<frameset framespacing="0" border="0" cols="217,*" frameborder="0">
<frame name="sommaire" target="principal"...
EMA
|
07-07-2006 09:54 AM
EMA | 2 | 413 |
|  | Hi all,
My question is: How can I alter this cross browser print screen script
to display a button with either a color, a transparant background, or...
RnR Ron
|
06-27-2006 11:42 AM
RnR Ron | 0 | 297 |
|  | Looking foe a script that will allow multiple text hyperlinks on a
single page to each open in new windows where the menu bars and buttons...
RnR Ron
|
06-25-2006 02:06 PM
Wayne Dobson | 8 | 328 |
|  | Hi,
I need a really simple way to control sound rendering in an HTML page.
I basically need to start a specific .mp3 file when the cursor enters
one...
ZioNemo
|
06-24-2006 10:42 AM
ZioNemo | 0 | 288 |
|  | Hi
Im working with a dropdown menu which works fine in FireFox but I get an
error in IE6.0.
My javascript code looks like this:
activateMenu =...
Brian Bendtsen
|
06-23-2006 03:09 AM
Brian Bendtsen | 0 | 307 |
|  | Is there a way to disable all form buttons when the user submits the
form information?
I thought about wrapping the entire page in a <div>, then...
Wojtek Bok
|
06-20-2006 07:05 PM
Wojtek Bok | 0 | 313 |
|  | I'm a novice at javascript.
I don't have the benefit of classroom experience so I'm looking for a good
beginner's textbook on javascript. It's best...
Mr. Pottymouth
|
06-19-2006 06:38 PM
Mr. Pottymouth | 0 | 343 |
|  | I have a window with a text box and a button set as the default. The
text bos has some onBlur and onChange events defined which calls some
functions...
deepsnainani@gmail.com
|
06-19-2006 12:53 AM
deepsnainani@gmail.com | 3 | 490 |
|  | http://allwebco-templates.com/templates/samples/T22dmGolf.htm
ryan
|
06-15-2006 12:28 PM
Penelope Baker | 1 | 345 |
|  | Lets say a select meny is created looks like this
<select name=menu1 size=10 multiple>
<option>Menu Item 1</option>
<option>Menu Item...
Realtime
|
06-14-2006 09:14 PM
Stephen Chalmers | 2 | 305 |