Hi Dean, --"I want to detect a user's screen resolution and dynamically resize a div based on it." -- Whyever would you do that? Do you assume the user always...
... Hi Bas, Yes, you are correct, and that's something I wasn't thinking about at the time. I also figured out I need to change the size of someother elements,...
You have two issues: - Your javascript is running before the body of the page is sent to the browser. - You need to wrap this if/else statement in a function,...
Hi Dean, Ken, I feel I must apologize for my last mail, as it entered fairly late in the discussion after you already got your solution. For some reason Yahoo...
--"There's another function paired with it, resizeCanvas, [... 8<...] and that is called from both the setCanvasSize function and the body.onResize event." -- ...
Hi, I want to use the XMLHTTP to transport a lot of dates in my web-site, then I would like to use a default form to transport this dates, that's be easy to...
You mean you want to use Ajax? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Apr 11, 2006 6:11 am
20910
... Yes! But I don't understant how use the AJAX, only the XMLHTTP I understand....
Hey! I really need some help. I'm a senior at CVCC in Lynchburg. I'm supposed to graduate in May, that is if I can get this final semester project done. The...
SassyVAGirl, ... I realize you may be stuck doing what the client wants (she is the customer after all) but 'fly-out' menus only work for about 90% of the site...
Using non-cross browser JS is the main culprit. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Apr 16, 2006 6:24 pm
20915
Debbie, ... Some users turn javascript off, primarily ie users for security reasons. In fact, I have one site used by our contractors that requires javascript...
I'm new to javascript so I made a random website to test some stuff out. It has some buttons at the bottom, and when pressed, change the background color. I...
try http://javascript.internet.com regards, Husain ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
I have a form that produces a few checkboxes via a server side script. Once on the page, the source looks like this... <tr> <td><input type="checkbox"...
i think the value of the first checkbox set is going to need to be 0 since your "access" and "view" arrays will both start at 0. assuming you make that change,...
I maintain an Intranet site within a government agency. Being a government agency, we have to comply with all accessibility laws. I would like to create a...
You need to add the ALT tag to the JS (document.write) - you are only outputting the image. It is strange though as using extensive JS is not accessible -...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
May 3, 2006 7:06 am
20923
Or else, after the win.document.close(); you can get the object image: imgs = win.document.getElementByTagName("img"); And set the ALT attribute this way: ...
I open up an html page with an href to a new page using target=mywindow, I then leave that open and open a new html page that opens a window using window.open...
Hello, I have a problem with one of my scripts in IE. The script is: document.write('<img id="ena" STYLE="position:absolute; left:0; top:0; visibility:visible;...
? An automatic dialog box? Do you have an example online? Whatever is happening here is no doubt down to IE itself - maybe even something to do with the Eolas...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
May 15, 2006 7:34 am
20928
Maby i didn't described it well. I have an example in: http://wgr.awardspace.com/example.htm Thanks for the answer, //////////////////////// Hello, I have a...
Use this meta tag in the head section of your code. This wiIl disable image toolbar from enitre page. <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> I hope this...
oh, your talking about those popup "helpers" that microsoft added... as far as i know, those show up on all images.... make your image the background of...
hello forum members: hello everyone: I am doing a exercise for self study. the requirement is a) when user choose a image names from drop down box, the image...
Hi I am novice programmer in Javascript. Can anyone help me with DHTML coding in Javascript... ... Do you have a question on a topic you cant find an Answer...