|
Someone is putting this code onto my aspx page.
What are they doing?
How are they doing it?
How do I stop them?
It's on a shared hosting server.
It's on an aspx content page which has a master page and is after the </asp:content> tag...
<div ...
Started by Brendan Waters on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you mean someone has got onto.
Take it offline and look at all points that you deal which has a master page and is after the </asp:content> tag.. .
No, I'm being serious.
Take your site offline.
|
|
I have an AJAX-based grid control.
We hook into the window.onbeforeunload event to check if they have unsaved data and if so present them with a message "Are you sure you want to navigate away...you have unsaved data...".
All this is good.
But AJAX calls...
Started by Paul on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're talking about....
This is really weird, are you sure your Ajax call isn't loading a new link?
Be sure you read this relevant specification: onbeforeunload spec
See if the Ajax call maybe triggers any of the actions listed in the To invoke table .
|
|
My site loads images based on names that are created for them. It loads images assuming that they're there when sometimes they're not. Every time it loads an image like this:
<img src="/myimages/my-image.jpg" alt=""/>
if it's not there on the server...
Started by Matt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If this isn't an option, you can use ajax:
call a page.
The HTML file is ever sent to the client.
|
Ask your Facebook Friends
|
I mean...
Should I start programming less and designing more? Should I stop reading programming books, and start reading more books about pattern designs, etc? Should I stop focusing primarily on Microsoft technologies and open up my horizons with other...
Started by Nestor on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Why do you want to be an "architect"? Your other post asked about being a PM at Microsoft? Which do you want to be? Or are you just trying to spam the site tonight well the concept applies to software development....
Your horizons beyond MS.
|
|
How can you tell when a button is being pressed? Specifically, how can you do something while a button is down?
Started by Jack Null on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you ctrl-click an inspector ....
Interface builder for iPhone can actually demux different types of events.
Developer.apple.com/iphone/library/samplecode/GLPaint/
You can also do it by creating an IBAction and connecting it IB.
|
|
The president and board of my HOA is ripping the place off big time. Our dues went up 12% this year and have gone up every year for the last 4 years. There is way more contracting work than necessary. Pool people are here 3 times a week. They throw away...
Started by lyssagirl on
, 40 posts
by 8 people.
Answer Snippets (Read the full thread at fatwallet):
If you want anything you can ....
The only thing you can do is leave or sue.
Board members and their decisions, there is NOTHING you can do but get out
I had a similar situation a new board they are going to continue.
|
|
In my global.asax, can I output the current route/action being fired?
this is the debug something.
Started by mrblah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In Phil Haack's Route Debugger , it might do what you need and save you some time..
|
|
If I have two objects, one being referenced in another. Then in the first object can I write a method which will give me which other objects it is being referenced in?
Started by globetrotter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I am not sure how to do it out of the box, but maybe the following post might help you:
What) do |o| s = o.inspect puts s if s =~ /#<Foo/ end end end class Foo end class Bar def initialize.
|
|
In other words, can fn() know that it is being used as $var = fn(); rather than as fn(); ?
A use case would be to echo the return value in the latter case but to return it in the former.
Can this be done without passing a parameter to the function to ...
Started by eyelidlessness on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The unique thing you could do, is to grab the call stack ( http, but you can set a buffer, which....
That said, what you can do aboutNo, there is no way to find it out.
Part (function) is completely isolated from its surroundings.
|
|
Hi,
I'm having problems with the DWP. I asked for a reconsideration in August 2011, which was denied and left me receiving higher rate mobility allowance and middle rate care component.
I thought this would stand as the renewal (as do many of the helpline...
Started by davhill on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at consumeractiongroup):
The only thing you can do is ask for a reconsideration (which you had a very similar problem....
I think this is your only option.
My best, HB Thank.
The people with the right knowledge are able to arrive, they'll do what they can.
|