Hi All,
Thanks for reading.
I have several scripts that are built similar to the following:
scriptone.js
function FunctionOne(){
// Do a bit of work...
// Include a second javascript file, scripttwo.js
// that contains a function called FunctionTwo.js
var scrb = document.createElement('script');
scrb.type = 'tex...
I have a curious problem at work which I've been struggling with since the advent of Windows Vista.
We send our own email newsletter out to 40,000+ people once a week. The sending code has been in place for years, it's in classic ASP/VBscript called through a browser and simply loops through each email address, sending it to them. The...
Hi,
I have a pretty simple question, but with an answer that I am unable to find. I was wondering if it is possible to lock a web browser (sticking with IE for now is fine) from being resized under (or past or smaller than) a certain set of dimensions.
For example, a new pop up window that starts at 500px by 500px, but can be enlarged ...
I want to detect the height of the viewable area using Javascript. I have this DIV of height 550px which I want to display on the browser. However, this height might cause the vertical scrollbar to appear on some browsers (depending on how many toolbars the user has installed). In that case I want to detect that, and alert the user about...
I am using Silverlight.CreateObject function to create a object tag with a xap which is dynamic i.e. it does it on a click on something. And when u click that back again it gets disappeared. When u click it again, it should show the XAP again without loading it again(as it has been downloaded once).
All works fine in IE. But in Firefox w...
Guys
I have the following CSS code, works fine with Firefox, Chrome but breaks like hell when i run it in IE7!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Box Test</title>
...
Greetings,
I am looking for a list of browser entries as they are listed in an IIS log to help identify the different versions of browsers which visit our sites. Perhaps there isn't a list but an algorithm which should be used to identify different browsers and their versions.
Please note that I am not looking for a log analyzer, but...
I am using
var txtname=document.getElementById('<%=txtname.ClientID%>').value;
if (txtName == "") ....
but in FF this is not working. This condition never become true. Even if it has no value.
In IE and Chrome its working fine.
Can anyone let me know how to solve this.....
...
am using spark web in flex its working fine in IE6 where as in IE7 , Firefox, opera and other browser its not working. on login to spark web its giving error: Problem authenticating with the server or you are not authorised to perform this operation.
Please help me out regarding this
Thanks n regards
Sheela
...
My current tools include YSlow, Fiddler and the new PageSpeed.
My questions is: is there a better tool for finding out exactly WHAT the browser is caching, WHEN it's caching it, and WHY other assets are not caching.
A brain-dead simple explanation of HTTP headers, vis-a-vis caching would also be useful. The more gotchas the better, s...
I have a C# form that we browse our web application with. If we are inside the form and logged in and we click a link that opens a new window (an Internet Explorer window), it asks for my credentials again.
We use cookies to store the session for authentication. Is there a way to make the account stay logged in whether it is in the fo...
Hi EveryBody,
I have a problem with browsers window managament with javascript.
I have two page in my proof of concept application. First page contains login information (username, password, login button etc.) and second page is a managament screen. I need that when the user pressed to the login button on the login screen it open to main...
I have to create an image gallery where user can select some images and then process them. The selection should be done via Ctrl+LeftClick of the mouse. It works well in FF and IE8, but when I Ctrl+click in Opera, new dialog "Save as" appears which causes saving the clicked image.
How do I prevent opening the dialog in Opera? (it's prob...
I have a feature on my site that is having issues on browsers that have the page zoomed in. When someone that wants to see the text larger zooms in the page with the browser, it zooms in the flash instead of resizing it, so it makes it unusable. Is there a way to keep this from happening, or is it just a bug with the browsers?
...
I'm putting together some virtual machines to test different browsers and I'm wondering if there is any compelling reason to be able to test the same version of IE on different versions of Windows. (i.e. IE8 on XP and Vista) I'm mostly talking about testing CSS to make sure it "looks right" across browsers, but if there were major differ...
This has been asked few times but I think it's still worth checking with you guys for some more input.
All my websites use Google Analytics for stats. Since it relies on JavaScript I thought it was important for me to check how many people actually have JS enabled in their browsers enabled/disabled.
I remember I usually checked w3schoo...
First, a bit of background info:
The HTTP 1.1 specification, circa 1999, recommends that browsers and servers limit parallel requests to the same hostname to two. (more)
If you carry on reading that article the author suggests "fooling" browsers by having multiuple subdomains all pointing to the same thing.
If I was to serve my im...
How can I get any browser to just treat a .asp/.aspx file as if it was .html and render it? (Without installing ASP server). It always pops up with a download box or displays the source.
Preferably for IE8. On Vista.
Thanks.
...
I am trying to write a plugin for our company and want to use HTML, JS and CSS to build them. Is there a framework so I only have to build my plugins once and not have to build one for Firefox, one for Chrome, one for Safari and so on. Jetpack and Google Chromes extension engine seem very close to each other is there a framework or a com...