5,915 Topics

Member Avatar for
Member Avatar for Cyber 14

Hi all, I was thinking of customizing my IE internet security settings on my new PC and I have a few questions. Is disabling Meta Refresh a good idea? I know it has something to do with updating pages or redirecting a user to a new URL from an old …

Member Avatar for idcj
0
106
Member Avatar for CobRalf

Hello everybody! a few days ago, i read this post in the [URL="http://www.daniweb.com/forums/thread257510.html"]Advanced and Intermediate Projects[/URL]-Thread: [QUOTE]Create an operating system prototype/emulator in Python. You might research into various operating systems to get an idea for what to implement. Things you can implement: A login. A shell system. A explorer system …

Member Avatar for CobRalf
0
769
Member Avatar for furqan219

Its working PERFECTLY In IE6 But in Chrome Back Button is not Working. Code for Back button [CODE]<td><a href="lims_New_North.php"><img name="lims_pages_r5_c2" src="images/lims_pages_r5_c2.jpg" width="74" height="23" border="0" id="lims_pages_r5_c2" alt="" /></a></td>[/CODE] There is no Issue with Pagination above Back link not work in Google chrome but work in IE6 code Pagination [CODE=php]<?php /* Place …

0
121
Member Avatar for anuragcoder

How do i call another c++ code or an *.exe application in another cpp code. I actually wanted to create an AppSuite which contains an editor, a web browser, an address book etc. How to include all apps in one menu?? Any help will be appreciated, Anurag

Member Avatar for iamthwee
0
85
Member Avatar for costamassiv

Hi, I get the above error all the time now since a few days ago. I suspect that it was introduced by some automatic update from MS, but I don't know which one, or I would uninstall it! It seems to be getting more frequent also. It occurs on websites …

Member Avatar for mampinfotech
0
109
Member Avatar for james4626

every time i try t close an IE tab error windows pop up saying the page is being restored and it wont close after being restored i eventually have to log off just to close the windows very frustating any advice?

Member Avatar for techsheaven
0
68
Member Avatar for ishq

Hi Well when i open my site in Internet Explore 6 then WordPress Widget(FeedBurner Box)goes down n when i open it in another browser then it ok [B]This Pic from Chrome :[/B] [img]http://www.roboimages.com/image/ri55421/chrome1.JPG[/img] N [B]This From IE 6[/B] [img]http://www.roboimages.com/image/ri55420/ie6.JPG[/img] this is my site [B]technme.com[/B] so any help waiting reply Help …

Member Avatar for saiprem
0
80
Member Avatar for deineMutti

Hi, I am currently developing a Chrome extension to upload photos to TwitPic, but am receiving an error in the response: <?xml version="1.0" encoding="UTF-8"?> <rsp stat="fail"> <err code="2" msg="Image type not supported. GIF, JPG, & PNG only" /> </rsp> My request looks like this: [CODE]--345823569845694578678 Content-disposition: form-data; filename="image.png"; name="media" Content-Type: …

0
150
Member Avatar for rha2005

About a month ago Yahoo Mail included a Toolbar just above the text area. Since that time I have not been able to SEND or REPLY to any mai from this computer. I notified Yahoo about this and they suggested that FireFox 0.8 was incompatible with the Color/Graphics mode and …

Member Avatar for marck_don
0
168
Member Avatar for FoxTint

Hi there, I don't particularly like the default virus scanner which is with Mozilla. What I want to know is, how can I get ESET Nod32 Anti Virus to go as the default one? I tried browsing for it, but couldn't really find much .exe files is program files where …

Member Avatar for Laser
0
112
Member Avatar for sampson

This is a friends son computer. I have already uninstalled limewire as requested. HP dv8000. Originally was getting 2010 antivirus popups. Has no AV and I was going to put microsoft security essentials in it if this was thought to be a good idea. Computer is REAL REAL slow. Thanks …

Member Avatar for crunchie
2
235
Member Avatar for smandeh

A user is sending me a data value in a web browser -see below for example. I would like to get this value and use it downstream. I try using [COLOR="Red"]string val = Request.QueryString[X_ACCOUNTID][/COLOR] but it did not work. Any idea on how I can retrieve the value in my …

Member Avatar for smandeh
0
108
Member Avatar for danielkull

Hi, I want my cookie was changing like that: 1,2,3,4,1,2,3,4,1,.... after each time I refresh the page. but it is changing somehow randomly. [CODE=php]if (!isset($_COOKIE["bbb"]) && empty($_COOKIE["bbb"])) setcookie("bbb", "1", time()+3600); else { switch ($_COOKIE['bbb']) { case 1: setcookie("bbb", "2", time()+3600); break; case 2: setcookie("bbb", "3", time()+3600); break; case 3: setcookie("bbb", …

Member Avatar for danielkull
0
105
Member Avatar for Neutrino_

Hi. I'm trying to create the following trivially simple page layout. A page header, full width, variable height depending on contents. A content area. Full width, takes up the remaining vertical space in the browser window, scrolls vertically if content exceeds its size. I don't care whether the solution uses …

Member Avatar for macneato
0
85
Member Avatar for DaniWeb4Jim

The Firefox browser flashes randomly and turns the web page black until you double click the program icon repeatedly. Then the web page comes back. It can happen a few times in a 15 minute period. When this happens I can not see any website because it turns black. I …

Member Avatar for caperjack
0
513
Member Avatar for kkevinchou

I'm thinking its a malware problem, could someone help guide me through the fixing process? Thanks! Here's the Hijackthis log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:07:47 AM, on 5/3/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for crunchie
0
294
Member Avatar for khan17

i ve gone through a link while dong google search to handle the dialog boxes prompts in web browser control..this is the link. [url]http://www.codeproject.com/KB/dialog/WindowInterceptor.aspx?display=Print[/url] and i ve tried like this, [CODE] namespace intercept { [DllImport("User32.dll")] public class WindowInterceptor { IntPtr hook_id = IntPtr.Zero; Win32.Functions.HookProc cbf; /// <summary> /// Delegate to …

Member Avatar for kvprajapati
0
189
Member Avatar for jeeter19

Hi all, I have a question about moving through the elements in a web browser via C#. I currently am trying to get a checkbox to become unchecked using the HtmlElementsCollection... I have so far been able to implement putting text into a message box that is on a webpage, …

Member Avatar for kvprajapati
0
746
Member Avatar for restrictment

Hello everyone, I am trying to make a simple web browser for my own benefit (not a school project). I have been looking through multiple videos on how to do so, and could only find 'simple' web browsers on almost every video for visual c++. Anyway, the videos work, but …

Member Avatar for jonsca
0
214
Member Avatar for GuyClapperton

Microsoft Internet Explorer is losing market share, says a new study from research organisation NetApplications. It's shrunk to 60% of the world market for browsers. This has a number of implications. First the financial. Browsers make money by selling links - you know that little box at the top right …

0
129
Member Avatar for magicg

Hi I want c language code to open my web browser (IE or Firefox) and close it after 2 min. can any one help me?? please i need it.

Member Avatar for Software guy
0
146
Member Avatar for actfray

This has been happening more and more often. Once I get to my Yahoo email inbox, I'll click on an email heading to read the message. The page will then search for several minutes while the word "Loading..." appears at the top. (This is not Windows XP's 'loading' message; it's …

0
109
Member Avatar for Flippers321

I have been working with c# for about a year and with Visual Studio for a couple months. I was debugging a web browser that I made and I found out that when I go to a web site other than google, the url on the search bar remains the …

Member Avatar for Flippers321
0
124
Member Avatar for k2k

i have been using WAMP so never did a real php install... now i am trying to install php on a windows2003 machine... downloaded php5.3 msi file and finished the installation, added the path to the environmental variable. i can run php file in cmd now. however, i used notepad …

Member Avatar for k2k
0
108
Member Avatar for dbphydb

Hi, i am basically from QA. So what we do each morning is open a web browser with the address [url]http://11.12.13.27:8080/cruisecontrol[/url]. Then we click on the build with last nights date. Then we click on a folder say client. Then in that folder we click on an exe file say …

Member Avatar for Udai02
0
5K
Member Avatar for tbrambor

I am trying to get some data off a Brazilian government website. The data is accessible through a form with some javascript. I am able to get the form and fill it out, but have trouble submitting it (a button needs to be clicked). I am using the library mechanize …

Member Avatar for tbrambor
0
4K
Member Avatar for Hypalink

I have a problem with my remember me php function. For some reason it works perfectly in Firefox but not in IE8. I suspect it's something to do with the checkbox? IE seems to automatically remember the user even if the checkbox remains unchecked! So a cookie is set when …

Member Avatar for genevish
0
189
Member Avatar for softspace
Member Avatar for EricBishopJr

It so happens, when I choose to view a site the pictures are not able to be viewed. When I try to search on yahoo, it says "the browser has sent a request that the server cannot understand." I have tried and tried, but nothing works. Is it my browser, …

Member Avatar for mackone
0
154
Member Avatar for Froger93

Hello all, I am having some real issues with internet explorer. I have created a jQuery image rotator (flick along a selection of images). Everything works on everything but internet explorer. So much so that Internet Explorer doesn't even display the first image even before the transition. Instead I just …

Member Avatar for kflorida78
0
402
Member Avatar for EddieC

Developers Brad Lassey, Alex Pakhotin, Vladimir Vukićević and Michael Wu this week unveiled what they're calling a pre-alpha version of the Fennec browser, better known as Firefox for Google's Android mobile operating system. You can [url=http://bit.ly/fennec-android]download the code[/url], which as of last week had been tested only on Motorola Droid …

0
676
Member Avatar for greekdrummer

I am grateful first to be asking for help. You guys have helped in the past, and I'm most appreciative. Earlier this week, Probably Wednesday, I got something nasty one of my two computers, I don't know which, but What ever it was, it gave away my World of Warcraft …

Member Avatar for jholland1964
0
236
Member Avatar for spudly1987

to whom ever can help me and point me in the right direction, i have downloaded both firefox, and google chrome to my computer, i have windows xp operating system. and for awhile now for both browser i will get either server time out, or page is unavailable i have …

0
50
Member Avatar for LloydFarrell

HI all, I am teaching myself web design and I am only just getting round to the whole FF / IE css issues. I have a menu system that works great in IE / but not FF and I was hoping someone could point me in the right direction as …

Member Avatar for drjohn
0
222
Member Avatar for tonygarcia

My client is running SBS 2003. When it was setup, their IT guy ran CEICW and RWW and OWA worked fine. A few days later (after their old IT guy left) they called me and said they couldn't connect thru RWW or OWA. I tried and got the Welcome screen …

Member Avatar for tonygarcia
0
244
Member Avatar for izagaren123

ok i am currently having a problem with my shopping basket. it works fine when you go to a product and select to add it to the basket, it shows on there and you can go back to shop by clicking on the products link and add as many items …

0
72
Member Avatar for elmusishian

This is a weird one. We have about 100 workstations on our network and all of our reports (written in PHP) are being displayed correctly in all of them...except for one workstation. The functionality is good, but there are no brackground images and no background colors for SOME reports. I …

0
23
Member Avatar for dbphydb

Hi, I am basically from QA. What we testers do each day is 1. Open a web browser. Type in [url]http://hostname:8080/cruisecontrol[/url] (since we are in a particular network, only we can access this) 2. Check if the latest nightly build has been successful. If it is successful, deploy it on …

Member Avatar for TrustyTony
0
84
Member Avatar for jemmsiep

Hi guys, Apologies for posting another one of these - I have tried to do it myself, but no luck. My site has an unwanted space at the top of each page. I'm new to web design (and a rank amateur as you can see). I've read some other threads …

Member Avatar for jemmsiep
0
131
Member Avatar for walaa_23

Hi all, I create a MFC DLL "Static" and with wizard I add a dialog and "Microsoft web browser" ActiveX in this dialog, also I create a class for this Dialog. All I want here to call this Dll from a Win32 app "normal c++" and load this Dialog into …

Member Avatar for Ancient Dragon
0
845
Member Avatar for noideas

no idea where to begin. i have an excel spreadsheet that i want to use a web browser to display its contents and i want to be able to filter those results. it's a list of all the movies i own. i have the database plus two external files, whose …

Member Avatar for asaukani
0
71
Member Avatar for Mikeyprs

Hi Guys, Been having problems with my IE brower redirecting or random browers opening up with different sites over the last few days its driving me up the wall!! It took me several attempts on google clicking on the link that brought me to this forum where i have read …

Member Avatar for Mikeyprs
0
227
Member Avatar for SpaceCake1987

I am displaying a web page using the .NET WebBrowser control. I am then using the IHTMLDocument2 to capture the text that the user has highlighted as shown below: [code] IHTMLDocument2 htmlDocument = webBrowser.Document.DomDocument as IHTMLDocument2; IHTMLSelectionObject currentSelection = htmlDocument.selection; if (currentSelection != null) { IHTMLTxtRange range = currentSelection.createRange() as …

0
27
Member Avatar for miraclebos

Hello ! I'm working on a project which allows user to design forms/questionnaires using asp.net website, and once done. The questions should be generated on a .net mobile web page to be filled up using mobile phone browser. The question is - when designing the form is done, should I …

Member Avatar for miraclebos
0
132
Member Avatar for PalmerEldritch

I've been trying to fix a computer for a very stubborn client. IE is not loading any pages unless it is in Safe Mode. I am not at work now and won't be for a couple of days but I thought maybe you could point me in the right direction. …

Member Avatar for pcs365_4
0
390
Member Avatar for cybergrace7

Hello, I've made a website and have images in a sidebar. Everything's good in IE. In Firefox it is transparent. The sidebar consists of PNG images with transparent backgrounds and rounded edges. I've used code for style: #sidebar { margin:0; padding:0; background-color:transparent; } Any suggestions appreciated! (URL is: http://www.humanrightsfirst.org/index-bkup-4-21-10.aspx)

Member Avatar for cybergrace77
0
112
Member Avatar for KingVampire

Hello, I am making a web page and I want to make it 100% fluid, which means that I want to resize the images when the browser window is resized. I just need to know how to get the Panel width in px with c#. I am using master page …

Member Avatar for Freon22
0
89
Member Avatar for bondzerg

HTML files use tags enclosed in angle brackets to denote formatting instructions. For example, <B> indicates bold and <I> indicates italic. If a web browser is displaying an HTML document that contain < or >, it may mistake these symbols for tags. This is a common problem with C++ files, …

Member Avatar for bondzerg
0
385
Member Avatar for WebspoonUK

At the top of my classic asp page, I have a the following code to select the relevant stylesheet depending on which browser is being used: - [CODE]<!--[if IE 6]><link rel="stylesheet" type="text/css" href="../styles/main-ie6.css" /><![endif]--> <!--[if gt IE 6]><link href="../styles/main.css" rel="stylesheet" type="text/css" /> <!--[else]><link href="../styles/main.css" type="text/css" rel="stylesheet" /><![endif]-->[/CODE] The problem is …

Member Avatar for WebspoonUK
0
158
Member Avatar for khess

It might sound strange to you that something called [URL="http://www.googlesharing.net/"]Google Sharing[/URL] could actually protect your privacy rather than compromise it. But that's exactly what Google Sharing does; protect your privacy. By acting as a proxy service when you communicate with [URL="http://www.google.com"]Google[/URL], you essentially block information from being delivered to Google. …

0
137

The End.