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...
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@...
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...
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@...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
JavaScript doesn't actually have multi-dimensional arrays. Instead, you can create a single-dimensioned array where the individual array elements contain...