Display Images According To Switch Statement Value?
May 4, 2011how to display images according to switch statement value...
for example if case value is rose it has to display rose picture that is stored in our system.
how to display images according to switch statement value...
for example if case value is rose it has to display rose picture that is stored in our system.
I'm trying to code a script that will display an approximate postage price based on different combinations of variables, but the numbers I defined for each case aren't reflected in the text box. I'm using a switch statement for all the different combinations of options, which the user will choose by selecting check-boxes. (Additionally, I know that this code probably isn't a very efficient way of doing what I'm doing - how to improve it.) I've attached all the relevant parts of the code, including how I defined variables originally.
<script type="text/javascript">
function count(){
var firstclass = document.calc.firstclass.value;
var postcard = document.calc.firstclass.value;
var numpages = document.calc.numpages.value;
var nms = document.calc.nms.value;
var large = document.calc.large.value;
var numpages = parseInt(document.calc.numpages.value); .....
I am trying to figure out where I went wrong in my code. The objective is to display all lines of the song using a switch statement. I thought I had my head wrapped around it, but apparently not.
View 3 Replies View RelatedThis is my first time using the switch statement. I would appreciate your suggestion on how to do this properly. I am trying to get customer age which is (age) and compare it with the monthly rate then the text msg will display in the textarea. Also, I am having trouble figuring out how I can defined my monthlyRate in the switch or do I need to this outside of the switch? Code:
}
Is it possible to create a Switch Statement in a URL? If so, how? This is what I have so far:
<html>
<body>
<head>
<center>
<Script Language="JavaScript">
function load() {
var load = window.open(http://www.xxx.com/123456789,'','scrollbars=yes,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,st atus=no');
// -->
</Script>
</head>
<br><a href="javascript:load()">Link!</a>
<br><br>
</body>
</html>
Assignment:
Switch Create a HTML that uses Javascript. Create a page that tells a student the range their mark falls in if they know their letter grade. Below 50 is an "F", 50-59.9 is a D, 60 - 69.9 is a "C", 70 - 79.9 is a "B", 80 - 89.9 is an "A" and 90 - 100 is an "A+". You determine the input and output format.
<html>
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN">
<head>
<title>Switch</title>
[Code]....
I need to write the switch statement below in a way where I can have each case with multiple values, and avoid using "break;" to allow the evaluation of the rest of cases. the code below should jump into the first 2 cases but not the last one, but it is not doing that. Is there a way for me to get around this.
function test(){
var Temp = 'cs1'
switch(Temp){
case 'cs1' , 'cs2':
alert(Ƈ');
case 'cs1':
alert(ƈ');
case 'cs2':
alert(Ɖ');
}
}
I've created a jQuery script that uses a switch statement. However, my experience with it, relative to variable scope, doesn't seem to follow the logic.According to the JavaScript/jQuery theory, a global variable was accessible (meaning read & write) throughtout any function within any script (one that page).However, apparently that theory wasn't completely true as it pertained to switch statements that contained variables. To illustrate my case in point, I've included a simplistic version of my code:
$("#selector").delegate("div", "click", function(event) {
var testVar = 4;
switch (this.id) {
[code]...
As shown, the variable "testVar" is not accessible from one case to the next case .Furthermore, to add insult to injury, I am seeing the same behavior within the conditional if else statement counterpart to the switch statement.
how to get this functionality going. I have a div name "footer". Within "footer" I have 4 links:
link1, link2, link3, link4
Is there anyway to write a function which will sense which link was clicked and then alert the id of that selected link. I have written the code but am not certain why isn't it working. here is my code.
$('#footer a').bind('click', function(){
//alert($(this).attr('id'));
var mId = $(this).attr('id');
switch(mId)
[Code]....
Im creating a switch statement for this case, but dont know how to start - Create a Switch statement that tests the value of the partyType parameter. If partyType equals "D", store the following text string in a variable named barText: <td class='dem'> </td>
If partyType equals "R", barText should equal <td class='rep'> </td> etc.. So since its going to test the value of the partyType parameter, and store the text string in a variable named barText do i begin like:
[Code]...
i would like to check for the window size with jquery and based on the different resolutions i would like to change the background image. So i was thinking to somehow use the "switch" statement for more cases, but i just don't know how this would look like. This is the basic structure i want but with more options:
if ((screen.width>=1024) && (screen.height>=768)) {
//do something
}
[code]....
I'm using a script that changes between 2 images when I click on the image: e.g. (An arrow that is pointing up and another that points down) When I click on the up arrow it changes to the down arrow and vice versa.
Now, when I click on the arrow it changes for the first time, but it cant be repeated. My goal is to let it change to the other image whenever i click it.
Code:
function changeMySrc(i) {
if (i == 1) {
document.getElementById("Img1").src="Images/up_arrow.jpg";
} else if (i == 2) {
[Code]...
I am having trouble trying to switch my images after a certain amount of time. here's the script:
Code:
<script type="text/javascript">
<!--setTimeout("documents.images.pic1.src='pic2'",4000);-->
</script>
[Code]...
who I can fix the rollover buttons? Or suggest a different script. I'm kind of old school and self taught... so I want to keep it simple.
[URL]
I have a site where i switch between two images using some JavaScript. What I need is to be able to set a session variable or something so that if someone selects shading on or off it sticks to that for the rest of the session.
Any idea or even a point in the right direction. Do i need cookies or is there a simple way to do this
[url]
I'm using a javascript file to switch out items when a thumbnail is clicked. This includes photo, title, description, price, size, quantity and add to cart button....
The original code on the html file works fine, but as soon as it is swapped by onclick, the 'add to cart' button does nothing! code...
and that adds the item to the cart just fine, but when a thumbnail is clicked on, activating the javascript file to switch out the item/elements, the 'add to cart' button no longer does anything... by the way, I am using simpleCart.js.
I have done this so far, I don't really know how to assign the else statement in queries and I am not sure for js as well. Those are the files and what I have done.
Main page:
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]">
<html xmlns="[URL]">
<head>
<script type="text/javascript">
function showUser(){
var t=document.getElementById("type"); .....
The page with data:
Code:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="Connections/sqlconn.asp" -->
<%
Dim sql
Dim sql_cmd
Dim sql_numRows
------if(t and c and r){ .....
How do I write an If statement to display a popup stating "Please display a numeric value!" if the value entered into a text box is text and not a number?
View 1 Replies View RelatedI've got an annoying non-working bit of code:
<div id ="messageDiv" style="display:block;">No profile information entered yet</div>
<script type="text/javascript">
function profileInfo() {
var m1 = document.getElementById("marital1").innerHTML.toLowerCase();
var b1 = document.getElementById("bodytype1").innerHTML.toLowerCase();
[Code]...
The first part up to before the 'else if' works. but if the 'w1' has [URL] it still doesnt return true and display the DIV block??
I am using javascript to switch between a series of divs, on clicking a navigation tab the divs display property is set to 'block' and all other divs have their display property set to 'none'. That works fine, the problem I have is when I redirect to another page (e.g. a PHP script) on return to the index the divs have reset and only the default div is shown, rather than the div that was showing when the user left the page. The solution, as I see it, is two stages: Write a function to display the relevant div based on the variable passed to it, then work out how to pass this variable around various pages (post/get). I am very inexperienced with javascript and it drives me mad that the script literally does nothing rather than throwing up an error (as in PHP) but this is what I have so far in terms of a function:
[Code]...
I need a JavaScript (or something else) that will fade out the web site, on load, and display a series of images, then display a "Continue" button to go back to the web site. I have an idea for a cute (and funny) way to get people interested in my site that has a weird name. I searched high and low (Google!, amongst others) for anything that would be close to what I need, to no avail.
View 1 Replies View RelatedI have a navigation link ("galleries") that 'onclick' displays a sub-menu of other links (the specific galleries).
This is on the home page of my site.When a user first views the home page, the sub-menu does not display, until they click "galleries".
On other pages of my site, the "galleries" link is one of the options in my navigation. That link takes users back to the home page which is what I want it to do.But what I'm looking for to happen is if the user is directed back to the home page from within another page on my site, I'd like the link on the homepage to automatically display the sublinks under the "gallery" link.This is so that users don't have to click "galleries" twice in order to see the submenu.
For example: If a user is on the 'about me' page, in the navigation there is a 'galleries' link. If they click it, it takes them to the home page. They would then have to click on 'galleries' again on the home page in order to display the sub-menu of individual galleries.I want them to show up immediately, but only when directed back to the home page from within my site. I think I do that with an 'if' statement, but I'm not sure of the syntax.
I seem to keep chaging my mind about the best way to do this. I am trying to make a gallery that will display images on a page (without a database!) from a folder when a link is cliked. I have used PHP to read the file paths into an array - and this seems to work perfectly. Its output is similar to this:
galleryarray[43]="Autumn 08/Allt Ddrew (7 9)/DSC_0315 (3).JPG";
galleryarray[44]="Autumn 08/Allt Ddrew (7 9)/DSC_0332 (3).JPG";
galleryarray[45]="Autumn 08/Misc/100_7515.JPG";
galleryarray[46]="Autumn 08/Misc/DSC_0042 (5).JPG";
[Code]...
my site is [URL] and on the homepage i have a jcarouselLite that came with the wordpress template that im using. I cannot get it to display more then 3 images, even if i put another <li> item in there.
I've copied and pasted the last image 2-3 times over and it won't display. I've also tried changing it to a new image and putting it at the end and it still won't display.
I don't post on the javascript forum much, because I don't program in javascript. I do most my programming in PHP and I recently designed a script to grab an image everytime it is updated. The images are checked, to see if they exist in the directory, and if not, are added. So in the end, I will have a series of images.
I want to know use a simple (javascript?) script to go through the directory (or an array of the filenames) and display them at X images per second.
As a test, I'm trying to display a sequence of images on an html page. The first image is displayed initially, but when I click on the button (although I can tell that the sequencing is happening, and the image files are on the server where they're supposed to be) the rest of the images do not display.
<html>
<head>
<style type = "text/css">
<!--
[Code]....