3,280 Topics

Member Avatar for
Member Avatar for greenglow

[URL="http://marypopeosborne.com/"]http://marypopeosborne.com/[/URL] We are struggling with an intermittent rendering issue, mostly in Chrome, although some have seen it on PC wit IE. The left side text (I've attached an image)renders outside the page, caused by a background image loading problem. This is built on a framework called Builder so their are …

Member Avatar for greenglow
0
199
Member Avatar for Mauriceklavier

[COLOR="Green"][B][B]HI folks, my toolbar after some idle time just disappears... I tried toggling the F11 key just to confirm that it is there, but invisible. The only temporary solution is restart the computer. It appears after restarting, but then, disappear again. I tried to fix it with the recovery partition, …

Member Avatar for Mauriceklavier
0
102
Member Avatar for vjrabanelly

Hi, I'm using C++ without MFC nor ATL, to create a popup, opening from a DLL loaded in Internet Explorer as Browser Helper Object (all versions from IE7, from XP to Windows 7). Until now, everything went find and my popup is working as I wish. But now I'd like …

Member Avatar for vjrabanelly
0
242
Member Avatar for rizvihaider72

Hello! My website is working fine on every browser except Internet Explorer 6. Please visit and review it and tell me if you find any other bug and tell me how can I overcome this problem. [URL="http://www.idiotstube.com"]Idiots Tube[/URL]

Member Avatar for inplainsite
0
106
Member Avatar for joban.ali

I want to use sessions to identify if a user is signed in. If user is signed in they should be directed to their own profile. If the user is not signed in then the user should be taken to the login page. on my header I have options when …

Member Avatar for joban.ali
0
117
Member Avatar for achatchski

Hello, I have a problem with my desktop computer's internet connection. I am running both my desktop and laptop through my router to connect to the internet. My laptop has no problems at all but my desktop internet browser's won't work. I can access the internet on other ports such …

Member Avatar for glynys
0
13K
Member Avatar for Catweazle

Hi all, It may seem like a strange thing to have in a section dedicated to sorting out problems with Internet Explorer, but I have to ask. Why bother? Internet Explorer, which is actually deeply embedded into Windows itself rather than being a 'stand-alone' program, is deeply flawed and cannot …

Member Avatar for Rik_
4
2K
Member Avatar for JD69

Is there a program where i can launch a website, click on a button or textfield and it will give me the getElementByID? I searched around for this and i have found nothing? Why doesn't this exist? I am writing a program that will enter information into a copiers web …

Member Avatar for codeorder
0
183
Member Avatar for manish250

hello all i have a jsp page.there is a text box in jsp page.what i want is when i enter a key in text box it accepts it only if it is alphabet otherwise it would give an alert.I want to enable arrow and backspace and delete key.Currently i am …

Member Avatar for peter_budo
0
121
Member Avatar for johnfischer23

After upgrading to windows 7, I started noticing some odd behavior in IE8. It became clear when I went to Ebay that some navigation links work, and some don't Particularly, I can't get from one page of listings to the next. There are some other links that don't work on …

Member Avatar for johnfischer23
0
150
Member Avatar for manish250

hello all i have a jsp project when i run this using apache-tomcat on windows server 2003 a pop up window open in the top of the page notifying about the active x control.when i move the mouse over menu bar item it is not showing drop list.i an not …

Member Avatar for manish250
0
254
Member Avatar for tcollins412

i have this picture that is 700px and im trying to display it in google chrome. but the picture cuts off after about 50-100px. I went on validator.w3.org and it is completely tidy. here is my code [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv=Content-Type content="text/html; …

Member Avatar for tcollins412
0
153
Member Avatar for Fortinbra

We're using IE and an ASP.NET web application to open Word documents stored on a shared directory on a server. From ASP.NET we're passing the path to the file (\\server\path\file.doc) and in Word 2007 and older, using any version of IE, this works, even for multiple files at once. In …

Member Avatar for Fortinbra
0
111
Member Avatar for blaucher

I have spent days reading different threads and trying lots of stuff, but nothing has helped my problem. My setup is a home network with one desktop PC wired to an ActionTec router-modem on ATT DSL and 2 PC laptops on wireless. Everything works on the two laptops, but I …

Member Avatar for smferoz
0
283
Member Avatar for cbk

3 questions please if I may. 1. Why do I get security certifcate errors? I lately keep getting them with sites I use all the time, like craigslist, godaddy, others? 2. Why do sometimes I start my computer and all my icons are all mixed up on the desk top? …

Member Avatar for alenfort
0
117
Member Avatar for minigweek

Hi Folks, The page on which my userscript will run has a namespace, the namespace defines a constructor function. I would like to create an object using the same constructor and use methods of the object in my userscript. So far I have been unsuccessful. Here's what I am trying …

0
79
Member Avatar for martin11ph

I have an IP camera that feeds video over lan or the internet thru a browser. It has its own interface on either Mozilla, IE or other browsers. I tried calling the site using the Microsoft Internet Controls component and it works fine. The GUI is called upon and I …

Member Avatar for AndreRet
0
895
Member Avatar for Xcelled194

Hi, I'm making a simple utility for browsing an intra-net site using VB.net webbrowser and for reasons outside my control, everything requires a passcode to be accessed. So, for example, [CODE]Index.html[/CODE] is blocked by the company server but [CODE]Index.html?pass=123456[/CODE] is allowed. Is there a way to get the web browser …

Member Avatar for Xcelled194
0
294
Member Avatar for RSDev

[CODE]Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser1.Navigate("http://examplesite.com/") End Sub Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted getItems(WebBrowser1.Document.Body.InnerHtml.Split(vbCrLf),) End Sub Private Sub getItems(ByVal arLines() As String, ByVal selectedListBox As ListBox) selectedListBox.Items.Clear() '// Clear in case the webpage …

Member Avatar for codeorder
0
209
Member Avatar for royng

Hi, i am new here, Anyone know how to off Lanschool, because during lesson we were watching videos and our teacher always use Lanschool to off our computers. The videos was a science one and she mistook us for watching others stuft. I did not safe my powerpoint work thus …

Member Avatar for Rik_
0
84
Member Avatar for Ryujin

I wrote this script that enables user to send a search to a library catalog and/or a group of article databases. [URL="http://unixweb.kutztown.edu/~rjens816/php/twinsaltbox.htm"]It works roughly as hoped[/URL] in IE and in Firefox, [B]but[/B] in Safari and in Chrome it refuses to send two searches simultaneously (the third button on the prompt …

Member Avatar for Ryujin
0
287
Member Avatar for DoctorGiraffe

Hello! Yes, This is my first post. And it might seem a little selfish that i just joined to ask a question, so don't worry, i'm not gonna ask and run, i'll stick around. So my problem, what im trying to do is using regex i'm pulling information from a …

Member Avatar for codeorder
0
971
Member Avatar for ansari.wajid

I am facing a unique bug on a website I am developing, Its occurring only for IE(I am using IE8) that too only on the online version of the site, On my local machine its working perfectly and on all other browsers(firefox, safari, and chrome) its working perfectly both on …

Member Avatar for ansari.wajid
0
225
Member Avatar for itdupuis

Anyone know how to set the "no browser options" on the hkey_local_machine? Do you just add the text on the command line? I have a couple of students that are able to just uncheck the proxy server option to get around our filter, and I was hoping for a solution …

Member Avatar for royng
0
110
Member Avatar for moonknight33

Please help me, my check/uncheck all boxes javascript example work not normally in IE8, but Firefox and Chrome, when I click to box with id "chkAll" to control other box with id "chkId", nothing happen in IE8 but a dotted border outline the checkbox, when I click to outside the …

Member Avatar for moonknight33
0
170
Member Avatar for sravan953

Hey all, It's been a really really long time since I did any Python programming; upon the launch of the Web Store - I've been interested in developing a basic app myself. So here I am! Anyways, can anyone tell me if its possible to make a Packaged App using …

Member Avatar for Stefano Mtangoo
0
178
Member Avatar for cavpollo

Hi there, I got the following problem with my code (which its just an extract): 1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half …

Member Avatar for Arkinder
0
249
Member Avatar for Doublse Six

Here is the error i get Object reference not set to an instance of an object and also index 0 is out of range parameter name: index [CODE]Public Class Form1 Dim int As Integer = 0 Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoBack() …

Member Avatar for Doublse Six
0
251
Member Avatar for DoctorGiraffe

Hello, so i'm having problem with Regex. I'm trying to use to put names in a checkboxlist. But the page where i want the names from have to be accesed by login in on the website. But the regex doesnt read from the VB WebBrowser it reads from... the internet(?) …

Member Avatar for DoctorGiraffe
0
629
Member Avatar for umesh314

I would like to know the working of this code in brief.. any help will be appreciated... function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; }

Member Avatar for Airshow
0
136

The End.