Switch Problem
Jul 23, 2005
I have some function to Preload images and make MouseOver etc..
But when a put a Switch statement in one of my function (MouseOver), a
receive an error on body load in my preload function.. did someone have any
idea why ?
Here's my switch code :
function setOver(num)
{
var txt;
obj = eval('document.getElementById("image' + num + '")');
obj.src = imagesHover[num-1];
txt = '<img src="' + imagesInfo[num-1] + '">'
document.all("infoDiv").innerHTML=txt;
document.all["infoDiv"].style.display='block'
Switch (num)
{
Case 1: alert(num);Break;
Default: alert("hello");Break;
}
}
View 2 Replies
ADVERTISEMENT
Mar 23, 2009
I'm trying to make an 'on' 'off' switch
the idea is for imgA to 'toggle' with imgB onMouseDown (onclick is used to call a function)
I can get the image to swap once but not back again. I have no idea if the way i'm attempting it is even close.
<script type="text/javascript">
function imgswap(){
if ( )
{
[Code]....
View 8 Replies
View Related
May 14, 2007
I'm trying to install a menu for my website. I am using a script I found here: http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm.
The code works great, but I would like to customize it slightly. Instead of being a vertical menu, I would like it to be a horizontal one, with all the main links at the top of the page, and with each link opening a horizontal sub menu beneath it.
I managed to create a horizontal list by changing the 'div' to 'span' and altering the HTML and CSS slightly. Now I have a horizontal menu that opens submenus when I click!
My only problem now is that instead of opening each submenu below all the links, it opens it below the link in question. So, for instance, let's say I have three links: Info, About, and Contact. If I click on 'About', it opens up a submenu under Info and About, and pushes Contact down to a new line below the submenu. If I then click on 'Info', it closes the previous submenu and opens a new one below Info, with About and Contact in a new line.
My JavaScript skills are pretty poor, so I was wondering if someone could help me identify where in the JavaScript I need to make changes so that the the submenus open below ALL the menu elements. Code:
View 2 Replies
View Related
Nov 1, 2005
This 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:
}
View 10 Replies
View Related
Feb 2, 2005
im looking for a nice javascript cde which switch css link href when browser is detected.
View 9 Replies
View Related
May 31, 2007
I am using a switch function to toggle those links for display and unlink image will be hidden. But I have just duplicated the first block of javascript for the second tab, it didn't work. This is the first block of switch function, it works for first tab: Code:
View 4 Replies
View Related
May 6, 2010
I'm trying to make a printable version of a webpage using the css @media tag. On the page is a javascript which works great for the on-screen version but I need to find a way to switch it off when printing as it hides content.
Beyond building a separate page I can't think of anything obvious!
View 1 Replies
View Related
Jul 23, 2005
As I can remember this is not allowed in Java:
int x, y, z;
switch(x,y,z){
case 1,2,3:
System.out.println("Hep");
break;
}
But what about in JavaScript, or are there some other kind og syntax for switch?
View 2 Replies
View Related
Sep 24, 2007
Is there a way where I can "guess" what relative speed the user's
connection is?
Currently, the client is wanting some graphical intensive content and
I'd like to be able to warn users on dial-up to allow them to go to a
"gracefully degraded" version.
I thought of simply putting up a question for users to answer but the
client would rather it happen, more or less, automatically.
View 7 Replies
View Related
Jun 25, 2011
If I have this code:
<div id="test" bla="1
">Hey</div>
<div id="test" bla="2
[code]....
View 6 Replies
View Related
Jan 17, 2010
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]...
View 5 Replies
View Related
Jan 15, 2009
ok lets see if i can explain this correctly...
i have a div up here and the id is inuse it chooses the first selection automatically to use
below that is a "menu" when one of the items are clicked it moves the information pulled via php from whichever one is clicked to the inuse div... as you can tell i am new to js and am trying to start out doing some different things with menu onlick items etc..
View 1 Replies
View Related
Sep 20, 2010
I have a few links on my website as follows: <a href="javascript:switchid('a6');">Link 6</a>but when I view source it comes out like this: <a href='javascript:switchid('>Link 6</a>
View 11 Replies
View Related
Mar 15, 2011
Since the upgrade from chrome 9 to chrome 10 my script is showing an error in my variables when i use boolean expressions.
they changed to version V8, Chrome's JavaScript engine.code...
View 1 Replies
View Related
Apr 13, 2011
I'm trying to create a switch image code that will allow the new image to be a link as well. In the list item where you'll see ('blue.jpg') if I try to make this an anchor tag - it breaks the code.
<head>
<script>
function switch1(div) {
if (document.getElementById('blue')) {
[code].....
View 6 Replies
View Related
May 10, 2011
how to make a switch that goes on a button(sorry that i cant describe it better)
View 28 Replies
View Related
Aug 4, 2007
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>
View 9 Replies
View Related
May 27, 2006
I've been driving myself crazy the past couple hours and can't figure this out. Here is what I need to do:
Have a select box like this:
<select name="dropdown">
<option value="option1">option1</option>
<option value="option2">option2</option>
</select>
Then when one of those options is selected, the appropriate div tag is displayed:
<div id="option1">
Div 1 Text
</div>
<div id="option2">
Div 2 Text
</div>
This seems like it should be really simple to do, but I can't figure it out.
View 5 Replies
View Related
Nov 19, 2011
I have a switch function with four cases: each case executes a sequence of six css changes.How to stop it, if the viewer wants to abort, by choose another menu option?I've done a trawl, and the closest I've come to finding something which could be adapted is from this site,by MattEvans, a while back, buit it had to do with a loop in the function to be stopped:create a public/global variable called "stopped", set it to false when you start the loop.inside the loop put:
if(stopped){
break;
}
then when you press "cancel" set the stopped variable to true .So, maybe something like
var=stopped
function wrapSwitch() {
if(stopped){ break; }
[code]....
View 8 Replies
View Related
Aug 3, 2009
Today I updated my site with an .htaccess file to enable me to use FURLs and after I had change various urls I began testing features one the website to see it they are all working properly. My site has a lot of AJAX so it's important that it works properly, what I think it wrong is that the .htaccess file (which is in the root directory) is affecting the javascript's http functions. I also think what I need to do is make the .htaccess file only affect the root directory, which I do not know how to do.
View 3 Replies
View Related
Jan 17, 2010
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]....
View 2 Replies
View Related
Sep 17, 2009
I have the code and CSS below working in everything except IE (Firefox, Safari, Chrome). IE (6,7 + 8) all refuse to change the image as it works in FF etc. Its stays static in the "contactArrow" state.
[Code]...
View 1 Replies
View Related
Oct 15, 2009
Ages ago I created a styleswitch (from the Sitepoint CSS Anthology)to get a printable page and it worked fine on all the pages I uploaded. Now, I find that when I go to "Print this page" on the original page layout (Imprimir esta p�gina), it switches, but won't switch back. Clicking the "Print" (Imprimir) link works fine, but click the "Back" (Volver) link and nothing happens.
I don't know if this has to do with the cookies set by the Javascript, but not being much good at Javascript, I haven't been able to do much about it. I've cleared the cache of cookies, but the print page still shows.
View 1 Replies
View Related
Nov 25, 2009
I'm trying to get the pic to change when the mouse rolls over the button. I used this template of code and it works:
Code:
<A HREF=""
onMouseOver="document.pic1.src='menu1on.gif'"
onMouseOut="document.pic1.src='menu1off.gif'">
<IMG SRC="menu1off.gif" BORDER=0 NAME="pic1">
</a>
The problem occurs when I attempt to change a *second button* to have two buttons change on the same page. Here is how the code for two buttons looks side by side while it works:
Code:
<a href="development.html">
<img height="20" src="hXXp:\mywebsite.com/SIDE4H.png" style="border-width: 0px; margin-top: 2px; margin-bottom: 2px" width="185" /></a><br />
<a href="exhibitions.html">
[Code]...
View 1 Replies
View Related
Jul 18, 2006
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(Ɖ');
}
}
View 1 Replies
View Related
Apr 12, 2011
I'm writing an image gallery script in which the thumbnail for the currently-viewed image is indicated with a smaller image below the thumbnail. My placeholder is as follows:
<img name="indicator0" alt="indicator>
with indicator1, indicator2, etc. following, one below each thumbnail. In my script, which placeholder has the indicator is called by the variable thumbIndicator. I'd like to be able to do that like this:
document.(thumbIndicator).src = "indicator_image.jpg";
but this has not worked. I've also changed my image placeholder to this:
<img id="indicator0" alt="indicator">
and the script to this:
document.getElementByID(thumbIndicator).src = "indicator_image.jpg";
View 6 Replies
View Related