browser

FileBrowser/FileSelector for WPF

Hello, does anybody know, if there is a WindowsExplorer-like filebrowser which I can include in my WPF-window. I don't want use OpenFileDialog. I have searched a bit and only found simple directory-trees or lists. I want to have an interface like it is in OpenFileDialog. Would be great if there are any advices, Greetings, Martin ...

jquery png fix on hidden div and jquerybrowser question

Hello, I have some code that if Javascript is available, it will remove a GIF image and replace it with a PNG image. The PNG is display:none and the GIF is visible. Since IE6- browsers can't load PNG, I have loaded the jquery PNG fix. But it only seems to work if the image is already visible. The other issue is I am trying to get th...

How do I detect a custom plugin in Firefox/IE/Chrome?

My team wants to build a "plugin" for firefox/chrome/IE. How do I use javascript to detect if this plugin (not extension) is installed? I would like to have a piece of javascript that can detect if a certain plugin is installed. Returns true if installed, returns false otherwise. For example...how do I get a list of plugins, and then ...

How do I find the DIV in which my cursor is placed at any moment

How do I find the DIV in which my cursor is placed at any moment, so I can change the formatting of that area. ...

In Internet Explorer, reloading a page causes an "Access denied" JavaScript error when trying to access the document object of a dynamically created <iframe>

This is a puzzling one, but I really need to find a solution. I recently posted a question about getting an "Access denied" JavaScript error when trying to access the document object of an <iframe> that was created with JavaScript (see URL below). This was caused by the document.domain property begin set in the parent document; since th...

Adding a Web Browser in a JFrame/JPanel/JComponent in Java

I'm doing a Java application that requires to use a web browser inside the application. I have seen some applications doing this, such as RSS readers when clicking in a feed in the left panel and opening the link in a right panel in the same application, and I would like to implement something similar. Is it possible to do this in java...

Programmatically Calling Browser Right-Click Menu Options?

Hey there, I would like to be able to programmatically invoke the right-click menu options, initiated from user events like rollover and whatnot of course. Is this possible? Specifically, I would like to be able to call the Safari "Use Image as Desktop Picture" or the "Add Image to iPhoto Library", or the Firefox "Set as Desktop Backg...

Browser Autocomplete Naming Conventions and Testing

Is there a comprehensive list of browser autocomplete naming conventions somewhere? I would like to know what to name form fields and such so the browser can autocomplete them, and so I can decide if I want to use the autocomplete feature, or if I should rename the fields to something else. ...

Open popup window with open.window not work?

Hello, does anybody know such a problem, window.open()do not work with Firefox suddenly. <a href="javascript: void(0)" onclick="window.open('popup.html', 'windowname1', 'width=200, height=77'); return false;">Click here for simple popup window</a> this always open in a new window (or a new tab), but not open in a popup ...

PL/SQL: How to detect which browser is being used?

I'm using the pl/sql htp package to create simple web pages. Now I need to use different templates based on the device accessing the pages (Desktop Browser or Mobile Blackberry Client ). Is this possible in pl/sql? ...

Web Application Testing Rig: What do you use? Any suggestions?

Hi guys, I have recently inherited testing responsibility on a web application. A lot of our testing is related to specific operating systems and browsers. Does anyone have suggestions on building a test rig? I am not talking about automated testing (that is a separate issue that I'm working on). This is more for confirming specific b...

Understanding web app authentication scenario - How do they force authentication on each new browser instance?

I use a web application that forces you to reauthenticate with the application even if you open a new browser window that shares the same session, e.g. File, New Window in Internet Explorer. I was surprised since I thought that if you opened a new browser window from File, New in both IE and Firefox (vs. starting a new browser process) ...

How to force a page refresh while pressing the back button in MAC safari

I have two aspx pages(A,B) created using ASP.NET MVC . In the file A i have a few check boxes and textboxes. When i move to page B and try to navigate to page A by pressing the browser back button(in MAC Safari), the page is not getting refreshed . The page retains its old values (for checkboxes and textboxes). When i had the break po...

best way to get user browser,os,flash etc. info from users using a javascript?

hi, i need a way to get user information for individual users on my website. I know i can use google analytics to get the information i require but i don't know how to extract this and send it to a php script when a user submits a form. i would prefer to use google analytics to extract the data, since it would save me a lot of work, ...

HTML: How does a browser render an image for layout ?

How much layout space does a web-browser allocate when initially rendering: < img src="image.jpg" /> How much layout space does a web-browser allocate when initially rendering: < img src="image.jpg" style="max-height:100px; max-width:200px" /> How much layout space does a web-browser allocate when initially rendering: < img src="imag...

Stop images from caching in Rails and browser?

I have created a image crop facility that I can click on an image and crop it and it saves the new cropped image over the old one, then redirects back to the original page where the image was show. But it still shows the old image even after a redirect and doesn't display the new one till I refresh the page. I have tried just using an ...

How powerful can graphing be in IE6?

I'm interested in developing a web-based application with rich time series charting functionality, where the charts can be constructed and manipulated on the client side. I would like the chart surface to be highly interactive, with the ability to pan and zoom with the mouse, click on lines, axes, etc. Importantly, I would prefer not to ...

Programmatic Python Browser with JavaScript

I want to screen-scrape a web-site that uses JavaScript. There is mechanize, the programmatic web browser for Python. However, it (understandably) doesn't interpret javascript. Is there any programmatic browser for Python which does? If not, is there any JavaScript implementation in Python that I could use to attempt to create one? ...

Browser Security Error: "This page can't be displayed due to a security violation"

I work for a web development firm, and I designed a page for some of our marketing people to add custom footers to various pages in our application. We have various test environments before we deploy our product for the world to see. The problem is, when someone tries to add a javascript:(void) call to the footer HTML, they are presente...

How to have AJAX trigger the browser's loading

Ok. I'm making an ajax-enabled lab scheduling program, and some of the ajax operations aren't exactly quick. In Gmail, when you go to your inbox, send a message, etc. the browser acts like it's loading (In FF the stop button becomes enabled, the progress bar appears), but it's not on a new page, it's done via AJAX. How do they do this? I...