hi, can i send two parameters with xmlhttprequest.send? how? tnx szor...
Szallár Zsolt
szallar@...
Feb 13, 2006 7:03 pm
20870
Is there a js way to achieve a mouseover/mouseout style type effect when an html page is opened to a specific location, ie a reference to an aname/hash...
There is no onLoad action for an anchor. Is there anyway to fake such a thing? I need to ping a server when a link is loaded on a page. When I say ping, I mean...
Check this : http://msdn2.microsoft.com/en-us/library/system.web.ui.control.load.aspx - M ... -- - Michael [Non-text portions of this message have been...
Hi all, Im trying to implement a server socket using javascript: Do you have any link to examples of this type? I wrote some code: it opens the socket, but I...
Yes. Firstly you have to set this in the header: xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); Then: xmlhttp.send("a=1&b=2"); ...
I need something that I can put on another site without worrying about .net or not. I'm thinking that I can an embed tag along with the anchor to 'fire off'...
Mike, ... Yes, but I can't give good advice without a page to look at or some sample code. In general I recommend using css to set the styles and use...
Roger This is a chunk of the body text--absolutely nothing mystical about it. <h1><a name=Module></a>Module XYZ00: Title</h1> <p>Module description</p> ...
Hi, everyone I just found your group and I'm hoping you'll be able to give me some guidance. I've been trying to help a friend of mine whose guestbook has...
Does anyone know where I can a good ez to modify script for using drop down menus in an image map for navigation... The one I scribbled sorta works but there...
Hi, i started working on an object oriented javascript progress bar. Does it work in all your browsers? http://www.silasco.net/progressdemo/test2.html...
Seems to work fine. Mac OS 10.4.5, Firefox 1.5.0.1, Safari 2.0.3. On Feb 23, 2006, at 10:54 AM, khing2 wrote: Hi, i started working on an object oriented...
Works in mine too. Dave ... From: JS-Jive@yahoogroups.com [mailto:JS-Jive@yahoogroups.com]On Behalf Of khing2 Sent: Thursday, February 23, 2006 1:55 PM To:...
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 } ...