only test- solo test
Sun, 5 Mar 2006 12:25:13 +0100
...
|
Disable Saving Page
Sun, 5 Mar 2006 10:58:49 +0200
In internet explorer ---> File ---> Save As: will save the page.
Is there anyway to disable saving the page by jscript or javascript.
...
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
Wed, 1 Mar 2006 02:13:56 -0500
YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.
www.vosar.net http://www.vosar.net
Tel: 775-333-1125
Tel: 416-903-5685
...
|
Stamp Version information for assembly generated using jsc
24 Feb 2006 02:28:54 -0800
Hi,
I am using jscript.Net for expression evaluation. I am converting
the same into an assembly using jsc. The problem here is: How do I
provide version information for the assembly being generated.
Is there any way of doing it using jsc?
Regards
Kiran
...
|
ANN: StringTemplate View and Transform Library for Maverick.NET now available
Fri, 24 Feb 2006 05:48:05 -0000
We have just released a beta version of Maverick.View.StringTemplate. This
library adds a StringTemplate.NET View and Transform to the Maverick.NET MVC
framework. It basically allows Maverick.NET views to be developed as
StringTemplate.NET template files. Maverick.View.StringTemplate is developed
in C#, it can ...
|
Updating A Dynamic Linked Listbox
22 Feb 2006 06:04:37 -0800
I am trying to update a dynamically linked listbox. The following code
works great when Adding a Record to the Database (selecting a value
from
one listbox and it changes the selections in another) but when I try to
UPDATE
THAT RECORD,the listbox will not dynamically change to show the
appropriate value ...
|
Pre-Load
Wed, 22 Feb 2006 10:36:08 -0000
Hello,
Anyone knows how to do a pre-load of all images of a site? What i want is
that the site only appears when the images are sucefully loaded.
Thanks a lot
...
|
|
|
help access session variable in javascript
Sat, 18 Feb 2006 15:02:14 -0500
I'm unable to access my session variables in a javascript function. Here
are the details:
In global.asa, I have the following:
Sub Session_OnStart
Session("TestMessage") = "Test One Two hree."
End Sub
I can set a break on the session("Test Message") line and confirm that it's
firing.
In my ...
|
What is the proper way to write Javascript?
Thu, 16 Feb 2006 17:55:05 -0500
This may be a strange question to ask here, but I am writing my resume, and
want to write Javascript correctly. I have seen it written three ways on
sites and other places (I know that people often don't worry about these
things in emails and newsgroup messages, I am not counting those):
JavaScript
Javas ...
|
Javascript Date Validation in MM/DD/YYY output format
15 Feb 2006 11:14:37 -0800
The following javascript code gives me the date validation that I need
except after the correct date is entered into the field, it puts the
date in
the wrong format
EXAMPLE: User enters 2/14/2006 and it shows in the field Feb 14 2006
after the onBlur
I want it to leave the formatting of the date in the fi ...
|