Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? 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 16301 - 16330 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16301
This is the code I am using: <div style align="center"><img src="gray.jpg" border="3" alt="" width="800" height="991" ></div> My issue is that there are other...
wambambam2003
Offline Send Email
Sep 2, 2008
8:15 pm
16302
what is the difference between wait,suspend,sleep in java...
sunitha0079
Offline Send Email
Sep 2, 2008
8:15 pm
16303
Hi: Can any one please tell me how to i fix the resolution problem as on somputer it shows right and on some it not   ...
Kirpa Mehta
kirpa226@...
Send Email
Sep 2, 2008
8:16 pm
16304
The div that holds the grey picture has been TOLD to centre itself. You need to use absolute positioning the same as the other div to put them in the same...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2008
9:36 pm
16305
1) this is a JavaScript forum, not Java 2) you should be looking this up on Google Regards, Dave S ... From: "sunitha0079" <sunitha0079@...> To:...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2008
9:37 pm
16306
A specific description of the problem (including browsers, etc) would help. Regards, Dave S ... From: "Kirpa Mehta" <kirpa226@...> To:...
David Smart
smartware_co...
Offline Send Email
Sep 2, 2008
9:37 pm
16307
This is a JavaScript forum, not a Java forum. They're 2 different languages. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Sep 2, 2008
9:52 pm
16308
I enclose the picture for you. When i open the page on windows xp IE 6.0 the screen of that computer is little bigger. The images which are adjust on right...
Kirpa Mehta
kirpa226@...
Send Email
Sep 3, 2008
8:31 pm
16309
Hi there, Here is my problem: I have a x.asp page that send a HTTPRequest to y.asp. The y.asp page generate a graphic (image). How can i get the image in the...
Denis Caggiano
onaiggac
Offline Send Email
Sep 3, 2008
8:31 pm
16310
This group strips attachments, so your picture has gone. The size of the screen doesn't matter. The RESOLUTION is what is important. ... Isn't it more likely...
David Smart
smartware_co...
Offline Send Email
Sep 3, 2008
9:30 pm
16311
Hi, Denis, The way that this is handled depends on the relationship between x.asp and y.asp. 1) If they are totally independent windows, this cannot be done...
Tim Sabin
timsabin
Online Now Send Email
Sep 4, 2008
11:06 am
16312
Sorry, Denis, I made a mistake. :_( The 2 lines of JavaScript below should be: opener.document.getElementById ("imgId").src = myYImage.src; ...
Tim Sabin
timsabin
Online Now Send Email
Sep 4, 2008
11:15 am
16313
What do you mean by generate a graphic? Are you creating an image using code? Or is it just that the image is already there in some folder? In the later case,...
abhijit_dutta2003
abhijit_dutt...
Offline Send Email
Sep 5, 2008
12:28 am
16314
Hi Tim, Tks for the help. Here is my javascript from x.asp: 1. function fChangeAJAX(){ 1. ano = document.getElementById("selAno").value 2. mes =...
Denis Caggiano
onaiggac
Offline Send Email
Sep 5, 2008
12:28 am
16315
Any clue? Does anybody have any hint to this old post? Brief: I need to cover a custom control with a Div to get a “disabled” effect. I did it, but when...
Leonardo Ghigliani
lag_71
Offline Send Email
Sep 5, 2008
12:28 am
16316
Do I read this correctly that the image created by x.asp is always going to be in the file "../imagens/gpa_pensando.gif"? If this is the case, y.asp could...
Tim Sabin
timsabin
Online Now Send Email
Sep 5, 2008
3:00 am
16317
Hi, I mean y.asp generate a dynamic image. If i use document.body.innerHTML="<img src='y.asp' />", y.asp will connect to the database, execute a procedure that...
Denis Caggiano
onaiggac
Offline Send Email
Sep 5, 2008
7:49 pm
16318
I would like to make a javascript function that can make the IE tab and/or icon in the task bar blink and change color when the function is called. Any ideas...
spiroc0724
Offline Send Email
Sep 9, 2008
3:59 am
16319
Hi How to connect the javascript with database Thanks prem [Non-text portions of this message have been removed]...
Prem Chand
prem_feb12
Offline Send Email
Sep 13, 2008
12:17 am
16320
You can't. Javascript is browser side. You have to have some glue on the other side to do it, and the glue is where the action is. ... [Non-text portions of...
Lee Mahan
williamlmahan
Offline Send Email
Sep 17, 2008
3:23 am
16321
prem, you cannot talk to db from javascript. Also, any javascript is accessible from the web. so even if u connect to db, a smart person can hack to your db...
John Kodiyan
johnkodiyan
Offline Send Email
Sep 17, 2008
3:24 am
16322
It is not possible actually. Javascript is client side language and if you wanna connect with database then you have to use any server-side language . You can...
Bipool
bipooll
Offline Send Email
Sep 17, 2008
8:06 pm
16323
hi prem, You cann't make javascript a server side script. if u can then wats the differnce between other langauge n javascript. If you want to connect ,the...
Gomzee
gotu_d2006
Offline Send Email
Sep 17, 2008
8:06 pm
16324
I have to write a javascript program that tests three intergers of a triangle, but it doesn't work. Any ideas????...
Karen
pletch99
Offline Send Email
Sep 22, 2008
11:47 pm
16325
Normally when people say "JavaScript" they are referring to the JavaScript that runs on the client's machine under the browser. This JavaScript cannot connect...
david.smart@...
smartwarecon...
Offline Send Email
Sep 22, 2008
11:47 pm
16326
I am new to javascript. I have been trying to write a program to insert three sides of a triangle, but I am stuck. Any ideas???...
Karen
pletch99
Offline Send Email
Sep 22, 2008
11:48 pm
16327
Hi all, How can i create an array multi-dimensional that i dont know how many itens have in? Could be: var myArray = new Array(new Array) How to put values in...
Denis Caggiano
onaiggac
Offline Send Email
Sep 22, 2008
11:48 pm
16328
We can't know why it doesn't work if you don't show us the code. Please post it. Also, what does "doesn't work" mean exactly. Please be much more ...
David Smart
smartware_co...
Offline Send Email
Sep 22, 2008
11:59 pm
16329
Please don't post two versions of a single question to a group. It is most annoying. Regards, Dave S ... From: "Karen" <pletch99@...> To:...
David Smart
smartware_co...
Offline Send Email
Sep 23, 2008
12:00 am
16330
JavaScript doesn't actually have multi-dimensional arrays. Instead, you can create a single-dimensioned array where the individual array elements contain...
David Smart
smartware_co...
Offline Send Email
Sep 23, 2008
12:12 am
Messages 16301 - 16330 of 16813   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