GeoGuide

Back to JS main page Request List



NrDescriptionHints, CommentsDateSolution
61 A script that will allow the user to type in a specific word and search through the text of that specific html page and display the total number of matches it found for that word. JavaScript 1.2 1997-08-22 .
60 I'm looking for a script(js or perl) that works with frames. The user will select a link from any frame. I need that link to list (with other selected links) into a defined frame. The list then needs to be activated with 'submit' or 'clear all'. This script is used to make multiple song selections and have the play in sequence. . 1997-08-21 .
59 I have a button that, when clicked, pops up a new window containing a form. When the form is submitted, it runs a CGI which populates the original window. I have accomplished this and it works fine, however, when I attempt to CLOSE the new pop-up window after the submit, it stops the CGI process.
Question: How do I close the pop-up window after submitting it, without killing the CGI process?
. 1997-08-08 .
58 A list of JavaScript/Jascript support of various browser versions including Netscape and MSIE versions back to version 2, as well as AOL and other less popular browsers. . 1997-07-28 .
57 A script which searches your page for keywords you entered and returns the links to these pages which you can then select. . 1997-07-25 .
56 Looking for vote/poll/survey script, to "attach" to form (be it using cgimail or mailto), must use Cookies to ensure everyone votes but *once*. When new topic to vote it will delete old cookie so they can vote on new question (and of course be able to vote on that but once.) . 1997-07-19 .
52 I need (1) a 5 item multiple-choice (A-E) radio-box with a RE [form-name] in the mailto:and correct/incorrect with explainations alert boxes, and (2) a script such as above that allows the test-taker to continue (to another page [test]) if they get 100% correct.

(1) Counts down (min:sec remaining) in marquee window (bottom of browser)
(2) Begins with an Alert (i.e. "you have 20 minutes to complete this test)
(3) Automaticlly moves person to another page when counter reaches 0
(4) Allows the person to complete some time during the countdown
(5) Netscape 2.02 and up if possible

. 1997-06-28 Here's the solution for the timer
51 Is there a way in JS to decide not only the size of an opened window, but also the position? . 1997-06-28 Here's the solution
49 A script that will have a button to click for frames or non frames. . 1997-06-28 .
47 Sort of a combo of the onMouseover with Imagemap and the Tooltips 2 script, so when you moved your cursor over each section of the imagemap, it would show up with a different message describing the link If you use coordinates for your imagemap (instead of .map files), you can include an: onMouseOver="alert("MESSAGE"); 1997-06-16 Solution found, available soon...
42 Example scripts from people who have used javascript as sort of a "front end" for VRML. . 1997-06-02 .
41 A script that would identify users of a page, (i.e. user@ISP and location) . 1997-06-02 .
40 What I'm attempting to do is display and menu bar image with an image map dividing the image into 4 sections and have a rollover for each section with a new image for each (this part I know) However, when the each new image is displayed I want them to be located below the menu bar and each one will have its own imagemap.

So the menu bar will have an image map which upon a rollover of the sections will display another image in a different location and that image will have its own different image map.

It cannot use frames!!
. 1997-05-20 .
36 Can I give a var-statement to the contents of a textbox? I want to run a page, that submits an URL to a few Search-engines, using textbox/textarea forms and buttons. Can I set a cookie, storing the information, written by a user of my page, so that when this user has clicked a button to submit his information to the search-engine, and then clicked the BACK button to get back into my page, will find the information he has typed into the forms ? . 1997-05-08 .
35 I am validating my inputs fields by calling handler from FORM tag using onSubmit event.
I have four images (instead of buttons) to submit my form. I have mentioned the name of the images as same with different values. I want to reference which button I have clicked to submit this form inside handler.
. 1997-05-08 .
32 Any script that plays MIDIs, or anything else, with as many control options as possible.

  • 32a
    I want a javascript that will automatically play a random MIDI file upon loading my web page. When it is DONE playing the FIRST Midi file & it will start playing a SECOND & DIFFERENT MIDI file also chosen in random... until ALL midi files in that "Directory" have been played! I want this to be totally hidden with NO "CONTROL" buttons whatsoever!
  • 32b
    I have music (midi) on my page! But you can not change the volume level from the page. Can you please send me the line for the music.
    ps.right now I have "<P ALIGN="CENTER"><EMBED SRC="SCATMAN.MID" autostart="true" WIDTH="140" HEIGHT="15" LOOP="4" volume="100" CONTROLS="smallconsole"></P>"
  • 32c
    I'm looking for a script to control sound clips from a constant window seperate from the regular window. So it needs to call the song and allow control over playing and stopping and so on. I could use something close and then club it into shape.
  • Try finding something in Java. Certain things written in Java can be used to play sounds on events, but I don't think you can change <EMBED> stuff much in JavaScript. 1997-05-04 32a Solution found, available soon... Try a hidden frame. Make an array of songs and lengths, and document.write each one when the previous one expires...
    Here's the solution for the volume problem: <EMBED SRC="SCATMAN.MID" autostart="true" WIDTH="140" HEIGHT="15" LOOP="4" volume="100" CONTROLS="smallconsole">
    31 A javascript that detects all browser information, including screen size, and then sends it to a perl script to process, bringing up the appropriate file . 1997-05-04 Screen Size Redirect
    30 Asks for a user name and gives that user his own area, each time the user returns he enters his area. The area could be a directory set up by the admin!! Cookies, if-statement, document.location.href= userpage.html 1997-05-01 .
    29 I need a JavaScript that prevents people from specific hosts from accessing pages. I know it's out there. 1997-05-01 .
    28 A piece of JavaScript to run a banner-of-sorts. What I need is some sort of banner/marquee at the top of my page that changes messages. If the user clicks on the words while that message is on the screen, it will take you to a certain URL. This can only be done in Java. There is a site with a led sign, try sun's site and when clicked will take you there or modify the Javascirpt led sign. 1997-04-16 A java class called Banner3.class
    26 I need a script to calculate prices for signmarking letters. The user input is the heights of the letter, how many letters he want, which quality (1 or 2) and Serif- or Normaltextstyle. Then the program calculates the price for this and put it in a form. . 1997-04-09 .
    25 I'd like to be able to click on checkboxes on several pages, and have the action programatically check a corresponding checkbox with the same description on an Information Request page. I do not know how to code this, whether using a cookie or by using Input Type=hidden. . 1997-04-04 .
    24 I am looking for a script that allows for a short audio file to be run on a onClick event without causing the Netscape audio player to pop up. I have seen a similar thing with Java, but not yet with Javascript. I am guessing the sound needs to be pre-loaded with the page so it can be accessed rapidly. <script> function player() { document.snd.play(false); } </script> <embed src="nameOfFile.wav/mid" name=snd width=0 height=0 MASTERSOUND> <a href="javascript:player()">Play 1997-04-02 .
    23 I want to loop RealAudio-files (rpm), but as far as I know embedded RA doesn't support loops, could it be done with JS instead? . 1997-04-01 .
    22 A script with which it'd be possible to make multiple-choice tests. I'd like to have series or questions (maybe 10 in each) and feedback after every serie..how many were right..which were wrong and right answers to those. maybe also possibility to give hints after first wrong answer. Develop this a bit further 1997-04-01 .
    20 A national debt script for the US. . 1997-03-28 .
    19 Can Anyone detect User Name? I tried:

    <script language="JAVASCRIPT">
    document.write( " "+navigator.userName + " ")
    </script>

    but,it didn't work.
    Possible at all? It is possible to get the user name of the person logged on but to get it they must have the security feature turned off. This isn't a popular checkbox to leave unchecked. Thus it is possible but it is rare that you would recieve a value... Only Java! 1997-03-26 .
    17 Does anyone know how to make a submit button activate when someone presses the "Enter" key? . 1997-03-19 I think that only works with 1 field.
    16 A text/image banner that fades in and out with different text. Also allowing the text/image to have different links. . 1997-03-19 .
    15 A script that starts when a person leaves your page, a message box pops up and says something like "would u like to sign my guest book before u leave?" ....and it not giving u an option....ex....it just saying ok.....then when u click on okay....it brings u to the guest book... . 1997-03-18 <BODY onUnload = "gotogeustbook()">.
    The problem is that the unload doesn't occur when you push the back-button...
    14 Is there a way to determine when a midi-file has stopped playing? . 1997-03-17 .
    13 Javascript chat! . 1997-03-17 Here's the solution
    10 Modifications of the Scroll IT!-script.
  • Controlable scrolling document (start,pause,up,down) by buttons.

  • The second on should be possible to stop it at anytime instead of waiting for it to finish.

  • . 1997-03-10 .
    9 An image changer script that will work with MSIE 3.01. I would like to be able to change my menu buttons on a mouseover event. . 1997-03-10 A java class called PageHex.class
    7 I'm searching for a way to "pause" the loading of a html file for about a second or two then continue as normal. Something like a for loop. . 1997-03-07 .
    5 First, it would check for an existing cookie. If the cookie was not there it would know that the person was a first time visitor and it would then check the persons plugins for RealAudio 4. If the person was a first time visitor and had the plugin it would run a .ra file. Either way, it would also add a cookie so it would not run every time the person visited... . 1997-02-23 Here's the solution

    URL: http://www.oocities.org/SiliconValley/7116/reqlist.html
    This page hosted by Get your own Free Home Page