... That really bizarre that PHP doesn't handle multiple selects correctly without creating invalid html! You should be able to fix the code by creating a...
I have a script that uses the hidden frame concept. Whn we installed XP2 it quit working on IE. It works well on Firefox. I hear IE has security for cross...
Well, I think that before I can begin learning PHP and server sides, especially since I don't have my own server, I'll need to learn javascripting. Anyone...
How do you create image maps that would link to photos using javascript. thanks, - Owen __________________________________ Do you Yahoo!? All your favorites on...
on my PC. I have two websites that I have built with Javascript "pop ups". They work on every PC I get on, except for mine. The only time they work on mine,...
Check to make sure that you donąt have any popup blockers on/installed. Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 ...
Let's say I have a string like this: var strControlName = ("Control" + "1" + .value()"); How would I execute this string in order to get the value of this...
The function you want is "eval". Dave S ... From: "Mark E" <meckeard2000@...> To: <javascript_official@yahoogroups.com>; <js-jive@yahoogroups.com> Sent:...
Danny, Thanks. I will look into this. Mark Danny Goodman <dannyg@...> wrote: I advise against the very inefficient eval() function. Instead, use the...
Hi, I have a page that has an iframe in it. The javascript in the iframe sets a variable that is in the javascript of the parent page. I can access the...
... The variable you're trying to access is in the scope of the parent window object, not the window's document object. You can reference the variable from the...
Ahhhh... now I understand. Thanks so much. Mark On Dec 11, 2004, at 3:24 PM, Danny Goodman wrote: ... The variable you're trying to access is in the scope of...
Ahhhh... now I understand. Thanks so much. Mark On Dec 11, 2004, at 3:24 PM, Danny Goodman wrote: ... The variable you're trying to access is in the scope of...
I was hoping that someone good point to a good reference. I want to make a form that has dynamic fields where they do not exist until a button is clicked. His...
Hi all, I need to change the type property of an html input tag to be hidden/viewing frequently via java script programming. e.g. let's say i have the...
Have a look at the visibility property - e.g. at http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/visibility.asp Dave S ... From: "Ali...
Hi, I thought I'd repost this, as I didn't get any responses the first time. Thanks for your time. I've a unique problem. Check out the following link(s): ...
you can enclose the button in a span or div tag and change the properties of the span or div to be hidden. found this page and it seems to have everything you...
... add an ID so <input type="button" name="Run" id="Run" value="...."> and then use this: document.getElementById("Run").type="hidden"; HTH! -- Hassan...
I have a normal form with a submit button but whenever I click anywhere within the form the button gets an extra border around it. I can't stand this because...
Dear Sisters & Brothers, I want to make a webpage by adding 4-5 webpages from net. The newly creating webpage have to show one after other webpages retrieving...
I have spent the better part of the weekend learning to use the DOM. I think that I may be getting better with it but have reached a point where I am stuck. If...