15,116 Topics

Member Avatar for
Member Avatar for kahaj

It's been forever and a day since I used frames. I'm sure I have it all plugged in right, but I've never used JavaScript w/ frames. Do I have the links coded properly in the following: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd"> <!--leftFrame.html--> <html> <head> <title />Left …

Member Avatar for kahaj
0
247
Member Avatar for yenyen

halo..i got some javascript problem..i need some help. i have a hidden form value which contain of the TOTAL., let say the total is rm100. then i have anohter two radio button and two text box, one radio button for one text box. for the first radio button & textbox …

0
81
Member Avatar for adrive

guys, I can't seem to find any info on how to pass a list of checked checkboxes through POST method of ajax. Unlike traditional forms, when you submit a button, a list of selected checkboxes with the same name will allow you to retrieve it at the server side (php …

Member Avatar for somedude3488
0
96
Member Avatar for FireNet

I am trying to a page load an external website's page within a div, but it's just not working.... Anyone got any ideas? I do know it's possible: [url]http://orangoo.com/labs/GreyBox/[/url] -- loads google.com in a popup Here's my code [code] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="s1/style.css" …

Member Avatar for FireNet
0
196
Member Avatar for adrive

hi, i'm wondering why is it javascript doesn't seem to accept null value as a real null? In order to know if its a null field later on, it's as if i have to check it against a string 'null'. for example, i have a txtName hidden field on my …

Member Avatar for ~s.o.s~
0
201
Member Avatar for microtribe

Hi, I have a Javascript total calculation function within a php form that uses onBlur to show the client a running total of the dollar amount of items added: [url]http://www.microtribe.com/dev4Tony/order881x2.php[/url] And I have a linked external PHP file/script to email the results of the form to me. All works fine …

Member Avatar for somedude3488
0
164
Member Avatar for BigSwift

I've been using a tool called Antechinus JavaScript Editor for a while now and it gets the job done pretty good I must admit. When I Googled for JavaScript editor yesterday, Antechinus JavaScript Editor has dropped to the second place, overtaken by 1st JavaScript Editor Pro. What so-called "1st" JavaScript …

0
58
Member Avatar for adaykin

Hello, I am getting an error message saying clock is undefined, I am not sure why, here is my code: [CODE=JavaScript] <script type ="text/javascript"> var theDays = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var theMonths = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", …

Member Avatar for ~s.o.s~
0
128
Member Avatar for Sailor_Jerry

Is there a way using javascript to grab the height of a div. The issues is that when I render my html page I have a div with a set size. It only takes up about half of the screen. When the content in that div is too large, the …

Member Avatar for MidiMagic
0
207
Member Avatar for adrive

I'm having some problem trying to load my results into a dedicated span/div. I found that the sequence of ajax execution is random! I need its order to be correct so that i can show a list of 'subjects' with latest added item. in a html hyperlink, i'm calling this …

Member Avatar for adrive
0
96
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it? Thanks

Member Avatar for kobi
0
95
Member Avatar for justapimp

my application makes extensive use of the Google map and I would like to know how I can pass latitude and longitude information obtain from one page to the next. the function I like to access exist in a completely different web page located on our server. The problem seems …

Member Avatar for justapimp
0
189
Member Avatar for genpopo

hello peeps i need help on this.. can i change the window attributes (scrollbar,width,height,etc..) during page load or onload?i know that i can do this in window.open function but is it possible to do that in onload when the page is already opened? thnx hope you can help me

Member Avatar for Fungus1487
0
66
Member Avatar for tefflox

Please take a look at [URL="http://listenlight.net"][B]Listenlight.net[/B][/URL]. It works perfectly in Firefox 2 (at least on my computer), but I get very discouraging reports that it breaks IE -- but what doesn't? Anyhow, I would like the flashy "live text" effects to work in IE, but I am only ankle-deep in …

0
75
Member Avatar for riscphree

What I currently have is a table with 3 columns. I have an image map in the second column with the links that I'd like to have open in the third column. What would be an easy way to go about this?

Member Avatar for Fungus1487
0
102
Member Avatar for kahaj

I'm trying to validate some things on this form. (I've omitted some of the totally uneccesary code below. I'm first trying to tackle the "card" radio buttons. When I hit the submit button, it's just sitting on the whole thing. Can't figure out what I'm doing wrong here: [code] <html> …

Member Avatar for ~s.o.s~
0
131
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
89
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
182
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
96
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
192
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
193
Member Avatar for Kusno

Dear all, I get problem with this ASP.Net form. As you can see in the sources, I have Check Box (ChkAllCustomer), Combo Box (CmbDept) and Command Button (CmdLocateCustomer). And to avoid postback I use JavaScript event instead of Anthem.Net. Everytime user clicks ChkAllCustomer.Checked = true, CmdLocateCustomer enable property is set …

Member Avatar for Kusno
0
169
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
139
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
120

The End.