3,280 Topics
| |
The File Edit View .. Menus are missing in Outlook 2003. I tried hitting the ALT key as previously suggested but that did nothing. I need to export contacts and the only way to do this is through these menus. | |
I have a window XP in my computer i am planning to install one of the life time running web browser. Which should be the best working browser now-a-days which support every type of valid extension file in my computer. I have three options Internet Explorer, Chrome, Firefox. Which one … | |
Hi there, I'm currently building a storefront for the following site: www.rjthompsonmusic.com/store/store2 I'm having a little trouble with the z-index of the dropdown menu (when you hover over HOME of MUSIC in the store). I've set the z-index of the menu to 1000 which works fine in IE8, Safari, FF, … | |
I have searched many articles, that ie6 could not support postion:fixed, and maybe set position:absolute and top position. But I tried many times in my code and still can not work well, it makes me headache. Can anyone help me to modify my code for me? Thanks. [CODE]<!DOCTYPE html PUBLIC … | |
Hi, I've been trying to click the links on this website: [URL="http://fetweb.ju.edu.jo/staff/cpe/aarabiyat/"]http://fetweb.ju.edu.jo/staff/cpe/aarabiyat/[/URL] but on my web browsers (IE8, Firefox 3.6.12, and Chrome 7.0.517.44), the links cannot be clicked. Most of my friends have the same problem on Firefox and Chrome, but it works for them on IE. I've been trying … | |
I currently have a program that takes a URL edits it and then opens IE with the new URL. What I also want is it to log in to that webpage once it is opened, but i cant seem to find a way to interact with the browser so the … | |
Can anybody help with this? I noticed last week that my internet is super slow. this applies to searches, opening windows, etc. I work on a University campus and I know it is lighting quick for others in my office so it is not the internet. My computer used to … | |
hello, I am a web designer newbie, but have managed fine right up until point where I find out that spry menus do not work in IE. Can anyone advise me about what to do, or if there is an alternative? thanks | |
Hey, I have made an application that clicks and button, which opens a popup. Now, my problem is, that it opens the pop up in Internet explorer and not webbrowser1. How can I change it so it opens in the same webbrowser1? | |
| Hi, I am new to PHP and I would just like to know: Is there a purpose for cookies if you handle sessions with the database? I've been reading about cookies and trying to understand how they would be beneficial if I had sessions handled by the database, and I … |
I have window that keeps flashing on my screen. It slows everything down.It doesn't stay on long enough to see what it is. When i shut my computer down it says iexplorer.exe failed Pleasehelp | |
hello all i hv a jsp code in which there is a link to another file successLogs.jsp as follows <td align=center><a href="successLogs.jsp?strHour=<%=strDate+strHour%>&strcli=<%=strcli%>"><u><%=totSuccCount%></u></td> in successLogs.jsp there is call to a linux script which is fetching a file from the logs. The problem is that when i click on the link in … | |
Hi, I am using Windows 7 and until yesterday Chrome was working fine. Then it just stopped working and internet explorer is the same! I know my internet is working cos I can wirelessly connect on my laptop. However I connect with ethernet cable to my PC (that isnt working … | |
Hi all,I am a complete novice but here goes.When I try to click on a link such as to make a credit card payment,I get page not displayed.Also when trying to download IE update from microsoft I get "your current security settings prohibit running activex controls on this page as … | |
Dear Friends, The problem I am facing a that how to Hide and Unhide Div tags in IE7 and IE8? My code is [CODE]<div> <a href='javascript:void(0)' onclick='DisplayAddComment();'> <img src="../images/AddComment.jpg" border="0"/> </a> </div>[/CODE] and javaScript Function is [CODE]var m=1; function DisplayAddComment() { if(m==1) { document.getElementById("dvAddComments").style.visibility="visible"; document.getElementById("dvAddComments").style.display="table"; m=0; } else { document.getElementById("dvAddComments").style.visibility="hidden"; … | |
I have a personalised webbrowser in VB 2005. It fills values into a form and submits the form. The first page is "login.php", the next page is "home.php" [CODE] SendKeys.SendWait("{TAB}") SendKeys.SendWait("{TAB}") SendKeys.SendWait("username") SendKeys.SendWait("{TAB}") SendKeys.SendWait("password") SendKeys.SendWait("{Enter}")[/CODE] I want it to do something else based on the url after the form is … | |
I recently got rid of the blaster worm with the download from Microsoft.com. Now the worm has gone. Everytime I try to open the internet I get "This page cannot be displayed" Message even though my connection to the internet is running. The two computers are in the bottom right … | |
| So basically I want to login to FaceBook and check if I have any notifications. I haven't a clue how to check if I have notifications and I'm not very good at all with HTML so I'm not sure what I'm looking for in the page source to grab the … |
Hello! About 5months ago my computer was working just fine then one day I received a pop up to update my Dell Support. Since then I can get online, however I can not log onto secure sites. ie- Yahoo Mail, Google Mail... basically anywhere that requires you type in a … | |
Alright I have a major issue here that has stumped me all weekend. A site i'm working on displays correctly in firefox but incorrectly in Safari, Chrome and IE. Don't worry about Internet Explorer. Weird thing is how it is displaying incorrectly. When you click on content or a link … | |
Can anyone help please. When starting internet explorer get message "Internet Explorer cannot display the webpage". Computer is on line (signal excellent) and can access internet through firefox. Have run microsoft malicious software tool and nothing found. Any help appreciated, please make it simple as I am a bit of … | |
A few days ago I noticed that my browsing speed is crazy slow now. This happened suddenly, but for the life of me, I cannot think of anything I have done (or been) differently with my computer. I have run all the spy, ad, mal, and virus scanning programs I … | |
[COLOR=Red]It took 9 reboots to make it back on this page, so please someone help me figure out my PC problem. It keeps freezing up when I surf the Web, it can't seem to stay on for more than a few minutes at a time, I recently upgraded from ME … | |
I continue to get message; Webpage error : can not close page. In most cases I cannot close until I close the IE browser! This gets quite persistent and irritating. Could someone assist, please. | |
Hello, I use Ruby with Sinatra in my application and I need to store a big data (exceeding 4K) in my session or somewhere secude on the server because I do some API calls and I refer to that data very often and that's why I need it stored. The … | |
I've been using google blogger for a few years now. My traffic is slowly building and lately I teach myself SEO and promoting, but I wonder if anyone knows: 1. How do I get BING related traffic? 2. Why when I use some Seo tools to see mistakes, they often … | |
Funny when people suggest going to this site or that and downloading this program or that when the problem some of us are having is that we can't download anything! I can't download (open OR save) any mail attachments with AOL or Yahoo, or update any programs, or download any … | |
I need to keep track of the number of times a user visits a website. I have the code done but I don't think I am counting the correct way as the dynamic web page keeps showing the same number of visits. Any tips would be so helpful! [CODE]#!/usr/bin/perl use … | |
When in Hotmail, I am unable to send/attach/spell check etc. On the status bar it says "error on page" I've cleared my cache (using disk cleanup) but it still doesn't work. Hoping someone could help me with this. Thanks | |
Hi. I am making page which in essence is like a recent history section. When an item is viewed, a cookie is set storing its ID. I have managed to read the cookie and make a pop-up to display its data so I know it works. Does anyone know how, … |
The End.