3,280 Topics
| |
Hi folks, I'm unable to open web pages in any browser (Firefox or IE) - I get the message "server not found." I have a little portable router I plug into my USB slot and I just had it checked; it works fine. I can use it to connect, but … | |
Hi, I am having a couple of different issues. Here's my situation... if anyone has any input, it would be greatly appreciated. 1) A couple of days ago, while I was working on the wi-fi at Panera, I lost internet access. 2) When I went home thereafter, I was able … | |
IDM boosts the download speed. Is there any software that does that for browsing? Like an addon for chrome, firefox? If not, why is it that IDM can download at a good speed while the browser cannot download the webpages fast enough? | |
| Hello can you please give me a code for a tabed web browser? browser name=webbrowser1 form name=form6 new tab button=NewTabToolStripMenuItem |
How to implement (Browse from path "c:\Proxy List.txt") Proxy List in C# WebBrowser control/Component. What I want to know, is how to implement proxy-list from "c:\proxylist.txt", so my C# webBrowser control use this proxy for browsing when its run. I also don't want to change proxy through registry ... because … | |
Hello, I created a site where you have to log in and it begins a session. I wanted to make a stay logged in feature so I started using cookies. I made it so if there was no session then check for cookies. My site also sends out emails with … | |
I have a home network with a laptop (wireless) and a PC (wired), both connect to the internet through a DSL 2-wire gateway from Qwest. My PC has developed a problem connecting to the internet from a browser. I can get e-mail and my programs update automatically, but cannot connect … | |
I can access all websites with no problem- except for one. I need this site for my work. The problem is intermittent- sometimes I can get in, other times (nearly always at the moment) I get a message that IE cannot find the site. I also use Mozilla Firefox and … | |
Hi All, I seem to be able to connect to https web pages but not http pages. I must be missing a setting somewhere that got out of whack, but I'll be darned if I can find it. My pc (the main computer for the home network) seems unaffected. I … | |
I made an Edge animation with a stage which is, natively, 1600x900px. I've included it in an `<iframe>` linking to the HTML file outputted by Edge, on the page where it's to be displayed; as not all displays support this resolution, I wanted to use CSS media queries to resize … | |
Dear friends, I'm trying to "Write" Chrome-OS.img to a USB flash which is of size 4GB, Booting Chrome OS from a USB flash. I'm using "win32diskimager-binary" to do that. The problem is when I try to "Write" the image, this error message appears: (Writing to a physical device can corrupt … | |
Hi I have a question regarding the way my site deals with areas that are generated via Javascript not updating to the latest information when using IE9 but working perfectly on FireFox. I appreciate this may be like looking for a needle in a haystack but I would appreciate some … | |
Hi all, I have a new form that is not responding in the Firefox browser and I can not figure out why. The code is: <form action="http://www.hostmonster.com/monstermail" enctype="multipart/form-data" method="post"> <fieldset id="contact"> <label for="fName">First name</label> <input name="fName" id="fName" required="required" /> <label for="lName">Last name</label> <input name="lName" id="lName" required="required" /> <label for="biz">Company name</label> … | |
Hello! Hoping someone here can help me with this problem. So the page I am working on has an image containing Facebook, Twitter and Youtube tabs. ![tabs1](/attachments/large/3/tabs1.jpg "tabs1") All these tabs are clickable in every other browsers (Chrome/Safari/Firefox/Opera) except in Internet Explorer (7/8). I am not sure what I am … | |
I run Win 7 Home Premium. All of a sudden I got a problem with upstarting browsers. The browser processes start for a second, then disappear. Browsers (windows) do not start. Here is detail description. I have 2 browsers: firefox and IE. When I start my computer and try to … | |
Hi!! Just new to this website and there is lots of very useful information. Its great! I am having some problems with my hotmail, after i put my address and password and hit go, it goes into a white page. I dont know why, please help! I can do everything … | |
Hi, I am here with a strange issue...my facebook app becomes system/browser dependent...some people can access it some can not...my app is having simple html code...why it's happening, can any body help me... Thank you | |
I'm making a website where users select one of the four options - A, B, C, or D (for simplicity) and press a button to be redirected to a different page (page 2) that uses the selection to display one of the four images at the top. The selection is … | |
I've been developing software for over 25 years and have been doing web development for the past 10. I'm an entrepreneur with several web services, some commercial, some not. While putting together a new service this week, non-commerical, I reached my breaking point with Internet Explorer and made a conscious … | |
hi everyone I recently designed my webpage via notepad++ I am very basic at this, right now some pages of my site doesn't show up in other browsers than firefox. (like the contact form in contact page doesn't show in IE) please help me what to do. Also it seems … | |
| i need a code for making a tabbed browser please help me ! just give me instructions on hol to duplochase the browser windo and how to make the back,next buttons to work for the selected tab. thank you. |
This is a script that was supposed to be very basic, just running a command with my scripts arguments attached. I didn't realize that if user 'cj' opens firefox, when user 'root' does '**firefox -new-tab**' it doesn't work. Firefox will just open a new window, and thats exactly what I … | |
I have a web application that needs the identification or some uniqueness of the machine that is calling it. Based on that "id" of the machine the web application will provide information back relevant to that machine. I can certainly call my website with some unique Query params that will … | |
Hey people, just stop by and want to say hi. I have just developed a new html5 game and want to know what do you think about it. You can download it at chrome web store, search for 'Bubble Spark Jack' and download it, let me know if the game … | |
Dear All friends, I am developing one application which is running on ie all versions. but when I run same application on firefox/mozilla it shows error. html code: **<iframe id='mFrame' name='mFrame' class='mFrameCSS' src="" frameborder=0 vspace=0 hspace=0 marginwidth=0 marginheight=0 width=100% scrolling=no></iframe>** JavaScript code : **<script language=javascript> var lMWFrame=document.getElementById('mframe'); alert('lMWFrame :--->'+lMWFrame); //shows … | |
I have just started to learn PHP.I have installed Netbeans and WampServer, now when i run a sample php code in netbeans, browser showing 404 error.i think everything installed correctly,may be its because of some connection problem with browser and netbeans,should i change something in project properties?.Could someone please help? | |
I have read(in an unsolved thread) that IE9 does not support framesets. i still use ie8 and it works just fine for me, but when i upgrade, ie9 acts like its infected and hangs i tried reinstalling with security essentials disabled, but no luck, could windows defender be interfering? i … | |
So I just discovered a crazy bug that has been keeping visitors of the Opera web browser from using DaniWeb. Apparently there's a problem with CodeIgniter's CSRF protection that makes it not work with Opera, and I'm unsure of why. It works perfectly fine with IE, Firefox, Chrome, etc. I … | |
Hello, I have a problem with an Ajax call on IE9. I have searched the internet and this forum for solutions for a few hours and can't find an answer. I have a coffee roastery site (developed with Codeigniter), where the users can order coffee bags online. The user selects … | |
Hello, I have a sprite dropdown menu that works fine everywhere besides IE9. In IE9 the menu just doesn't drop. I have search the net for 2 days trying to find a solution with no success. My html code: <div id="nav"> <div id="menu"> <ul> <?php if($title == "Home"): echo '<li … |
The End.