hi,
some bad legancy web application projects still have classic asp files. these project consist of 95% of classic .asp files and the rest only of asp.net (.aspx).
if you right click on an .aspx file in the solution explorer of VS you can choose "view in browser" and "browse with...".
however if i right click on an classic .asp file...
I'm hitting a mobile site from a new Blackberry and the user agent is:
mozilla/5.0 (windows, u; windows nt)....
Anyone else seen this?
On older phones it was blackberry8130...
...
I'm having hard time trying to figure out how to auto-save user data in a form when the browser is being closed or user changes the page. The onBeforeUnload event is OK when you want to open a dialog box, but by then it's too late to save the changes (except if you just block the browser in the onBeforeUnload handler long enough for it t...
I have a usual login form consisting of two input fields, one for login, one for password. I am currently trying to add a control that will show entered password as plain text, so user can check it for typos.
The problem is that browsers (at least Firefox) do not allow dynamic changing of type attribute of input fields, so I cannot just...
Hi Guys,
Does anyone know how to set up Browser Caching in IIS7 via the web.config file ?
Thx
...
site - http://www.xa.ly/
when you click on "my links" you can see all your short urls you created along with date hits and option to delete it. When you click on hits, a fixed div appears a little below the top of the page with data on each user, with time, browser and OS, with a few graphs, this doesn't appear in opera. in ie i have cre...
On a site that receives a very high amount of traffic some small percent of requests come like this:
http://cheezburger.com/ScriptResource.axd?d=zaVpgH63ePt90pn</a> <br /> <br /> <p> <a id=
On the page refer...
I have multiple background images (all of my images are either in jpg or gif format) in my website and it renders smoothly in firefox, but some of those images doesn't render in IE and when I scroll through the page some of the images renders and then disappears again. This implies with css sprites too.
...
I know this must be done with javascript. But I am not sure how to do it.
Scenario:
When user close the browser, I will prompt a message whether he/she want to leave comment/feedback or not. If he/she clicks yes, then display(or maybe window.opn/popup), else just close the browser normally.
I tried using onload function, but it does ...
Does anybody know why JQuery.browser.version returns 1.9.1.2 for Firefox 3.5.2
What's the pattern? How to detect major versions?
navigator.userAgent
"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2"
navigator.appVersion
"5.0 (Macintosh; en-US)"
...
I am designing my webpage and testing it in my default browsers that is IE8 and firefox 3.0.
how can i test it with lower version. Is there anything which i can use to test in all versions.
Iam having problem with height setting with different version of IE.
for example my div height is 300px; when i view it in IE8 it looks okay, in I...
I'm working on a complex page with multiple scripts, css files, lots of dynamically generated html, scripts loading scripts, all kinds of crazy stuff. Naturally, the page can load quite slow sometimes.
I'm finding it difficult to tell, in realtime, what exactly is slowing it down. Can FireBug's "net" tab help me with this? I've looked ...
Is it possible to redirect to another page when userclose browser?
Attempts:
I tried onunload, does not work
window.onunload = function redirect(){...}
I also tried another method, it does not work as well:
window.onbeforeunload = redirect(){...}
<body onbeforeunload="return false; redirecty()">
The 3rd method, i want to cancel ...
Hi In asp.net website, I would like to add button by which user can view the page in Full Screen mode and switch back to Normal mode. [This is same as happens with F11]
I have seen many javascript code but all of them is opening new window in full screen.
But i would like have same window in Full screen
If it happn then i will put tha...
How to centralize vertically of a div??
In FF, chrome, opera, safari, I use this:
top: 50%;
And centralize, but IE stuck at top. Why? how to centralize vertically in IE?
...
I understand that in jQuery, it's advantageous to be more specific when using selectors so that jQuery doesn't have to traverse the entire DOM to find what you're looking for. For example, $('span.description') is better than just $('.description') if I know that the description class is only ever applied to <span> elements.
Is this the...
Does anyone know of an easy way to take the website created in MS Frontpage and convert it into working standard html without all of the goop that FP puts in there?
I've got a site that was created in FP which renders fine in IE (of course) but for which the links don't work in any of the other browsers. I've been brought into this afte...
What browser was the first to implement full screen mode with F11 key?
...
Hello,
Let's assume that I have several tabs open within the same browser.
Is there a way to go read the URL bar of each browser tab?
Same question if instead of having several tabs open in the same browser, I have several browser windows open?
I am thinking that there may be a way with the DOM but all I could find is that the root e...
We are currently leveraging a third party tool to convert pdf files into gifs and displaying them in the browser. We have been adjusting the DPI of these images so that when printed they will look as close as possible to what the original pdf looked like. We've found that at least a setting of 300 DPI matches roughly the clarity of what ...