I'm new to javascript and am failing at something quite basic. I'm trying to route users to a specific page based on what they input in a text field. I need to list some zipcodes (in the javascript?) and if they enter a valid zipcode, they are directed to one page and if it's not on the list they will go to another. Please could someone let me know what's wrong with the code?
Is there a javascript code for loading php pages when the user exits the forum?
For example I am writing a webpage where I would like it to run the logout script when the user exits the forum, if they have not already logged out. Is this possible to do with JavaScript? (using sessions in forum not cookies).
I am looking for the script to resize my website pages according to user's screen size. The size of the table in the template is 1008 * 576 pixels and users with small screen are not able to see the whole page, they have to scroll horizontally. Is there anything possible without modifying my current template?
I am trying to create a text area input filed for user input, and i want to be able to allow the user to format thier text, just like the ones used in this user forum. I am writing my website in html, php, javascript and css with a MySql database. I am trying to understand how to create such an format-able text area for input.
I have a welcome page, where there is a text field and submit button.The user types in their name and press submit which will open up a window to Page 1 and so on.
Now whenever it opens up pages, it will use the name that was inputted on the welcome page.
eg.
Page 1 = Hello, <inputted name>, how are you today. Page 2 = So, <inputted name>, what are your plans for today? Page 3 = <inputted name>, would you like to go to the movies?
On a single form, I need to capture the users input on this input box
HTML Code: <p> <label for="Student ID">Student ID </label> <input type="text" name="sesStudID" /> </p>
to this input box HTML Code: <p><label for="User Name">User Name</label><input type="text" name="sesUserName" disabled="disabled" /></p> so as the user inputs to the first input box it will at the same time appear on the second input box.
I want to restrict the user from being entering the value in <input type="file">. It works fine in IE but not in Mozilla. I am sending my code also which works in IE and not in Mozilla...
Is it possible to open a browser window from a javascript for the purpose of gathering user input on a form and then use data from the form in the javascript? How do you get the data from the form into the script?
I just joined the forums (literally) and just started coding (mainly with CSS and HTML) about 3-4 weeks ago. I'd really like to get into JavaScript to make cool things happen on my website. With that being said, I've come up with a pretty cool idea but am not sure how to go about my problem.
Enough with the chit chat. What I'm trying to do is add text to a user's input. For instance, if they write "Hello", the function should automatically add "World" to the output. I'd ideally like for the output to be searched on Google (think search engine) with the results displayed on a new page.
I'm adding the ability for the user to input his own values into 6 input fields, some or all of which may be left blank. I have already an array populated (thanks to Paul Wilkins) with default values. How do I get the user's values into that array so the calculations will be performed on it?I got this far, but was unable to understand the problems brought up by JSHint.com.
I want a js that will have the user select from a drop down list a venue, then enter their username in one textbox, and password in another, so they're taken to /venue/username/password.html. Eg. If the soccer player frankie has password 1111, he'll be taken to /soccer/frankie/1111.html.My code at the moment is this:
<!-- Begin site = "http://www.mysite.com.au/photos"; // function combineMenus(frm, menu1, text1, text2) {
Right now I am using the javascript 'prompt' to enter a photoid and the script that I am using uses document.write to put the proper image on the page ....i.e. PHOTOID =".jpg"
What I want is a simple user input text area and when submit is clicked a placeholder image beneath is exchanged for the proper image based on the user's input. example: User enters re4555 and the image re4555.jpg replaces the image nosel.jpg that I have created which basically says 'no image selected'.
I have a page with a few divs. One of the divs contains several anchors, text boxes, and list boxes. Under certain error conditions, I need to disable all the anchors, text boxes, and list boxes inside that div (but other divs on that page should not be disabled).
Dear expert (Ok, i am new to this and should maybe not address this as a letter )I hope someone can help me ... this is what i want to achieve (I am using frontpage)I want to create a table (this i can do!) that require a user input (number of guests).It then has SEVERAL options:- Select an option from a drop down list, and a price is then loaded from somewhere to create a total for that option and display it in the table (And keep that total for adding later)- Check a box, and if checked it creates a further calculation, displaying and storing the number for further calculation.a number of the above options, and a grand total on the bottom.I found more or less a page on a site that does what i am looking for, but after looking at the code, i have even LESS of an idea how it works Can someone PLEASE help me, or point me in the right direction?(I am not looking for someone to just write the code for me, as this will not teach me anything, and i want to learn)
I have a form with a select field. Depending on what is selected in this field, I want to display or not display another select field. For example first field asks the user if they drive, if the user selects "NO" the form doesn't change. If they select "YES", another field appears with different makes to chose from. If they change back to "NO" the second field dissapears again.
i needed a text input so the user that will register a product, will make sure to enter the cents, and not just the raw money, making it to be stored incorrectly on my database.for example, if i type "1" the output inside the text field will be automatically "0.01", so the user HAS to type the cents.
I am trying to create a js script that will prompt the user for a times table (example the 5 times table, the 7 times table, etc.) & prompt the user for 2 more values; the 'start' number and 'end' number. So there would be 3 numbers total the user must input. The script should present a 'warning' message if the user inputs letters or negative numbers. I have come very close to getting it too work but can't quite get past the last hurdle. Upon entering the 3 numbers, the output should look similar to this: (the 5 times table starting with 1 and ending with 12)