I've got a page w/ thumbnails in one frame, and when you click on the pics, th photos open up in another frame. How can i set it up using JavaScript, where,...
Script Name: Auto-Resizable-Pop-Up Website URL: http://javascript.internet.com/page-details/auto-resizable-pop-up.html Description: Use this script to view...
You mean something like this? http://personalpages.tds.net/~modelcarlist/buick.html This code is a little sloppy but it works. Here code for the function that...
I use a "big photo" page which is passed a parameter string containing not just the picture's location, but also title and caption information. Works well...
Can Anyone Give me Some Tips On How To Get This To Work?? <SCRIPT LANGUAGE="JavaScript"> <!-- var click = "0"; --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> ...
Hi all, I've got an urgent question for you guys. Help would be really appreciated... How can I add an @-validation to the following script?? I haven't got a...
hi all , i think u can use the ascii value ( use keycode for IE and .which methods) for the @ validation . get the ascii value and then form a loop where in...
lol... thanks... but can anyone give me an example embedded in the code I'm using? Because I really don't know how I can accomplish this... ... methods) for...
Hi I'm new to javascript and was wondering how to but a clock into an alert box. Here's my code so far. Thanks for you help in advance. <html> <head> <form...
Which bit? If you mean the fact that it doesn't remember that you've been to the vote screen, the problem is with your 'var click = "1";' This defines a local...
Not sure I understand, but ... If you want to put the current time into an alert box, simply format it into text the same way you're doing for your form, then...
Thanks...I got it to work :) ... the vote screen, the problem is with your 'var click = "1";' ... throws away when the vote function exits. ... the "click"...
They're 2 form validation scripts... The first checks whether the fields have been answerred, the second checks the email addy. I'm always getting an error......
dont use "0" OR "1" because that was for string format <SCRIPT LANGUAGE="JavaScript"> ... From: <enlon01@...> To:...
Handy
han@...
Jan 6, 2003 1:41 am
6064
Hi friends , I have a problem . i have a link which says " Save the Report File in local drive [Shift + Click] (Save it as .DOC File and use your wordprocessor...
Rather than shift+click, tell them to rightclick the link and choose 'Save target as'. That will work in all major browsers, though the wording may be...
Hi, Can anyone pls tell me how to link a site on a menu bar to a new window? I have a personal homepage and I'm now trying to make it more attractive by adding...
I need to know how to save some information read from a form into an array in a different file .js I just need to know how, then I can go by myself.... so...
How can I do this. I want to display one small image while another much larger one is pre-loaded. Once it's finished pre-loading I want it to display the full...
Hi to all, I am new to this group. I would like to introduce myself in case I can be of any particular help.<?xml:namespace prefix = o ns =...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jan 7, 2003 5:11 pm
6072
Hi! I'd like to detect when a textfield reaches a specific number of characters (let's say 10) and automatically submit it's form at that moment. I'v tried...
Can this help? ... De: Mathieu Leclerc <mathieuleclerc@...> [mailto:mathieuleclerc@...] Enviado el: Jueves, 09 de Enero de 2003 10:07 a.m. Para:...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jan 9, 2003 4:43 pm
6075
Hi, I have a java function called Act()...this is called from another java function called show()...what show() does is..passing the page to itself with all...
Hi Sam, I remember your case. I didnīt have enought time yesterday. OK. Let's try again. Maybe I can help. Please send me the code. Cheers, Jose. ... De:...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jan 9, 2003 11:37 pm
6077
Hi.. Your code works fine if you just remove return while calling the function as follows. <script> function enforcechar(what,limit){ if (what.value.length >=...
Rags
raorags@...
Jan 10, 2003 5:52 am
6079
Dear all, How can I call a function that is in a DLL using javascript? Thank you in advance, Carla Almeida...