SOFTWARE for SALE!!!???????????????????????????????????????????????????????????????? 25973
Saturday, 10 Nov 2007 19:28:11 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
changing textbox size dynamically
Tue, 23 Oct 2007 11:54:01 -0700
I have a textbox that I would like to change the size dynamically as the user
types and it word wraps. I have used the following vb code (pasted below)
but what I need is to do it in javascript. So I ask if anyone out there has
done this in javascript and willing to share how it was done? My javascript
i ...
|
JavaScript and User Control
Wed, 17 Oct 2007 15:11:17 -0600
Hi,
Is there any possibility to do this with a *.ascx file?
http://www.cssboulevar.com.ar:80/codigos/ver.php?id=166
The errors in the page aren't important.
This is The code for the effect:
<HTML>
<HEAD>
<TITLE>Static Slide Menu</TITLE>
< script language="JavaScript">
IE=document.all;
NS=doc ...
|
ANNOUNCE : Companion.JS v0.2 released with "console.log" feature
Wed, 17 Oct 2007 13:58:51 +0200
Hi,
I am happy to announce the release of the Companion.JS v0.2, an alpha
version to a Javascript debugger for IE :
http://www.my-debugbar.com/wiki/CompanionJS/HomePage
The main new feature is the "console.log" feature, that simulates the
same Firebug feature.
The detailled javascript error (with cal ...
|
Why won't the following work in FireFox?
Tue, 16 Oct 2007 21:13:13 -0400
I have the following code which allows you to drag a div in IE, and have it
then move back to it's natural position when you release the mouse button:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>< script type="text/ ...
|
IE back and forward and refresh button control
Tue, 9 Oct 2007 12:10:00 -0700
Does any one know how to trace back and forward and refresh button event.
I am making web based app. I wanted to restrict user doing
(Back-Forward-Refresh) opration on my Web App.
Is there any way I can disable or else I can trace the event?
Thanks in advance,
Ritu
...
|
JavaScript not capturing onmouseover while dragging an element
Wed, 26 Sep 2007 11:48:43 -0400
I have an element that I "drag" using CSS absolute positioning and
JavaScript's onmousedown, onmousemove, and onmouseup events. I need to
detect when it is dragged into a certain <div>, which I figured I could do
using the onmouseover event. However, this is not working. I am assuming the
reason for this is ...
|
|
|
Scrolling and dragging
Tue, 25 Sep 2007 14:42:02 -0400
I have a webpage in which the user can drag an element to another location.
If they do not drag it to a valid location, I have the element returned to
it's natural position. On pages which are small enough to fit on one page,
this works fine, but if the user scrolls while dragging or has scrolled
before they ...
|
Setting the src attribute of an embed element doesn't work
Fri, 21 Sep 2007 21:54:42 -0400
When the src attribute of an embed element is set declaratively (it is
specified as part of the tag), everything works fine. However, if I specify
it using JavaScript, it does not work. Why is this, and is there a way
around it? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.c ...
|
Getting text from a file using JavaScript or an HTML attribute
Fri, 21 Sep 2007 21:33:03 -0400
I have a situation in which I would like to retrieve text from a text file
(such as a *.txt file) dynamically in my page, and I want to be able to
change which file this is using JavaScript. If there was an html tag that
had an attribute to specify the path to the text file (sort of like the src
attribute of ...
|