I am trying to create a Firefox extension that uses a flex application. I have tried to wrap it in XUL types ( and ) and I have no preference as to which one I use... whichever works.
The problem is that whenever I use a relative path (access through chrome:// or mySWF.html) the flash fails to load.
I have a method to search for the a...
I need to embbed a bitmap editor in one of my site pages. Is there a good option out there?
...
I have a .bat file that simply opens up two different browsers and points them to unique links. After it opens up the first browser, it waits a few seconds, then opens up the second browser. What I expect to happen is that the second browser's window will automatically be focused and active. This behavior only happens when I click on the...
I am working on a asp.net web site, like normal user, we use asp.net developer server during coding and testing.
Today, I found the firefox not cache any static file of my site, since our application is pretty big, it made page load time very slow.
I checked firefox about:cache, all the static file cache setting looks like
Ke...
Two part question:
Do browsers have a built-in CSS interpreter like they do for JavaScript?
When exactly does a browser read the CSS and when does it apply the CSS?
Specifically, I would like clarification on how or why JavaScript and CSS are different in that with JavaScript you need to specifically wait until window.onload so the i...
Good day,
I have some scripts (in fitnesse) that executes some selenium commands. However, there are some processes wherein it would be too complex (or hackish) with a plain selenium (+fitnesse) approach, so I'm planning to create my own class which will handle those complex processing (i.e. check if the items in the table are sorted in...
Hi,
I am using dojo frame work grid and it so happens that horizontal scroll bar moves back to initial location when the user tries to pull down the vertical scroll bar.
this is happening only in firefox and it works fine in ie7
please help.
Thanks in advance.
...
To my understanding the session variable gets cleared when a users closes their browser. Is there anyway to clear the session variable when a users closes a tab in a browser?
The reason I ask is that I need to differentiate two visits if a user is on the site and closes the tab but not the browser, and the user goes back to the site on...
Hi, I just recently upgraded to Windows 7 and I have noticed that styling for text form fields across all browsers is non-existent. With Windows XP it was very obvious which form fields were disabled, but now I can't tell.
Are there any style settings I could use to fix this?
Thanks!
...
I have a server which is online right now, but requires authentication when accessing, so it is basically closed to everyone but me.
Thing is, I don't want to "Open" the website to the public, but I need to test my website on different browsers.
One way is to do it from websites like browsershots.org, which requires access to my websit...
I am starting to test my website in different browsers.
So far Firefox is ok, Chrome is ok, Opera is ok. Now I am starting on IE.
First off, why are all my divs dispositioned in IE?
How can I solve this? Do I need to hack and check what browser visitor has?
Secondly, how come it seems as if my website looks the same (like crap) in IE6...
I am using GWT-JAVA. The Login page displayed good in firefox.
But In IE It is too slow and also Fonts are too big.
In chrome it display only the background image. Nothing will be display.
Is it GWT a browser dependent? Otherwise Can i change any other options or anything else?
Thanks in advance.
...
Does a browser process these two snippets the same way?:
<script type="javascript">
myFunction1();
myFunction2();
</script>
Vs.
<script type="javascript">
myFunction1();
</script>
<script type="javascript">
myFunction2();
</script>
...
How can I transfer data, for example, login and password, from my Java program into browsers (Chrome or IE), when they open some page? For example, I have data of my Facebook account in DB in client-sided Java-application. It's necessary to send this info to my browser, so that the welcome page of Facebook wouldn't appear, that is the pa...
I've tried looking at the Oceans BrowserCap file for inspiration, but it's just a little over the top for me.
I basically need the equivalent of this in a .browser file
<browserCaps>
<filter>
<!-- Google Crawler -->
<case match="Googlebot">
browser=Googlebot
crawler=true
</case>
...
I have been out of the loop with web development for about a year and a half now. My current project is working/functioning well with OS X browsers; Google Chrome, Apple Safari and Mozilla Firefox (minus a few things).
Many things have changed since I was working heavily with these technologies. Does anyone have any suggestions in the ...
I have a form like this:
<form id="form_main" name="form_main" action="/search/" target="iframe001" method="get" onSubmit="reset_and_subm();">
Enter key wont submit this form in IE6, but will in Chrome, FF, Opera, Safari, and IE8 (haven't tested IE7 yet).
IN FACT, NOT EVEN PRESSING THE SUBMIT BUTTON SUBMITS THE FORM.
I have tried for ...
Hi,
When tabbing to a form field that is below the bottom of the viewport (or typing in a textarea that overlaps the bottom), browsers usually automatically scroll up enough so that you can see the field. Is there a way to set the position the browser moves to?
This is an issue because I have a fixed position bar at the bottom of the p...
In javascript, how can I detect when the browser brings up the open/save/cancel prompt when loading a file?
If possible, is it the same for all browsers?
I'm trying to fix a problem with users clicking a download button, being impatient and clicking it again, and again which is taxing our servers. I tried just hiding the button while t...
How would you prevent a browser from timing out while a long process is running in php?
We have a process which accepts a file upload and runs process on the file data. Sometimes this file can be very large with a lot of records, and in these cases the user gets a timeout error. I believe it is a browser timeout because the script is st...