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 20969 - 20998 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20969
Hello, Is there an ASP-way to use sockets? I want to send a certain message to a collection of clients in the same time How can i create and use a socket ?? To...
George
thegeorge3000
Offline Send Email
Jul 4, 2006
10:55 am
20970
Hi people, I'd be grateful if anyone could help me optimize a certain JavaScript function that I'm using. It works fine for small inputs but takes too much ...
Gaurav Gupta
gandalf_gaurav
Offline Send Email
Jul 4, 2006
10:55 am
20971
hi, i have a question: when i'm trying to write an unicode message in a web page through the javascript ,it works correctly but when i try to put my javascript...
Mohsen Vahabzadeh
mohsen_alexy
Offline Send Email
Jul 4, 2006
10:56 am
20972
Hiya, all! I'm not much of a javascripter, can usually find the functionality I need already created, and despite tons of research, this one has me stumped! I...
Fry Day
terensia
Offline Send Email
Jul 4, 2006
10:56 am
20973
Hi folks, I've got a script that opens an image in a popup and automatically resizes itself to the size of the image. It works great, but I need to add a 10 ...
Dean Hamack
tactics2337
Offline Send Email
Jul 8, 2006
11:25 pm
20974
No idea why you are using document.write to output the image when a normal HTML tag would do..., but what you are looking for is padding (top, left, right,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jul 9, 2006
6:53 am
20975
On 7/8/06 11:29 PM, "Robertson-Ravo, Neil (RX)" ... That doesn't work. The script overrides any css I add around the image or in the page such as page margins,...
Dean Hamack
tactics2337
Offline Send Email
Jul 9, 2006
7:52 pm
20976
This should and can work - your CSS import must be breaking it. Create an ID in the CSS and HTML and it will work. "This e-mail is from Reed Exhibitions (Oriel...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jul 9, 2006
7:58 pm
20977
Hi Dean, --"All of my attempts have resulted in a margin being added to the top and left side of the image, but not the bottom or right. Can anyone tell me how...
Bas van Hoorn
kruidmeester
Offline Send Email
Jul 10, 2006
6:23 pm
20978
Can any one please help me in creating query Actual Data in database ID Name Award Note 91 Maxine Ace Award Give on date 23rd February. 91 Maxine Ace Award...
Salena lux
salena.rose
Offline Send Email
Jul 27, 2006
2:37 am
20979
I have a question that's for a site that I'm working on: I have a javascript function written for opening a page in a separate window. Some of this script is...
writeminded1
Offline Send Email
Aug 9, 2006
4:27 pm
20980
Hi: I have 100's of records in my microsoft inbox which i saved into a text file. I need help how to i import all of them into access table through ASP. I try...
Maylin Holcomb
lucy_maylin
Offline Send Email
Aug 9, 2006
5:34 pm
20981
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="javascript"> ...
amit jain
amitjain_2907
Offline Send Email
Aug 9, 2006
5:34 pm
20982
you are nesting single quotes within other quote-sets. the "links" output would look like this: <a href='#' Onclick='popup('null')'>Goa<\a> you'll need to...
Carlos Mossman
spamcarloshere
Offline Send Email
Aug 9, 2006
6:56 pm
20983
You have previously posted this same message on an ASP group under the user-id "Ehtisham" at least four times in almost exactly this same form. (1) Please do...
David Smart
smartware_co...
Offline Send Email
Aug 9, 2006
10:02 pm
20984
Help! I'm trying to get JavaScript + CSS to toggle (expand / contract) a menu that I am serving up as an include via PHP. Unfortunately my programming...
ibn Ezra
steiny_j
Offline Send Email
Aug 15, 2006
7:22 am
20985
Use the following script in the page or in a linked .js function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) ==...
Fry Day
terensia
Offline Send Email
Aug 15, 2006
7:22 am
20986
Try this: var daWindow=function() { var newWindow=window.open('blahblahblah.html', 'newWindow', 'width=698,height=620,top=50,left=10'); }; --i...
isaac_schlueter
Offline Send Email
Aug 15, 2006
7:27 am
20987
Hi All, I have a javascript function that brings a JSON response ( {id:['1','3','8'],institute:['a','b','d']} ) from a web service, with over 1500 rows, which...
·.·. ernesto ...
panquetofobia
Offline Send Email
Sep 3, 2006
11:36 pm
20988
Hi all. I'm rather new to Javascript, although I've done a lot of programming in past years, in other languages. Below is some code I have in development. I...
Alan K Baker
wurlitzerwilly
Offline Send Email
Sep 3, 2006
11:45 pm
20989
Set a variable like IsValidated = false; Then in your if statements set the IsValidated = true HTH, Ernie _____ From: JS-Jive@yahoogroups.com...
Ernest Breau
cf_ernie
Online Now Send Email
Sep 17, 2006
7:13 am
20990
Dear Friends I need a Javascript OR CSS script to "show border" OR "any effects" for hotspots on MouseOver event on image map. Best Regards Rizwan Ahmed...
javascriptcircle
javascriptci...
Offline Send Email
Sep 17, 2006
7:26 am
20991
I recently downloaded a script from dynamicdrive.com that displays the time and date on a web page. It works well, but I am experiencing problems trying to get...
J M Beck
trahcwolf
Offline Send Email
Sep 17, 2006
7:31 am
20992
Have you tried Google? There is information out there. For instance: ...
David Smart
smartware_co...
Offline Send Email
Sep 17, 2006
7:50 am
20993
It would help if you posted the relevant HTML, etc. :-( Regards, Dave S ... From: "J M Beck" <trahcwolf@...> To: <JS-Jive@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Sep 17, 2006
8:11 am
20994
Hi people, I have been reading some javascript code trying to track down how it works. But I stumbled onto a part which I cant understand what it does. The...
Bennie
bvkeulen
Offline Send Email
Sep 24, 2006
11:22 am
20995
sMenuItem(ID,EV?_roll_bg_on:_roll_bg_off,EV?_roll_tc_on:_roll_tc_off); has several parameters. I'll break them out on separate lines and space it out a bit ...
David Smart
smartware_co...
Offline Send Email
Sep 24, 2006
12:24 pm
20996
Hi All, I'm having a dickens of a time trying to get the positon of a link so I can hover a div over the link when I roll over it. You can see my attempts in a...
musicarr34
Offline Send Email
Oct 6, 2006
8:54 am
20997
Would some kind soul be able to tell me why I am getting a javascript error on this page? http://www.jonimitchell.win-dns.com/painter/ It only happens in IE...
ljirvin
Offline Send Email
Oct 16, 2006
7:43 pm
20998
Hi all, I am trying to get the current width, in pixels, of a div (#middle). Everything works great in FF and Safari, but not in IE (PC - not concerned about...
Mark Wheeler
musicarr34
Offline Send Email
Oct 16, 2006
8:11 pm
Messages 20969 - 20998 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