5,915 Topics
![]() | |
Hi! I am using a vpn connection to connect to my work network, which I use for remote desktop, which is working fine. I now want to be able to access the same stuff at home that I can access at work. I can for instance write "wiki" in the … | |
Sir, i m developing a new web browser as my project in java.I have done the initial coding but when i run google homepage on my simple web browser,it shows me some html code online.how to get rid of this code?.i have also attach the view of this problem,plz look … | |
So what's wrong? Well a new tab tab keeps randomly opening up in the browser that I'm using. If I have no browser open then it just defaults to IE. At first the spacebar key opened a new tab. Then it would open a new tab by itself nonstop. Now … | |
I'M working my way through a python book and I've just come to a section on python web programming. Here's what it's had me to do. Create a folder called "public_html" in my home directory "developer", note that this is in linux system. Inside that folder create a file called … | |
hey frnds can any one tell me how to make a browser that is voice enable browser mean that browser will accpets the voive commands of the user..if anyone know then send me the source code in C# plz | |
I've done my own research on the subject, but I want to see what others think. I have a web application (intranet) that is currently written in ASP.NET 2.0. We're needing to update the UI so that we have more freedoms with it. (We are currently in the 10th circle … | |
Hi, I am stuck with few problems related to JSP - Java applet file write and database connectivity issues. 1) Calling the applet class from JSP works in the web browser. But the file write code written in applet does not work when called from JSP ( It works if … | |
I am making a page which pulls from the user's browser their preferred language, via the Request.UserLanguages....which returns a two letter code (ex. "en") or detailed code (ex. "en-GB"). I basically get the string of user languages (they are in order of preference) and store them in a string array. … | |
the software installed in my pc is windows xp.yesterday i downloaded google chrome and set it as my default browser .till then my default browser was internet explorer 6,from then onwards my system is taking longer than usual to start.. can anybody please help me in this matter ... I'm … | |
Hi, I am having trouble opening popular websites such as hotmail, ebay or facebook. I can open most other sites without issue. They time out and internet explorer says it can not display the web page. I am operating Windows 7. I googled the problem and it looks like its … | |
hello.. i am making this website for my client...and now i am having trouble when he said that the website layout appear to be messy a little bit in his computer. He is using mac book to view it while i am using just the normal windows pc. The problem … | |
this is code which opens new window link in same programe [CODE] Private Sub WebBrowser1_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow ' This will be triggered only when link tries to open in new window. ' That means active element in web document will always be a … | |
Hi I use IE7 on win XP sp3 From today I get this annoying msg (pic is attached) everytime I open a new tab, (It is not possible to be saved, since it finds nothing) How is it possible to get rid of that? Thanks | |
Hi, I have PHP script which is calculating some Google Maps API functions in Javascript and then sending output back to PHP. My biggest problem is, that i need it to run at intervals, but AFAIK cron can't handle javascript I've tried a little workaround - setting cron which sends … | |
Hello people :) I need some help. How can I get Webbrowser1 to navigate to each page and wait for the one page to completely load, then move to the next page...? Thank you for answers in advance! ;) Example. [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) … | |
Clicking on the MAIL icon in the brower, I cant get mail, yet by clicking on the mail icon at the system tray BOTTOM of screen I can..How do I fix the icon in the toolbar? | |
I had a problem a few days ago. My internet explorer runs on its own once in a while to many different sites and uses a lot of memory. I am running on Vista home 64bit. Apologies if I have not provided enough details. Thank you in advance. | |
Hello! I have some questions about mac adress: 1) Does ISP wants (use or knows) our router's mac adress? 2) I open my router's admin panel from web browser. It allows me (has an option) to change WAN mac adress but it does not allow (does not have an option) … | |
my calculator work perfect in IE but not in mozilla? what i need to do.. i think its all about to my function i need help to onClick event. pls. here's code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../css/calculatorCss.css" rel="stylesheet" type="text/css" /> <title>tile calculator</title> <script type="text/javascript"> <!--variable … | |
Hello and thank you for the welcome to DaniWeb. I hope that someone can find the time to help me with my xp problems. The problem is that one of my svchost.exe processes gradually demands more and more ram and cpu which eventually locks up my machine. I can safely … | |
Hi friends.... I want to execute my first servlet but i am not able. I am going to explain what steps I did. 1-First I copy "Servlet-api.jar" from lib folder in tomcat and paste it in ext folder of java. 2- Create HelloWorld.java in somewhere in my hard drive [CODE]import … | |
Hello Everyone, Below is the html page I created where there is a div container. In the div container, there are 4 divs with textboxes. The div container with is 100%. But when I resize the browser, the 4 divs overlapses. What would I like to do is to have … | |
Here's the history of this problem. I'm at my wit's end, but before I do a complete Win 7 re-install, I wanted to see if anyone had any ideas. On Friday 6/17 I allowed Windows Update to install 36 [or thereabouts] language packs. I don't need 'em, but I wanted … | |
We all know what Web 1.0 was about. Essentially that's when the web was born and we were able to retrieve information from various sites. Web 2.0 changed the whole dynamic of how we use the internet as end users allowing us to store data, software applications within the browser, … | |
I let Windows update to IE 9. But at the top I no longer have the bar that shows FILE EDIT TOOLS FAVORITES and others. How do I get that back. I have Windows 7. Also at the top some of the desktop shows through. | |
I'm trying to create a simple members only section. With the following code, I'm able to log in and get redirected to a page (that simply says: "hello") if the login is correct. If I then copy the URL from the page to which I was redirected, open up IE, … | |
Anyone notice that Chrome consumes all of your memory and then your virtual memory when you have one to many tabs open ? I don't know if this is the case with Chrome 12 but with Chrome 10 it happened quite frequently, has this been fixed ? I'd like to … | |
Hi Everyone, I am using the java applet to take screenshot of the web browser using the java's robot class. Robot objRobot = new Robot (); BufferedImage objBufferedImage = objRobot.createScreenCapture(objRectArea); The thing work good in windows system taking screenshot but in case of mac osx i get the blank image.When … | |
Hi, My website looks fine on Firefox and IE with fixed width on different screen resolutions. On Chrome instead of having a fixed width, my site covers the entire screen, even in case of high resolution, and the site seems broken because of it. How can I fixed this annoying … | |
Hello to everyone and wish for a Happy New Year. I have an html code from which I want to execute various php files (with various parameters). Say the html file is called htmlcode.html. Say one php file is called phpfile1.php and a second php file called phpfile2.php Everything works … | |
Morning Guys,I have an issue with timer a wrote a code which i will write below and whenever it is running it loads like refreshes the browser each time and it shows the loading symbol as it displays each new seconds i mean from second 1 to 2 to 3 … | |
I have a form called Form1. wherein Form1 has a split panel container. on the right side of Form1 is a web browser window. the right side are the buttons. one button there is calling another form. but there's a problem on this Form called Form2. I have google earth … | |
Hi guys, Im starting a new project this week for my computing course and to be honest - i didnt like my last one as it had many forms which i thought was quite tacky. So i had a thought, how can i use for example, 1 or 2 forms … | |
![]() | Hi all, I searched this topic and found a couple of posts but I couldn't find what I am looking for. Here's the problem - I am trying to send an image to a client (browser in this case) over a socket. After the image is received I am trying … ![]() |
Hello, This website - [url]http://www.romical.com[/url] - looks ok in all browser expect IE7. for some reason the flash header is not centered and the menu gets distorted so the most left menu entry is not seen.. I have tried tweaking with margins/padding but could not help it... would be very … | |
Hi All, I did a search on DaniWeb but didn't manage to find a solution to this problem. We've got some pretty simple javascript that calls a random html file into a div on a very simple page. The called file contains a vimeo embed in an iframe. This script … | |
When I installed Chrome, it asked if I wanted to import my bookmarks from other browsers. Despite saying I wanted the Firefox ones, the new item in the menu says 'Imported from IE'. Which means if I want to access one of those I've got to go: Other Bookmarks / … | |
In my project, I have a page which having, Ajax PopupExtender,UpdatePanel,<AJX:TabContainer> . When I set control values(textboxes,labels) on that page, I am not able to refresh the page even through web browser(retype url). All values persist on the controls. Anybody can talk about problem and solution? Thanks in advance. | |
Hello! I have Windows XP Home Edition SP2, Version 2002, which I run on eMachines version T2875. I began to run into a problem a day and a half ago, which hadn't seemed quite so drastic at the time. My default web browser is Firefox (version 3.6.17) and every time … | |
Been asked to do some learning on how google works, to start I have been asked to research how google standard works in a client/server interaction? I have got as follows [B]The client is the web browser in this case, the user types in their search criteria and hit enter … | |
India released a Rs.1,500 ($30) laptop / Tablet PC for students and teachers in colleges and Universities. The device is currently not available for sale in the market as government has decided to launch it for students in 2011. The price of this device (so called laptop) may even go … | |
Turn off JavaScript, CSS, and cookies in your web browser and view your website. This is how the search engines most likely see your website. If you can successfully view your content and navigate your website your site is mostly search engine friendly. The only other thing to check is … | |
OK at first glance eveything is in english, File Edit View etc (along the top) but when i right click or a dialogue box appears, or somethin is loading, the loader bar is german and so are the dialogue boxes etc I dont know how it got this way or … | |
Hello this is my first time posting in something like this so I hope I'm doing it right. I have tried everything to fix my computer. I did have a virus and thought I got rid of it. Now malwarebytes or super antispyware doesnt detect one. Although my taskbar is … | |
hi all I am using a third party gateway. The third party gateway does not support query-string , so i will need to post the form to pass the values to the given URL and another thing is that they don't expose the web-services so we need to use their … | |
General Codes [INDENT]this code which go back [CODE]WebBrowser1.GoBack() 'Go back[/CODE] this code which go forward [CODE]WebBrowser1.GoForward() 'Go Forward[/CODE] this code which stops web browser [CODE]WebBrowser1.Stop() 'stop loading current page[/CODE] this code which refresh current web browser [CODE]WebBrowser1.Refresh() 'refresh current web browser[/CODE] this code which go to home page for current … | |
This code will show find dialog in web browser here is the code [CODE] Dim data As DataObject = Clipboard.GetDataObject 'get current clipboard Me.WebBrowser1.Document.ExecCommand("Copy", False, Nothing) WebBrowser1.Select() SendKeys.SendWait("^f") Clipboard.SetDataObject(data) 'load previous clipboard back [/CODE] | |
Hi there, I was wondering if anyone could look at my site if running IE9 and see if they are experiencing the same problem I am... The top header tabs are missing. They show up in IE8 and other browsers. They are a main feature on this page and am … | |
Hey everyone, I'm working on a web application that's supposed to be compatible with all browsers, yet IE, as usual, is giving me one hell of a headache. I'm posting the code below, it's very straightforward... 3 divs containing ordered lists are made hidden/unhidden via a select menu. The problem … | |
How do i get past this limitation in ie8. Microsoft confirms the limitation in the following sites: [url]http://msdn.microsoft.com/en-us/library/ms533583%28v=vs.85%29.aspx[/url] [url]http://msdn.microsoft.com/en-us/library/ms533581%28v=vs.85%29.aspx[/url] I saw this forum post, but i still could not solve the issue: [url]http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/a11758ab-66fe-4bea-adcc-9c50fe2d443b/[/url] Can somebody edit this sample html to get a table larger than 1000 columns work in ie8 … |
The End.