5,915 Topics

Member Avatar for
Member Avatar for TahoeSands

Normally, I post all the information and code snippets that I can muster when asking a question, but this time I will throw "caution to the wind" and just pose the scenario/question... Right now there is an application running and displayed on my screen, the Firefox Web Browser. I want …

Member Avatar for TahoeSands
0
139
Member Avatar for nik3kin

Hi, for some reason when ever I go onto google, yahoo or any search engine, the only results I get are that of phishing and scam sites. This started happening just after I had removed three virus' (one of those scan ware things that pretend to be anti-virus') that had …

Member Avatar for nik3kin
0
248
Member Avatar for donnybrookus

Running Vista on cox and Firefox. also have a wireless LAN with a IBM laptop running XP also on firefox. I get Server not found errors repeatedly on both computers. However, the frequency is random. The computer, either one, may error 10 or more times in a row, then not …

Member Avatar for techsheaven
0
107
Member Avatar for choover12

i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else. For the menustrip [CODE] Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, …

Member Avatar for choover12
0
564
Member Avatar for perroned

Hello DaniWeb, its Danny here :-) In my program I will open several web pages in IE or default browser. I already know how to do that. But I wuld REALLY like to be able to open a URL in an already open page. Like instead of always opening a …

Member Avatar for ToRtUgOxX
0
70
Member Avatar for Nyight

Alright so I want to force a new session but I'm not even sure how to use the code I was given to do just that. I have 2 web browser controls in one app that need 2 different sessions. Can this code do what I need it to? If …

0
76
Member Avatar for jcexited

I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This data will be stored in a SQL Server database in the server. Then, the users …

Member Avatar for tictac58
0
287
Member Avatar for bhagu

Hi, I need help with horizontal dropdown css menu. It works fine with IE8, FF and Chrome. My client is using IE 6. Here's link [URL="http://bluedataesl.com/ie.png"]http://bluedataesl.com/ie.png[/URL] I am using this css menu [URL="http://sperling.com/examples/menuh/"]http://sperling.com/examples/menuh/[/URL]. Menu at [URL="http://bluedataesl.com"]http://bluedataesl.com[/URL] I follow step by step instructions. but nothing seem to work for me. Below …

Member Avatar for MJ Pieterse
0
183
Member Avatar for satish2

hi everyone I want to develop a web browser.....can anyone suggest me how to develop it in java ...

Member Avatar for daudiam
0
82
Member Avatar for ntc321

i recently had some bad malware on my computer from a stupid ad i accidently clicked.(used adware to delete them and it says they are gone) it says it is connected to the internet and some how skype works but ie, msn,yahoo dont work. i run a diagnostic check and …

Member Avatar for crunchie
0
155
Member Avatar for TommyRay

I've been creating a Tabbed Browser application and am wondering about the garbage collection. I've zeroed out all of the variables, but I am wondering about the instances of the browser I am using when creating and deleting tabs. I am using the following code to call up an instance …

Member Avatar for codeorder
0
266
Member Avatar for thinkwell

Hi everyone! My first post on daniweb, although I've often been helped by reading. :) I have a CGI script that is driving me batty. CGI is in python. If I put any python code ABOVE the HTML printout of the script except for import statements & varable assignments, Firefox …

0
127
Member Avatar for nssltd

You know you'd think it be the easiest thing in the WORLD to change the cursor, after all its just an image but yet again i'm having problems.I am making a web browser project I have the standard cursor( . cur file ) and when the application is navigating i …

Member Avatar for nssltd
0
138
Member Avatar for teedoff

My questions pertain to CF templates and search engine rankings. I work for a small web based company with a static site that has been live for probably 4 or 5 years now. The owner coded all the pages alone, using somewhat outdated html standards as well as outdated SEO …

Member Avatar for teedoff
0
166
Member Avatar for nssltd

Hi i have been making a web browser program in c# but an annoying dialog pops up on some pages the user navigates. The dialog says Script error Syntax error line 54 char 16 0 does anybody know how to prevent this from popping up. Thanks in advance NSSLTD. p.s …

Member Avatar for nssltd
0
103
Member Avatar for Mapper99

I recently implemented a try catch routine to get past an error I could not fix. Unfortunately, the page loads completely in Chrome, Safari and IE, but halts in Firefox. Any idea why? Here is the URL to the page: [url]http://laudontech.com/tools/Edit4.HTML[/url]

Member Avatar for tscman
0
150
Member Avatar for cptspock

I am working on an ASP VBScript to upload some files to my web server. When I get a compliation error, I go to the .asp file and make a change. Save, then reload the page. I still get the same error. For example; I had this statement: Dim ProductFilePath …

0
64
Member Avatar for Tatt2112

My wife has a Toshiba laptop that's running windows 7. Recently a lot of error began happening. Foremost of those were little popups saying that certain files were corrupt and that there were viruses. After runnin my anti-virus in safe mode Avast found 4 or 5 malware and worm viruses …

Member Avatar for CassandraIETeam
0
228
Member Avatar for rajeesh_rsn

Hi, I am developing a login system in my web site I am using php and mysql. In this I want to add some creative user interface like... When user click on login link then a pop up ( not separate browser window , Just creating one with jquery ) …

0
53
Member Avatar for twoallen

Not able to connect to internet explore. However I'm able to connect and use Firefox. What could be the problem? Getting error "Internet Explorer cannot display the webpage. Trying to access "www.yahoo.com" Any suggestions are welcome. OS XP. TWOALLEN

Member Avatar for barney789
0
94
Member Avatar for shepherd

Hi, just got my Desktop back from the repairers due to a fault on hard drive. Everything seems ok now, but the only thing is in EXPLORER and INTERNET EXPLORER I'm missing the FILE, EDIT, VIEW, etc. toolbar. The Icons are there below but where the wording is supposed to …

Member Avatar for lydiahribar
0
222
Member Avatar for W1ND0W5

Sorry about asking all of these questions, but I am making an app and I have had a request for when the user types into the text box he can automatically hit Enter and it will navigate to the specified destination. However I have tried EVERYTHING and I cannot get …

Member Avatar for W1ND0W5
0
105
Member Avatar for SBA-CDeCinko

The following function works fine. [CODE] public int AddRecord(String MsgTo, String MsgFrom, String MsgCC, String MsgBC, DateTime DateSent) { SqlParameter[] sqlParams = new SqlParameter[] { new SqlParameter("@MsgTo", MsgTo), new SqlParameter("@MsgFrom", MsgFrom), new SqlParameter("@MsgCC", MsgCC), new SqlParameter("@MsgBC", MsgBC), new SqlParameter("@DateSent", DateSent), }; return logContactUsMessage.insertMessage(sqlParams); } [/CODE] However, when I try and …

Member Avatar for Momerath
0
176
Member Avatar for aleator

hey guys any buddy having experience in writting mini web server who may like to help me in making a mini server implementing only http 1.1 ,which is accesible from a browser supporting basic features of a typical web server

0
35
Member Avatar for b.bhagwan

Hi!!!!!!!!!!!! I have developed a java program using GUI for entering the record of employee. I have used the MS Access to store,retrieve the information. It is working properly in on the system. But i want to open it throw web browser & want to share in database when i …

Member Avatar for NormR1
0
123
Member Avatar for seven37us

Hi everyone - This is my first post, so please be gentle :) I am having a problem on a website I recently built in which the entire container is shifting just a few pixels to the right on some of the pages of the sites. Not all of the …

Member Avatar for george61
0
136
Member Avatar for falqueene

Hi there, I've started having issues with a certain website ([url]http://www.deviantart.com/[/url]), and was wondering if anyone could help me. A few days ago I started getting "Server Not Found" messages on random pages, and then throughout the day they spread to the rest of the site, so now I can't …

Member Avatar for soccrosse5
1
196
Member Avatar for ihatestarch

I'm working on a project and it uses JavaScript and CSS. I don't know a thing about JavaScript and I know a little CSS. Here's the problem: I have a page that has a list of links on the left side and when you mouse over them, the contents appear …

Member Avatar for ihatestarch
0
118
Member Avatar for Cosmonaut

Hi, I have been referred here by a good friend of mine. I hope you can help I have an annoying problem with my browser (Chrome, Firefox, Explorer) redirecting to random sites and more often than not to a blank page. but Yesterday I started having problems with my wireless …

Member Avatar for crunchie
0
452
Member Avatar for happygeek

Justin Bieber is, so my 10 year old daughter informs me, a pop sensation. Actually, her exact words when I asked just who the heck this Bieber bloke who keeps topping the Twitter trending chart is were: Oh My God, Justin Bieber, he's gorgeous. A little more journalistic investigation turned …

Member Avatar for Jblover
2
971
Member Avatar for grandpaboo

Every time I close Internet Explorer, I get an error message stating the the system had to close IE to protect my computer. This happens every time. What may be causing this?

Member Avatar for CassandraIETeam
0
112
Member Avatar for aripurwahyudi

dear all, for 2 day ago, i have re-read and re-write my code in first i have very very broken code execution in web in second : being supported by mr. twain (thanks for support), i re write the code and in previewer browser ( i use mozilla 3.6.8) its …

Member Avatar for aripurwahyudi
0
191
Member Avatar for george61

I'm working on a site and I want to give the users option to change the background image. Of course client-side. My default background-image is put in CSS file. [CODE]body { background-image: url(images/back.jpg); overflow: visible; width: 1260px; }[/CODE] I've tried to make some javascript trigering the change [CODE]var img = …

Member Avatar for Airshow
0
455
Member Avatar for monstercameron

this is how 3d in html should have been done! displaying 3d models is the easy part...then using javascript, python, actionscript or java the edit the scene the tag "3dobject" denotes a single 3d file solely for viewing the tag "3dworld" denotes a list of 3d files within a world …

Member Avatar for monstercameron
0
107
Member Avatar for slangjuice

My website is in iframes. I updated the home page of my site and now the tabs to get from page to page works in Firefox and not IE. please help

0
127
Member Avatar for CNIDog

I cannot get IE to cooperate with displaying an embedded Windows Media Player on a web page. The [icode]<embed>[/icode] tag works for other browsers, but I am having no luck with IE. I am running the code within a Joomla! module on the Gantry Zephyr template. The following code snippet …

0
166
Member Avatar for greenlantern15

I tried doing the steps regarded in the read me thread by PhilliePhan, but was unable to get to the pages. I get pages taking a long time to load or they won't load at all. I can connect to my games, and ventrilo. Firefox and Internet Explorer both won't …

Member Avatar for crunchie
0
252
Member Avatar for maz1955

I can access any site except att.yahoo.net or [url]www.att.net[/url]. I have Verizon DSL. AT&T claims it is my firewall/DSL provider blocking my access. I installed nothing new on my PC and all of a sudden I can't get to those two sites. I ran a trace route from my router …

Member Avatar for happyguy142
0
169
Member Avatar for musikluver4

Whenever I try to load a java applet from an html file, with the .class and .java files in the same directory, I load the html applet file and the only thing that gets displayed is NOT the applet, but the html code.....how do I enable java applets in my …

Member Avatar for DeadSoul
0
2K
Member Avatar for jlewis_cardsfan

Hiya, I saw a similar question on a c++ page, figured that maybe this would help out. I'm trying to write a program that automatically connects to a web site (Yahoo) inputs the screen name and password, logs on and then automatically goes to other spots under my Yahoo. It's …

Member Avatar for codeorder
0
1K
Member Avatar for yeagermeister84

I am having one heck of a time trying to login in to my hotmail account, facebook account, and my school e-mail account. I can login in to any other websites except for these three. I have ran Ad-Aware, Spybot S&D, RegCure and nothing is working, considering my school e-mail …

Member Avatar for lebalnc
0
515
Member Avatar for johndoe444

I was wondering how we can build a remote application where the user interface created using windows form will be running at the client side and the application logic will be running in server side. Sort of like web application but the user interface would be running in stand alone …

0
73
Member Avatar for Niklas

Basically I got it and it's hijacked chrome to not let me visit any webpages and it'll give me an "Internet Explorer Warning - visiting this web site may harm your computer!" in my chrome browser which is laughable cause I'm not using IE. At the same time I can …

Member Avatar for PhilliePhan
0
260
Member Avatar for Loadstone

(This is a repeat post from C# section since I just found this section and thought it might apply.) Hi guys, First I want to apologize for such a lengthy post. I'm attempting to give as much information as I can, and I'm sure I'm leaving something important out anyway. …

Member Avatar for Loadstone
0
326
Member Avatar for Loadstone

/edit: I found the Windows Servers forum section and posted there as well, but if you have any input I'd appreciate any help I can get. I'll be checking both threads for replies. Hi guys, First I want to apologize for such a lengthy post. I'm attempting to give as …

Member Avatar for Loadstone
0
251
Member Avatar for cguan_77
Member Avatar for Bliksempie

Hi everyone, I have an issue with IE7 not responding as it should after a log-in to a website I built for a client. This same problem also affects the add to basket or add to wish-list functionality, the checkout process, and all other Ajax requests. Here is a breakdown …

Member Avatar for MooGeek
0
178
Member Avatar for EricMack

[ATTACH=left]16673[/ATTACH]We got the news in our Firefox browsers this week that a beta release of the next version of Microsoft's stodgy Internet Explorer is due out September 15th. In Redmond's classic trying-too-hard style, the launch will come at an invitation-only event in San Francisco, according to [URL="http://www.pcmag.com/article2/0,2817,2367787,00.asp"]PC Magazine[/URL]. The invitation …

Member Avatar for cisamitesh
0
569
Member Avatar for nuorder

Hey all, I have read through quite a few of the threads on this forum and I cannot quite figure out what to do. I have window's XP and I have 2 user accounts for my xp setup...I have my user account and my wifes. Anyway, a few weeks ago …

Member Avatar for edomwaka1
0
241
Member Avatar for John A

[U][B]Installing Mac OS X Tiger[/B][/U] [U]Before installing[/U] I've installed Mac OS X many times on the same computer (don't ask me why, I do many stupid things :)). Anyway, here are some things you should know before installing: 1. Make sure you have a legal, licensed Apple Machine (a.k.a. Mac). …

Member Avatar for dasfadsfa
0
2K

The End.