Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 20869 - 20898 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20869
hi, can i send two parameters with xmlhttprequest.send? how? tnx szor...
Szallár Zsolt
szallar@...
Send Email
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...
mballai
Offline Send Email
Feb 13, 2006
7:06 pm
20871
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...
Michael Dinowitz
mdinowit
Offline Send Email
Feb 13, 2006
7:13 pm
20872
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...
Michael Slatoff
mslatoff
Online Now Send Email
Feb 13, 2006
7:30 pm
20873
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...
Gianluca Moro
giangiammy
Offline Send Email
Feb 13, 2006
7:38 pm
20874
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"); ...
Rafael Raposo
porrak
Offline Send Email
Feb 13, 2006
8:19 pm
20875
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'...
Michael Dinowitz
mdinowit
Offline Send Email
Feb 13, 2006
8:25 pm
20876
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 Roelofs
rogerroelofs
Offline Send Email
Feb 13, 2006
8:42 pm
20877
Michael, ... It might be too simplistic, but how about a hidden iframe that has a page with your script as the src? Roger -- Roger Roelofs ...
Roger Roelofs
rogerroelofs
Offline Send Email
Feb 13, 2006
9:28 pm
20878
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> ...
Michael Ballai
mballai
Offline Send Email
Feb 15, 2006
5:54 pm
20879
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...
Marjorie
hubblegal
Offline Send Email
Feb 23, 2006
5:57 pm
20880
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...
Steven
kf6yvd
Offline Send Email
Feb 23, 2006
5:58 pm
20881
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...
khing2
Offline Send Email
Feb 23, 2006
6:55 pm
20882
Works for me Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1...
Weston Renoud
rubberducky84
Offline Send Email
Feb 23, 2006
7:08 pm
20883
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...
Mark Wheeler
musicarr34
Offline Send Email
Feb 23, 2006
7:24 pm
20884
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:...
Dave Fisher
dfisher83vb
Offline Send Email
Feb 24, 2006
3:20 am
20885
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 ...
arrrteee
Offline Send Email
Mar 22, 2006
2:43 pm
20886
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"...
sham76
Online Now Send Email
Mar 22, 2006
2:44 pm
20887
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). ...
David Smart
smartware_co...
Offline Send Email
Mar 23, 2006
9:18 am
20888
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...
David Smart
smartware_co...
Offline Send Email
Mar 23, 2006
9:18 am
20889
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...
Rick
ez3k3l
Offline Send Email
Mar 29, 2006
9:45 pm
20890
Use a hidden field to capture the value to submit And use javascript onblur events to add the values ... From: JS-Jive@yahoogroups.com...
Ernest E. Breau Jr.
cf_ernie
Offline Send Email
Mar 29, 2006
9:45 pm
20891
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...
fzzzty
Offline Send Email
Mar 29, 2006
9:47 pm
20892
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...
Dean Hamack
tactics2337
Offline Send Email
Mar 31, 2006
7:04 am
20893
... 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,...
Hassan Schroeder
laughingandj...
Offline Send Email
Mar 31, 2006
2:12 pm
20894
... 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...
Dean Hamack
tactics2337
Offline Send Email
Mar 31, 2006
6:29 pm
20895
screen.height > 600 for the latter if statement Dean Hamack <mailinglists@...> wrote: Hi folks, I've got a div on my page with an id of "main"....
Michael Ballai
mballai
Offline Send Email
Mar 31, 2006
7:09 pm
20896
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...
Jeff Forssell
jeff_forssell
Online Now Send Email
Mar 31, 2006
7:09 pm
20897
OK, I've tried client.height, and I've tried simplifying it to: <script language="Javascript"> if(screen.height > 600) { document.main.style.height = '477px'; ...
Dean Hamack
tactics2337
Offline Send Email
Mar 31, 2006
8:00 pm
20898
Dean, ... The javascript console is your friend. It flagged a syntax error. if(screen.height < 2000) { document.main.style.height = '477px'; } else } ...
Roger Roelofs
rogerroelofs
Offline Send Email
Mar 31, 2006
8:18 pm
Messages 20869 - 20898 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help