0
votes
2answers
107 views
two decisons just one button
My problem now is that i need to click 2 time to do the search with right text to search. is there a way to cacth what i'm sending and update it? Is there another solution?
Hello! …
0
votes
1answer
119 views
Scriptmanager remove javascript
Hi,
The ASP.NET ScriptManager control automatically inserts all kinds of inline javascript like PageRequest initialize. Is it possible to remove or move this to an external js fil …
0
votes
2answers
24 views
ASP.Net: Dynamic JavaScript path / src
Hi guys,
I try to make Folder for things in my ASP.Net Application (e.g. all with Finance in /Finance).
No I bind an JavaScript in the MainPage:
<script type="text/javascript …
0
votes
5answers
95 views
How to prompt user to download the PDF file instead of opening?
in my project site if i click on a link and the PDF opens in a new or parent window. Well I want a box to appear that prompts the user to download the file instead of opening it. …
0
votes
0answers
9 views
Can WatiN disable JavaScript in IE?
Hi
I want WatiN to disable JavaScript for some of my tests but can't find any obvious way to do it.
Is it possible?
I am using IE specifically.
Thanks in advance,
Ciaran
1
vote
4answers
28 views
style.visibility not working in FireFox
Hello friends,
I am having an aspx page with a panel. I am using the panel as to show a messagebox. The panel id is "panMessage". The panel contains a button label "Hide". I am sh …
0
votes
2answers
41 views
How can I capture the enter key in Firefox 3.5 and redirect the page using Window.Location?
I am trying to implement a search functionality that is capturing the enter key and redirecting to a different page in an ASP.NET 3.5 application. Unfortunately it does not work in …
1
vote
2answers
29 views
Populate TextBox from Database using JQuery or AJAX
Hi,
I have the following scenario:
An SQL 2000 database with a table containing the columns UserID and UserName.
A webpage with TextBox1 and TextBox2.
I need to use JQuery, plain …
0
votes
2answers
24 views
ASP.net Script Service consumption in javascript
I have a script service in asp.net and I need to consume this WS from javascript using JSONP (Script tag injection; since it is cross domain, no $.ajax() call).
In this case, wher …
0
votes
2answers
43 views
ASP.NET jQuery issue
Hiya,
I'm digging around with jQuery for something work related, and I am trying to get a specific flow of events working which I can't seem to get my head around.
I understand h …
2
votes
5answers
1k views
How can I execute Javascript function before Page load?
Hi,
I am using a hidden field 'Isjsenabled' to detect whether Client's Javascript is enabled or disabled. If Javascript is enabled, Javascript function will be fired and it will s …
0
votes
4answers
35 views
Relative script path in usercontrol
Hi,
I have asp.net usercontrol that is including some js script like this
<script type="text/javascript" language="javascript" src="../JScripts/JScripts.js"/>
The problem …
0
votes
3answers
45 views
Bizarre Javascript JSON undefined error
I'm experiencing an error that I haven't been able to find any mention of anywhere. I'm developing an AJAX-enabled WCF web service with ASP.NET. In my ASP.NET master page's , I inc …
3
votes
7answers
68 views
How to verify if the Web Service caller is my web site?
For security reason, i need to garantee that only web client running an specif web site can access the web service. I'm doing verification over the domain request only, but i need …
0
votes
0answers
9 views
MooTools: Set focus on click
I've got an ASP.NET control that contains a checkbox. I want the focus to remain on this checkbox when it's clicked. Here's what I'm using:
<script type="text/javascript">
…
