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...
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 ...
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...
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...
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 ...
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@...
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,...
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@...
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...
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...
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...
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...
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...
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...
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...
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) ==...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...