14,053 Topics

Member Avatar for
Member Avatar for masjana.liza

I got a few questions: 1. What is the general purpose of conditionals? How do they enhance the creation of decisional outcomes? 2. Suppose we wanted to establish a program that analyzes and makes a decision about the following topic: Purchase a burger or a slice of pizza based whether …

Member Avatar for MidiMagic
0
46
Member Avatar for tefflox

Idea: each character of the text will shimmer in varied shades of gray. Please help debug the code --- [code] // this is all in the <head> <script type="text/javascript"> var timer = null; colors = new Array(14) colors[0]="0" colors[1]="1" colors[2]="2" colors[3]="3" colors[4]="4" colors[5]="5" colors[5]="6" colors[6]="7" colors[7]="8" colors[8]="9" colors[9]="a" colors[10]="b" colors[11]="c" …

Member Avatar for MidiMagic
0
88
Member Avatar for Inny

Hello, I want to add the following 2 functions to the code below. I have no Idea At all, Please Help. I want the images to rotate as they do now, but Id like to add random transitions to each image change. [code] function applyeffect(){ if (document.all && photoslider.filters){ photoslider.filters.revealTrans.Transition=Math.fl …

Member Avatar for MidiMagic
0
181
Member Avatar for Inny

The following 3 pages which are user activated popups on my site are not rendering in mozilla firefox. Raw source is displayed instead. I dont know why. [url]http://herproom.5.forumer.com/index.php?act=Attach&type=post&id=9948[/url] [url]http://herproom.5.forumer.com/index.php?act=Attach&type=post&id=7101[/url] [url]http://herproom.5.forumer.com/index.php?act=Attach&type=post&id=9817[/url]

Member Avatar for MidiMagic
0
95
Member Avatar for metroid12

Hi everyone, I'm creating a menu for a website I'm building. When you mouseover one of the boxes, a sub-menu appears beneath it. Everything looks right, but when you roll your mouse over it, nothing happens. Main page: <html> <head> <link rel="stylesheet" href="menu.css" type="text/css"> <title></title> </head> <body> <span class="Tab" onMouseOver="MakeVisible('Menu')"<Menu</span> …

Member Avatar for sillyboy
0
72
Member Avatar for k8f1

Hi, I'm trying to bulid a working (simplified) calculator using JavaScript and have got stuck. Unfortunately I'm on a time limit so any help would be appreciated. I've got this far: <html> <head> <title>Calculator</title> <script language="javascript"> var input = ""; function buttonstore(value) { input += value; document.Calculator.txtAns.value = input; } …

Member Avatar for ~s.o.s~
0
76
Member Avatar for van2006

I have done coding for custmization of web page using drag and drop. After customization i need to save the change they made using javascript.please give some idea.

Member Avatar for ~s.o.s~
0
139
Member Avatar for Tom Tolleson

Hi! I've got some basic javascript and XML skills. I'm wanting to learn about AJAX but preferably without .asp or some other technology involved (I'm not running .asp on my server). Are there any books you guys can recommend to me? Thanks! THT

Member Avatar for salehCoder
0
82
Member Avatar for verbob

I would like to "hide" everything encompassed in a particular <p> tag that is 'named' by a variable(created a php script that reads from the db and echo's a users details in a <p> that has the name of the 'member number' via a variable - user. (yes it sounds …

Member Avatar for verbob
0
190
Member Avatar for vsr

Hi All, I have a webpage written in c# asp.net. The page has a datagrid and a print button. The print button has the javascript onclick="javascript:window.print();" I want to be able to change the print preference to LandScape. I tried using CSS but because I have a datagrid its not …

Member Avatar for ~s.o.s~
0
191
Member Avatar for Arch_Bytes

is there anyway to get the cookie and destroy it in javascript? Thanks in advance!

Member Avatar for MidiMagic
0
93
Member Avatar for RationalRabbit

Hi! My page has a list of products. Clicking on one of these product images brings up a detailed information iframe popup with interactive photos and text. The information is stored in a MySQL database, accessed with PHP. I've struggled for hours to find the best way to open and …

Member Avatar for Fungus1487
0
136
Member Avatar for kahaj

I'm trying to create a page that has a button at the end with a check box before it. Unless the check box is checked, it shouldn't carry through with the link. I absolutely cannot get it to work. I've been toying around with it for over a half hour …

Member Avatar for ~s.o.s~
0
119
Member Avatar for drsmith

I have a .php page that writes data to a MySQL db when the user hits "submit". Anyway...to make sure the data on the .php is the latest in the db I would like to use an auto refresh javascript. I have a free one that works great but I …

0
71
Member Avatar for kahaj

How do I insert a link to another page to the pressing of a button? I'm assuming it would be via the onclick event, but can't seem to get it accomplished in a manner which will actually work.

Member Avatar for ~s.o.s~
0
127
Member Avatar for lpaino@rolands

I am using Dreamweaver Tabbed Spry Panels I get an error message on the pages in IE "style is null or not an object" Does anyone know why this happens and how to fix the problem?

Member Avatar for lpaino@rolands
0
125
Member Avatar for Jwallis

I have a page where three funds add up to a total and need it to have decimals, but don't know how to get it to. I need the total to have decimals in the amount field in the form so it will properly pass to the processing website. it …

Member Avatar for MidiMagic
0
70
Member Avatar for kahaj

Where do you put the links when you have 5 different banner ads that rotate on a fixed amount of time? It's obviously not around the <img> tag in the body, because that links all five banners to that one single URL....

Member Avatar for Inny
0
976
Member Avatar for amaravanich

Hi all, I have to create a check box in javascript i just created the checkbox field and called a function in onclick.but onclick event is not firing.i'm getting an error indicating that chkbox has no properties.i have to fire an event on click this checkbox can anyone please help …

Member Avatar for yurj
0
134
Member Avatar for kahaj

I'm trying to get this banner ad to rotate every 5 seconds. I'm obviously not doing something right, but can't figure out what it is that I'm messing up. Here's the code: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr"> <head> <title>Case Projects 4-2 …

Member Avatar for kahaj
0
232
Member Avatar for realtureal

I made a simple javascript code but I am having problems validating the email. I am simply lost on how to do this. Can anyone help me on this? :rolleyes:

Member Avatar for TopDogger
0
355
Member Avatar for tryphy

Hi all, I have 2 option button, lets say A and B, When A is Chosen, B must get deactivated. And also when A is Chosen an image appears above the option button... I am not that good in Javascript.. The choise of selection can be anything either option button, …

Member Avatar for tryphy
0
107
Member Avatar for Inny

Hello again, Im using the code below in a child page (popup), the images are called from the parent page. When the changer is running, the child page goes white between images. I realise this is happening because the Images are not cached (yet) on the users browser. I tried …

Member Avatar for Inny
0
80
Member Avatar for movcol

Hi, This clamshell menu code works fine in IE and Safari, but level 3 does not work in Firefox. When I click on 3-Level Menu - Level 2, the menu closes. Clicking on 3-Level Menu - Level 1 again shows the level 3 items were indeed opened. The 2-level menu …

0
182
Member Avatar for kevindougans

Hello, I hope someone has the time to help me. I have a form that lists a variable price in <input type=hidden name=price value=1> I have a drop down box letting the user choose a quantity in <select name=quantity> <option value=1>1</option> <option value=2>2</option> etc... I have a html form input …

Member Avatar for kevindougans
0
926
Member Avatar for swtgirl52687

Hi I am currently taking an XHTML class and we are now dealing w/ JavaScript and for some reason I am having the worst time trying to set this assignment to where the scrollbar color is what I set it to. I am using internet explorer 7; for some reason …

Member Avatar for MidiMagic
0
97
Member Avatar for Cosmocrazy

Hi guys. I know that the web has this magical thing called JavaScript which makes making some types of web pages much easier. I was wondering if you could help me by providing a code snippet or something for this situation: I am making a site for my art teacher …

Member Avatar for somedude3488
0
81
Member Avatar for Barefootsanders

Hey everyone, I'm working on some javascript code. What i have now is a list box that contains certain elements and another list box, blank at the moment, next to it. I want, when someone clicks an element within the first list box, that in the background, a MySQL statement …

Member Avatar for lookof2day
0
100
Member Avatar for rmk108

[code] function newCC() { var modalUrl; var vID; modalUrl = 'ccNew.aspx'; modalFeatures = 'dialogWidth:48; dialogHeight:29; status:0; help:0'; var vID = window.showModalDialog(modalUrl, 'UDI', modalFeatures); if(vID != 'Close') { document.getElementById('txtGoID').value = vID; document.getElementById('txtGoTgt').value = 'ccNew'; __doPostBack('lnkbtnGo',''); } } [/code] hi, In the above code i am usind " window.showModalDialog()" which will redirect …

0
50
Member Avatar for rrocket

I am trying to submit a form with .submit(), but I am having issues passing the values from my form... Here is what I have so far: [code=c#] <TITLE>ASPXTOASP.aspx</TITLE> <script language="C#" runat="server"> private void Page_Load(object sender, EventArgs e){ //We grab all the session variable names/values and stick them in a …

Member Avatar for MattEvans
0
115

The End.