I am having some problems modifying a script I found and am looking for some help. I found a script for a basic slide show. it has text links for next and...
Captions seem like it would be a small addition but it's actually a lot harder to implement in a cross-browser fashion than the slideshow feature. If you don't...
I'm not sure about modifying the JS you have, but I have a slide show script that shows text for each picture. It changes the pictures either automatically or...
Hello All: I am just learning how to do this stuff and I am having some difficulity connecting a web page to a database. Could someone please look at my code...
document.forms[0].action='<insert your action filename here>'; Doug ... http://docs.yahoo.com/info/terms/...
Douglas.Knudsen@...
Mar 3, 2003 6:46 pm
16980
I have a script that I use more multiple pages. For each page the script has to be changed, but there is one chunck of code that doesn't change. I want to...
You can't nest <script> files. If all this is in the <head> you shouldn't have a problem just putting the include either just after or just before the other...
It doesn't matter that the variables are defined in a different script? Ben Doom <bdoom-js@...> wrote:You can't nest files. If all this is in the you...
... As far as variable scope, that's absolutely correct. However, the above example *could* fail because the alert() was called before the external script had...
Hi people, Does any one knows about a good javascript file for geneaology managment? Many thanks, Jose.- [Non-text portions of this message have been removed]...
Leviaguirre Queral Jo...
JLEVIAGU@...
Mar 4, 2003 1:47 am
16986
... One way in which it *might* fail, is if different levels of JavaScript have been declared. For example: <script language="JavaScript1.5"...
well frist of all, you cant nest javascript tags. if you wanna put javascript tags in javascript tags you have to escape the slash in the closing tag of the ...
True, but it was meant as a trivial example. If I wrote up thorough case studies each time, I'd spend more time writing email than working. :-) Sounds like a...
that is a very large script. it would be simple if you use a server side language like php to do that. but i assume you want it done without the page...
My function has many variable declarations. I want to take that chunk of variables and import it inside the function. I have too many variables to create a...
yes it does. Javascript has the sort method for an Array. Yo can define the sort method yourself with a function. The following example creates four arrays and...
Leviaguirre Queral Jo...
JLEVIAGU@...
Mar 4, 2003 3:53 pm
16992
... The on-line language reference is a good place to answer questions like this: ...
... ? Why don't you just have this complete function as an externally- referenced file? What's the reason to have some of it in-page and some not? -- Hassan...
I use the same function for multiple wepages, but for each webpage the function works differently. I have to change some of the code, but most of it stays the...
... Without more detail it's hard to add any more, but the bottom line is that you can't import a script within a script block, so your options include +...
I'm not sure what you're getting at ... ... function works ... same. That's what IF statements are for. :-) If you need to put some of your JavaScript inline...
Free webmaster? I am out of a job for sure, now! JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va. Tel: (703) 637-2668 Fax: (703) 637-4084 ...
Then - Cloning would be child's play if a webMaster can be downloaded !!!!! KOY CONFIDENTIAL INFORMATION: This email and any attachment(s) contain...
Kayode Yusuf
Kayode.Yusuf@...
Mar 4, 2003 10:52 pm
17000
Thank you for your advice. Here is an example. Go to this one my webpages http://viewcharts.com/roulette/hobler.html and look at the code. Under section ...