|
|
|
HELP: ASP JScript & VBScript interoperability
Replies (1) 15 June 2007
How can VBScript code access JScript code variables in the same ASP page?
Dim a
a = 10
Response.Write(a);
Also, is this valid JScript code because ASP hasn't complained.
function ...
|
|
|
|
IE7 and disabled property
Replies (1) 1 June 2007
Apparently in IE7 you can no longer use
control.disabled = true;
control.disabled = false;
Instead you must use
control.disabled = 'disabled';
But
control.disabled = 'enabled'
doesn...
|
|
|
|
How to track the download of a file on the clients ...
Replies (1) 31 May 2007
Hi,
I am facing a unique requirement in JavaScript...
I have one HTML which shows the "Print" button and a |
|
|
|
DOWNLOAD CRACKED 2007's SOFTWARE: ARCHICAD 11,UNIG ...
Replies (1) 30 May 2007
Our team provide different types of services such as:
- proffessional cracking of any kind of software
(CAD,CAM,CAE,EDA,GIS,PCB,FEA,FEM,CNC,CFD,PDS,3D,Optics etc.) designed
for any kind of oper...
|
|
|
|
JScript.Net //scripting with .Net components //
Replies (1) 23 May 2007
|
|
|
|
UserDomainName / UserName sample requested
Replies (1) 15 May 2007
hi,
i am looking for a possibility to provide the currently logged in user as
following: domain\username. unfortunately i am not able to find a sample how
to do this in the context of window.al...
|
|
|
|
HELP: Strict JavaScript Syntax Checker Verifier
Replies (8) 11 May 2007
Two quick questions:
1. I really love Mozilla Firefox's javascript.options.strict mode (type
about:config in addressbar). However it still doesn't pick up on certain
things such as making it co...
|
|
|
|
$get()
Replies (1) 9 May 2007
Can someone describe how $get() differs from document.getElementById ?
Where can I find some docs for $get() ?...
|
|
|
|
jscript question - help
Replies (1) 25 April 2007
Hi, I have what I believe to be a simple scenario. I have a table with
div tags that I toggle block and none on the style when a user clicks to
expand the "table"
The problem lies when the user ...
|
|
|
|
Foreign characters appearing in JS file on some PC ...
Replies (1) 18 April 2007
Ok - this is a wierd one.
We have an ASP app running on IIS on Windows 2000 SP4.
One of the pages has a couple of included JS files.
On my PC that pages are displayed fine, but on a few PCs in ...
|
|
|
|
Why does this not work in IE?
Replies (1) 13 April 2007
I have the following javascript function
function phSearchBox_Blur(src)
{
var container = src.parentNode;
var comboSelect = container.getElementsByTagName('select')[0];
if (comboS...
|
|
|
|
Microsoft.Vsa.VsaException: InternalCompilerError ...
Replies (1) 9 April 2007
Getting the following exception.
When I try to Compile the Following classes.
***INTERNAL COMPILER ERROR***
Microsoft.Vsa.VsaException: InternalCompilerError (0x80133021):
System.ArgumentNullExc...
|
|
|
|
noob question
Replies (1) 9 April 2007
I'm trying to do the equivalent of the C# object initializer such as :
object p1 = new Object[] {'a', 'b', 'c'}
in JScript.NET
I can do this:
var p1 = new object[3];
p1[0] = 'a';
p1[1] =...
|
|
|
|
not display source code
Replies (3) 7 April 2007
I want to be able to hide the source code from people when they are on the
internet using my vbscript (classic asp) application. The part I do not want
them to see is information like name, addres...
|
|
|
|
How to read html input control in code behind
Replies (1) 6 April 2007
Hi all,
I have a HTML Input control in my first page and a HTML Anchor tag in the
first page. The user will enter some value in the Input control and then
click on Hyperlink which will take you...
|
|
|
|
JScripts on ASP.NET Master page?
Replies (1) 28 March 2007
Hello,
I have a problem to use JScript (I can't use JavaScript) on ASP.NET
masterpage.
when I use this script on ordinary ASP.NET page, it works ok.
How can I use script like this on mast...
|
|
|
|
How to catch TAB key press with JScript ?
Replies (1) 28 March 2007
Hello,
I have a question how to catch TAB key press with JScript (I can't use
JavaScript on this page) on ASP.NET website??
Maybe someone had similar problem?
Thanks!
Wojtek...
|
|
|
|
Reg expression help
Replies (1) 27 March 2007
I have a html control called ctl00_dropAspect that I need to reference in
JS. The issue is that 00 can be any number from 00 to 99. This number changes
to depending on what’s rendered on the scr...
|
|
|
|
BE-CAREFUL, YOU COULD BE A VICTIM OF SCAM OR FRAUD ...
Replies (1) 26 March 2007
Attention!
With several on-going cases of fraudulent practices being carried out by criminals on the internet, you are advised to carefully read this circular, so as to completely secure yourself ...
|
|
|
|
BE VERY CAREFUL, AS YOU MIGHT BE A VICTIM OF SCAM/ ...
Replies (1) 26 March 2007
P. O Box 1300,London SE1 1BD, United
Kingdom. Tel/Fax: + 44 700 593 1047
ANTI-SCAM DEPARTMENT.
SCAM ALERT!!
Attention!
With several on-going cases of fraudulent pra...
|
|
|
|
How to start WINSERVICE immediatly after installat ...
Replies (1) 11 March 2007
Is there some way how to start WINSERVICE direct after its instalation ?
I've set my WINSERVICE to startup = automatic but after installation
must be started it only for first time manualy. Is the...
|
|
|
|
Seo , Search Engine Optimizer , Seo Search engine ...
Replies (1) 8 March 2007
Search Engine Optimization http://www.yourseoconsulting.com/ Seo Optimization , Semantic Results, Artificial intelligence in Search, Auto Content Generators, Search Engine Results. SEO optimizer. SEO...
|
|
|
|
Economic Terror , thats where
Replies (1) 6 March 2007
Abuiltcomputer to go public soon Fundamentalist
http://scotiabanksealsthedeal.blogspot.com/
Do you want money or love I got both....
|
|
|
|
Change of form.action
Replies (1) 6 March 2007
hi
I have a really simple javascript function in a web page:
function cancelDbUpdate(form) {
form.action = "warnu.asp?do=n"
form.submit()
}
When I debug this script, after executing t...
|
|
|
|
Confused a bit...
Replies (1) 6 March 2007
I tried this out, I was hoping I could get another say. I
went to this video, and when I clicked at the very end, my cpu started freaking
out. It was actually pretty neat, but it didnt...
|
|
|
|
Cover up attempt
Replies (1) 28 February 2007
http://toiletseatcoverup.blogspot.com/ - Yahoo ads not performing well? Publisher profits in the toilet? Join the best affiliate program known to man.
Operation Release the hounds aka puppies.
...
|
|
|
|
Help pls: Cut off SELECT
Replies (1) 27 February 2007
Hihi,
I'm working on an asp .net project that have small side panel which
'disallow' long SELECT/dropdown list.. So i could not force them to a certain
that shows my longest option, which now...
|
|
|
|
Writing values into collection.items from an ASP b ...
Replies (1) 23 February 2007
How do I write a value into a collection item which I get from classic ASP
built-in objects?
for example:
// get ASP context
var oMTS = new ActiveXObject("MTxAS.AppServer.1");
var objctx = o...
|
|
|
|
BYPASS GOOGLE POPUP BLOCKER
Replies (1) 22 February 2007
Is there any way to bypass google pop-up blocker ?...
|
|
|
|
Register for adsense
Replies (1) 21 February 2007
Register for Google Adsense and make thousands of dollars a month. Click here http://www.adsenseonline.info to find out how to make over 10,000 ! dollars a month using the tips and techniques only bef...
|
|
|
|
Free Flash Games
Replies (1) 20 February 2007
Free Flash Games http://www.clipplay.com/ fun videos games and more.
Fun flash games. Free flash games videos and more....
|
|
|
|
Make 1.5 million in 11 minutes
Replies (1) 15 February 2007
Find out how Roy . Made over 1 million in 15 minutes.
http://alberta-oilsands.blogspot.com/...
|
|
|
|
Finding elements in forms where a Master is being ...
Replies (6) 14 February 2007
Without Master pages, it was easy to find an element in a form with
JavaScript by using its name or ID.
With master pages, these get mangled, so when you create an input element
with runat=serv...
|
|
|
|
CSIS Lead Investigation into heinous Terror Plot
Replies (1) 4 February 2007
CSIS Lead Investigation http://rcmp-gc.blogspot.com/2007/02/csis-to-lead-investigation-into-huge.html Information
is one of the most hard
to control of all things in t...
|
|
|
|
Debugger does not stop at breakpoints for Jscript ...
Replies (1) 1 February 2007
Hi,
I'm using VS.NET and I followed the steps listed at
ms-help://MS.VSCC/MS.MSDNVS/jscript7/html/jscondebuggingjscriptwithvs.htm for
debugging a JScript as a console app. I used the jsc applicat...
|
|
|
|
joker *.* and concurrent task calls
Replies (1) 30 January 2007
Hi,
I would like to create a command that read a "*.*" argument and then
apply a command for each file... But this jokers are note evaluated and a
only a string like any other.
So can anyone t...
|
|
|
|
Trouble Launching MediaPlayer...
Replies (1) 30 January 2007
I have a small piece of javascript that does a simple window.location = . It works fine with small test files (5MB for example).
However, I get an error back from IIS if the MPG file is 3.7GB.
...
|
|
|
|
moving script to remote server
Replies (1) 28 January 2007
Currenly, I have a script function that I would like to remove from my web
page and run remotely from a server. I need help on the modifications needed
to get it to run on a remote server.
...
|
|
|
|
***** See my Cam ******
Replies (1) 21 January 2007
http://clippay.blogspot.com
Respect in me...
...
|
|
|
|
>:D< Hot Horney Women ~~~~~~~`
Replies (1) 21 January 2007
http://zamzupport.blogspot.com/ - Horny
Chicks must see
videos
...
|
|
|
|
````**** Amateur Sex Files! ****''''
Replies (1) 20 January 2007
Amateur Sexy
Videos 3 weeks of free downloads!
Get of fast! http://tsarebate.blogspot.com/
RWDIAJne
...
|
|
|
|
Get Row Line Number in JavaScript
Replies (1) 17 January 2007
Hello -
I am using JavaScript with an ASP.Net project. I have a textbox
control inside of a grid. I would like to know the row number that the
textbox control is contained in. I am trying to l...
|
|
|
|
communication between JScript and C#
Replies (1) 11 January 2007
Hello,
I have a problem of communication between JScript and C#. I must say
that I'm new to both.
In a JS file I have to call a C# function.
In particular I have:
public function Eval(expr : St...
|
|
|
|
Reading content of an IFRAME ?
Replies (1) 10 January 2007
Hi, is there some posibility how to read inner text from IFRAME on
server-side ?
I've tested it with innerText and InnerHtml but it doesnt work
I also tested it on client-side with JavaScript bu...
|
|
|
|
Converting VBScript DateDiff to JScipt
Replies (1) 4 January 2007
Hi,
I am converting VBScript code to JScript code. So far so good, but I ran
into a function that is not so straightfoward to convert: DateDiff().
Currently in VBScript, this function is being us...
|
|
|
|
Hide marquee scrollbar.
Replies (1) 3 January 2007
I have a marquee.
When I resize the height and the width of the marquee to a small value, and
the marquee contains long words, a scrollbar appears, how can I hide it?
Thanks in advance....
|
|
|
|
Run JScript in JAVA to execute COM objects (VB DLL ...
Replies (2) 3 January 2007
Dear Madam/Sir,
Is it possible to execute JScript from within JAVA? I would like to execute
a VB compiled DLL from JAVA, using JScript. Is there a better way to execute
a VB DLL from JAVA?
...
|
|
|
|
decimal data type
Replies (3) 20 December 2006
Hi all,
I have an interesting situation. I have a compiled Jscript.net dll. I am
referencing this in a Vb.net project. Now the jscript dll has a property
that is of decimal type. In the VB proj...
|
|
|
|
Programming languages!
Replies (1) 14 December 2006
Are you interested in learning open source programming languages?
PHP, Perl, Python, Bash and more...
http://paylowbooks.com
Video training for all programming languages you wish to learn, Netw...
|
|
|
|
Want to make some extra cash on the side? LEGIT!
Replies (1) 12 December 2006
I was just told about this fabulous program today,
you make money for doing relatively nothing! any people have been getting
checks as high as 100-500 dollars a month by just completin...
|