Friends, I have an asp page which generates dynamic form elements based on the number of records in the database for eg: one of the form element is as below ...
How can I display a calculted value from an input form before submitting the form ? For example, I have somethng like this : <cfoutput> <cfinput type="text"...
The "this" parameter is the form element. If you want its name, ask it (i.e. theField.name). If you want the form, ask the field (i.e. theField.form). ...
I'm not sure what you mean by "display". If you're talking about an alert, then put it in an onsubmit event. If you're talking about putting it into a field...
Hey guys, I can copy and paste php stuff but that is about the extent of my knowledge on it., I use Postnuke for my websites and vbulletin for my forums on my...
Hello, I was playing with some editable table elements and Behavious and ran into what seems to me to be a bug in IE (!!!). It's pretty hacky in general I...
Hi folks, I've got a div on my page with an id of "main". If the viewer's browser is 800 x 600, I want my div to be 290px high. If their browser is larger than...
... For the height to be greater than 2000, the height *must* certainly be greater than 600 -- so your first branch will always be true. Try reversing those,...
... Thanks, but it still doesn't work: http://www.americantomahawk.com/new/ And actually, I've used almost that identical code for writing background images of...
Isn't it a question of client.height rather than screen.height? ... Jeff Forssell Fil.Lic. i Fysik Nationellt centrum för flexibelt lärande, CFL 0611-55 79...
Dean, ... The javascript console is your friend. It flagged a syntax error. if(screen.height < 2000) { document.main.style.height = '477px'; } else } ...
Dean, ... That's what I get for not testing before hitting 'send'. This is tested in ff. function resize() { var el = document.getElementById("main"); ...
Excellent. That works in Safari, IE, and FF on my Mac. So good show Roger. If there is no correlation between the user's screen size and window size, do you...
Dean, ... Its a bit more complicated because browsers differ in this area. function winHeight() { var height = 0 if ( typeof( window.innerHeight ) == 'number'...
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...