5,915 Topics
![]() | |
Hi guys. Does anyone know the counterpart of Javascript's .pasteHTML method in Firefox and other browsers? It works fine only in IE. I'm using an FCK Editor as my WYSIWYG control. Here is my code snippet: [CODE]var oFCKeditor = FCKeditorAPI.GetInstance(objname); var selection = (oFCKeditor.EditorWindow.getSelection ? oFCKeditor.EditorWindow.getSelection() : oFCKeditor.EditorDocument.selection); var sRange; … | |
If you want to customize the look of your Google Chrome browser, many people have already released hacked theme DLL's to use. [b][url=http://www.googlechromeboard.com/viewforum.php?f=9]Download Google Chrome Themes[/url][/b] To install, follow these instructions on [b][url=http://www.googlechromeboard.com/viewtopic.php?f=9&t=16]how to use a custom Google Chrome theme[/url][/b]. | |
OK so i will try again to explain the full url or request is [CODE]http://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part is diffrent each time i need to be able to set this field with a text box entry [CODE]webBrowser1.Navigate(http://www.yonewmail.com,+ textbox1.text"_self", null, "Mozilla/5.0 (");[/CODE] can someone help me please | |
I want to set yahoo mail to launch when I click on an e-mail link. I know, the easy way is to install the yahoo toolbar, however I don't want toolbars running in the background and hogging up real estate on my internet explorer page. There must be some kind … | |
Hello, I am trying to navigate through all the pages(links) in the following HTML code : <div class="ajax_paginator"> <ul> <li class="prev"><a href="#">«</a></li> <li class="p1 current"><a href="#">1</a></li> <li class="p2"><a href="#">2</a></li> <li class="p3"><a href="#">3</a></li> <li class="p4"><a href="#">4</a></li> <li><span>…</span></li> <li class="p944"><a href="#">944</a></li> <li class="next"><a href="#">»</a></li> </ul> </div> I am using Webbrowser control(C#) to … | |
Hello Everyone, I hope this is the right place i'm posting this, basically I need some help with Visual Basic 2008. We've been set a task to build a really basic web browser with one advanced function. I've done the web browser with the basic functionality, but this advanced feature … | |
![]() | Alright, I have a Webbrowser which has a page opened. I want it to select a specific Option from the Combobox. How can I do that in VB ? HTML Code: [CODE]<select name="Protected"> <option value="NC"></option> <option value="ON">ON (protected)</option> <option value="OFF">OFF (unprotected)</option> </select>[/CODE] VB Code: [CODE]For Each element As HtmlElement In … |
Hi, I made a website --> [URL="http://www.pgum-sill.pl/nowa_strona/index.html"]http://www.pgum-sill.pl/nowa_strona/index.html[/URL] In Chrome it looks as it should. But in Firefox and IE it crashes. What should I change to make the website to look ok in every browser? What I shouldn't use to avoid this kind of situation? | |
I have tried many browsers and find the best by far is Mozilla Firefox. It has more features, good add-ons, and plug-ins. I don't like chrome because of how pages are loaded, some don't work, and it very often just shows a blank screen for me. | |
hi there masters of c# code i bow to your hard work and knowledge i am a beginner and i would be very gratefull for full explainations and not just code snippets my target is to create a web browser app in c# which load a difffrent website on each … | |
Hey I am developing a responsive web site and one of the requirements is to have elements that are only 'clickable' on mobile devices, especially iPhones and iPads (not on PC browsers). Say for example, displaying phone numbers which can only be clicked on an iPad or iPhone ... not … | |
My internet explorer on my HP Pavilion G series keeps restarting everytime I'm watching a video. First it says IE is not responding and it is searching for a solution then it restarts itself. I have no idea why ive ran a virus scan on my computer and nothing. but … | |
heres one for all you geeks out there. I have a network connection in my pc running XP SP3 that doesnt seem to be revieving packets. when i do a dhcp configuration it comes up with the ip address 169.254.160.69. and the message on the network icon on the task … | |
Could anyone help me, we're currently working on a webbrowser for thesis. We want to have the google chrome seetings in vb2010. | |
| |
I have 2 links ('black' & 'white'). I wish for the user to click on one of these links in order to addClass and removeClass to the body and for that change of body class to persist throughout as the user browses other pages of the website (or indeed on … | |
| |
Hi, I was asked to help with an old website. And the css there is not optimized yet everything seemed to be working. Except for when I view it in internet explorer. I am using wordpress but the part with the problem is custom coded HTML in the footer. I … | |
Hello guys i'm getting a massive memory leak which over period of 1min its increase alot and always increases. How to i prevent the memory stacking? I looked all around the internet as im not just posting coz im lazy, i cant find a solution for my code. [CODE] Private … | |
Hi All, I am trying to develop a web application in which I have provided a facility for login and logout. The problem I am facing is that I can allow user to log in succesfully, but when user clicks on the logout link and comes to login page and … | |
Hello Before I start I'd like to show you this [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/165724"]thread[/URL], which is basically the same problem as I had/have. What happens is the fans starts getting louder and louder, which means they're running faster... eventually my computer just starts slowing down and become unusable. I haven't gotten to that … | |
I have a simple script (below) that on click (to the element with an id of #addClass) adds a class (.switcher) to the body tag. The script uses jquery. I would like to know if it's possible to modify this script so that when the user moves on to the … | |
Hi Guys; Did attempt a search, but didnt find anything about the malware bytes app freezing up, did see some comments on "your computer at risk" firewall issue, but was unable to resolve it. After running Malware bytes several times and detecting one infected object, the Malware Bytes appplication "freezes" … | |
I have a Windows aplication where i want to click a link in a website automatically after an automatic login.Now i am done with automatic log in.but unable to click the link which is enclosed inside <a> tag eg: <a>to be clicked link</a> any help will be appriciated | |
I am using WebBrowser Control... When form is loading i set webbrowser to navigate a website. Now this website running too much popup ads.. So each time webbrowser navigate a new popup window open out of my application.. Is their any way to stop that.. Thanks in advance........... | |
Couple of friends and me came to an idea of making our own distribution.Our idea is to make Linux distribution suitable for not so geeky people(eg.older people like your mom or dad,or young people like children in elementray scholl).Thats how we started making Ubuntu Home Edition.Linux distribution based on Ubuntu … | |
Hi, I have a pretty quick question regarding PHP code if script is hidden from client's browser and php code are rendered back as HTML to the user is there a way ever that someone can view your code using say a browser plugin? or getting your source file and … ![]() | |
I'm new to .NET and having a difficult time deciphering when to use namespaces and where to place "using" clauses. For this one project, I'm trying to develop a .NET page within a web application that has 99% of the pages written in Classic ASP. I started by creating a … | |
Hello all this is my c++ web server that i can get working on my computer but not connecting to others for some reason. I am not on a router, just using my external ip address. If i run the server and type my external ip address into my browser … | |
The title says it all; I want to make a simple, not all-over-the-place HTML code. I'm asking for help since I'm still in middle school. I understand a lot of code, but if you give me a from college class explanation, it's not going to help until I get to … | |
What do you use to check your Google +1 status? I would like a Firefox addon... anyone!? List of tools that I currently use: (Anything similiar to that would be great) <snip> | |
I'm trying to run a simple servlet that counts the number of times a user visits the page using cookies but I'm getting the following error. I thought that NullPointerException was because there were no cookies at all in the browser. But after checking I found a couple of cookies … | |
Hi there, I've recently received notification about a virus in my laptop; ran the "highjackthis" report and would like to check if someone can assist me with the analysis of the report to make sure everything is ok: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 20:10:52, on 09/02/2012 … | |
[B]Whenever I am on YT, I can only seem to watch a few videos before the site stops allowing me to connect to any others. I will click on a few vids without any problems, and then I'll click on another one, but the page never opens (The videos play … | |
I have a javascript popup window which relies on php for it's dynamic content. It is a full-screen window without menu bars etc. It works in Chrome, Firefox and Explorer, but dynamic content is absent in Opera, Netscape and Safari. Where do I start in trying to fix this. I … | |
Hello all. I have been trying to get port forwarding going for 3 days with my d link DIR-628 router. Ive been checking to see if my changes to my dlink settings have taken effect at this web site and many similar. [url]http://www.canyouseeme.org/[/url] . I usually type in my local … | |
Hi everyone, Running: Windows 7 Professional (64 bit), MS Office 2010, IE 9.08.... since I bought the laptop in September and have made no software modifications at all. Having a really annoying problem. Have searched web and here. Whilst sismilar issues are out there, I can't find one the same … | |
Hello all . I have a few simple one or two questions. I'm wondering what the limitations of a web server are. say i have xamp with apache in it running hooked up the the folder i usually put my web, sites on, can i type in my ip address … | |
Hi all i am new to Node.js i followed the tutorial and typed the following [CODE]var sys = require("util"), http = require("http"); http.createServer(function(request, response) { response.sendHeader(200, {"Content-Type": "text/html"}); response.write("Hello World!"); response.close(); }).listen(8080); sys.puts("Server running at http://localhost:1331/");[/CODE] its running fine while i run it through cmd but when i open my … | |
I found a solution to my slow browsing problem. This solution is only for you if your browser has slowed and you are running Norton Internet Security, my version is 2002, not sure if this file will work with other versions. Download this file and put the "symids.sys" file in … | |
i using this code for making a page but the images are not showne in web browser win i deploy the script please help..... [CODE] def get(self): self.response.out.write(""" <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>my page</title> <link href="stylesheet.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>my page</h1> """) f_path=os.path.join (os.path.dirname (__file__),'\image') … | |
Hello Hello Hello. At the moment i am working on contacting my web server through my browser. I have got it working. I can communicate with my web server by typing [url]http://localhost[/url] into my browser. [CODE] // fakewebserver.cpp : Defines the entry point for the console application. // #include "stdafx.h" … | |
Hello all. I have made a web server in c++; I am able to type in my browser [url]http://localhost[/url] , this will contact my server and make a connection i can add a variable onto the end separated with a ?. I want to send messages to my web server … | |
guys, need help... Im currently working on a project with jasper report. it seems that the pdf file (report) runs on a browser succesfully without a subreport in Glassfish server but when there is a subreport the error occurs. ive been working with this problem since last week and im … | |
Hi guys! I have a question.. Let's say for example we have 2 computers mainly 1 computer server and the other one is just a normal computer. If i browse the internet using the normal computer, will the computer server be able to keep track or see the list of … | |
I like to make grouping items for my dropdown list, I have found below code in the net but it does not do grouping, it does not add 'LessThanFifty' and 'GreaterThanFifty' to my dropdown list. It seems script does not work. Actually before when I was using opera as a … | |
i have the same problem of this post [url]http://www.daniweb.com/software-development/vbnet/threads/409118/1746088#post1746088[/url] i cant find the elements of this site that i need to my system. this is the only missing part to my system/project this is the site : someurl.com this is the portion that i want to grab [IMG]http://i1059.photobucket.com/albums/t432/doomhades666/sss12.png[/IMG] Thanks in … | |
I have [I]some[/I] experience with Java and Javascript and searching this forum has helped me tremendously, but haven't been able to find this exact problem explicitly. In a nutshell: I want to call a java class straight from javascript i.e. use a java class in javascript without OBJECT or APPLET. … | |
I am trying to develop a C# calculator that can run in the web browser. But it doesn't seem to run. The control goes inside the try function but the variables show 0 or null value. using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CalculatorWeb … |
The End.