3,281 Topics

Member Avatar for
Member Avatar for kjenkins591

I'm using basic HTML with framesets. Everything works fine in IE, but when I click on a link that has a frameset in Firefox, it shows a broken link. What's happening is that one of the slashes in the web addresses is switching from '/' to ''. [url]http://www.kjwebsite.com/Humor\HumorIndex.htm[/url]. Is there …

Member Avatar for Dandello
0
140
Member Avatar for mgranger96

I have a need to close a popup window after a certain amount of time. I have tried many different ways to do it with no luck in IE. Works fine in Firefox, Safari, and Google Chrome. It seems to be a problem with IE referencing the window I have …

Member Avatar for fxm
0
841
Member Avatar for LCYmichelle

I have created a simple website with my first attempt at css but seem to have problems with the right float. Web address & css are: [URL="http://www.corporate-event.com.au/"]Address[/URL] [URL="http://www.corporate-event.com.au/style.css"]CSS[/URL] Browsers being viewed: Mozilla 3.6.3 IE 8 Mozilla on my PC appears fine but IE is ok except for the inconsistent right …

Member Avatar for LCYmichelle
0
247
Member Avatar for nizuya

Basically this is what I have: [code] <div style="float:right; width:500px"> <table width="100%"> <tr> <td>Input Text:</td> <td><input name="textInput" type="text" value="<?=$phpVariable?>" style="width:100%" /></td> </tr> </table> </div> [/code] In every web browser besides IE what this does is make the width of the input field the full width of the column. However, in …

Member Avatar for nizuya
0
192
Member Avatar for bboscobb

[url]http://arnotinteractive.com/mayakaimal/httpdocs/recipes_coconutTEST.html[/url] In IE7/Windows the left vertical navbar disappears. I have used every hasLayout trick I know. Can anyone put a finger on it? I'm working with legacy code to complicate matters... Style sheet: [url]http://arnotinteractive.com/mayakaimal/httpdocs/alt_styles.css[/url] Help! I'm swamped! bb

Member Avatar for karameloso
0
93
Member Avatar for colon3l

Hi there ! I'm building my first GC extension, and I am having a problem using this function. I would like to get the url of the current tab, and to do so (after some google research, of course), I use the [I]chrome.tabs.getSelected()[/I] function. Here it is in my code …

Member Avatar for colon3l
0
430
Member Avatar for spud1077

Hello, I'm an intermediate web designer and i've recently put up a site for my business but for some reason i can't figure, IE won't display images that other browsers will... [url]http://www.19grams.co.uk/Pub/pub.html[/url] Any ideas?

Member Avatar for spud1077
0
113
Member Avatar for imokruok03

Windows XP system was running fine until IE (6) stopped working. On a fresh logon from powerup - IE will open like normal - but hangs up system and IE freezes if i clink a link or change the page. From then on I can't open new IE, I can't …

Member Avatar for Jeff Watson
0
625
Member Avatar for nodoso

Hi everybody Have a little problem here. I have a webpage with this code [code] <iframe name="myIframe" id="myIframe" height="2000" width="1000" frameborder="0" scrolling="no"></iframe> <form id="myForm" method="post" action="link" target="myIframe"> <input type="hidden" name="banner" value="link" /> <input type="hidden" name="type" value="1" /> </form> <script language="javascript"> document.getElementById('myForm').submit(); window.scroll(182,111); </script> [/code] And I want to click on …

0
77
Member Avatar for addurlguru

Bing > Alexa Rank > 23 Baidu > Alexa Rank > 8 Yandex.ru > Alexa Rank > 26 SoSo > Alexa Rank > 44 That's alot of traffic from these search engines, how do you guys optimize for these markets?

Member Avatar for addurlguru
0
362
Member Avatar for SerjSagan

Apparently, because my site uses cookies, a SetCookie header is sent with every page on my site...well I don't want that as Google PageSpeed sees that as a huge slowdown...so I either have to create a cookieless doamin to serve all of my content, or preferably, I'd like to suppress …

Member Avatar for sDJh
0
144
Member Avatar for FeralReason

The following code works fine in IE8 and Firefox 3.5. Any idea why it does not work in Chrome ? Tried it both in localhost and on my web server -- no success. In the header: [code = php] <?php if((isset($_COOKIE["unique_id"]))&&isset($_COOKIE["users_resolution"])){ $screen_res = $_COOKIE["users_resolution"]; $unique_id = $_COOKIE["unique_id"]; } else //means …

Member Avatar for fxm
0
202
Member Avatar for nizuya

In an html form, I want a certain field to be invisible when "no" is checked and visible when "yes" is checked. This is my code: html: [code] <form action="pageName.html" method="post" name="formName"> Question? <input name="radioBool" type="radio" value="1" onchange="dispField('textInput');" />yes <input name="radioBool" type="radio" value="0" onchange="dispField('textInput');" />no <br /> <span id="textInput" style="display:none"> …

Member Avatar for nizuya
0
318
Member Avatar for Schoorsteen

Hey there, I am attempting to open Firefox using C++ on Linux (Ubuntu). However, I get an segmentation fault. What am I doing wrong, and what should I do? [CODE]std::cout << system("/usr/bin/firefox") << std::endl;[/CODE] /usr/bin/firefox works in commandline and when I run this program in debug mode in Netbeans, firefox …

Member Avatar for daviddoria
0
576
Member Avatar for jmh@pcs
Member Avatar for walkerpbus

I hope my title says it all. I can't show you the jpg error, because the size is too large to upload (3 MB). The mix of Firefox, Windows 7, Zonealarm. I am researching Firefox in a Firefox forum. All I know is the Combo of the same Firefox, no …

Member Avatar for walkerpbus
0
261
Member Avatar for has problems

I am having a Visual C++ Debug Assertion Failure. It is happening after the internet opens and then try to go to website thats not the homepage. here is the info in the message: Program: C:/Program Files/Internet Explorer/IExplore.EXE Files:dbgheap.c Line:1132 Expression:_CrtIsValidHeapPointer(pUserData)

0
38
Member Avatar for RC Nitro

I have a problem with IE 8 on another computer. When I try to connect I get the cannot display page. But when I check the work offline option my homepage will come up but nothing else. Any ideas?

Member Avatar for The5sisters
0
88
Member Avatar for RobTNYC

Hello everyone! Just the other day on my desktop computer I use for work, I all of a sudden was unable to access my internet. The error message read something like "Accessing Network ID..." continuously... I went down to the computer with the cable modem and router and reset the …

Member Avatar for main()
0
170
Member Avatar for ja3_bhende

As this is a known issue,I already run microsoft hotfix update for this problem.Also added z-index = 1000 for DynamicMenuStyle.I have also used CSSFriendlyAdapters. At last I hav also added <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> in master as ell as my Default.aspx where I want to display menu.Menu list is from …

Member Avatar for mikev2
0
132
Member Avatar for Techwriter10

At the end of May, [URL="http://www.computerworld.com.au/article/304693/has_asus_all_given_up_linux?rid=-219"]Computerworld reported[/URL] that [URL="http://usa.asus.com/"]Asus[/URL], one of the early Netbook success stories had all but given up on Linux Netbooks. This was telling because the [URL="http://usa.asus.com/products.aspx?l1=24&l2=164"]Asus Eee[/URL] (of which I own one) has a very nice, simple-to-navigate interface. It starts up fairly quickly and has long …

Member Avatar for finito
0
544
Member Avatar for normanallen

I am running W7 Ultimate 32 bit. I have been using Chrome as my browser of choice until an update resulted in it coming up with the message 'Google Chrome has stopped working'. According to Google they are working on a solution to this, as the error message alone isn't …

Member Avatar for caperjack
0
179
Member Avatar for noshdb

I am using IE8 and when I run it the homepage does not load. When I type the homepage URL in, then it loads correctly. I have tried different homepages and it does the same thing. When I click on the homepage button after I have manually loaded the homepage, …

0
215
Member Avatar for earlywynnfan

Hi, I'm a computer idiot, so please bear with me. I have a PC and am having problems connecting to the internet. If I restart my computer, I can connect to Explorer just fine, but if I put my PC to sleep or if I am away from the internet …

Member Avatar for Xlphos
0
165
Member Avatar for murugavel84

Is there anyway to close the firefox using javascript without changing the about:config file?

0
79
Member Avatar for beccahalo

sorry to be a pain but i've tried constantly restarting IE and my PC but when i go to the flash player page on Adobe, i install it like mentioned and then it says "failed to install". i've done everything the website says to do to make sure it works …

Member Avatar for NecroGnomezZz
1
199
Member Avatar for deineMutti

Hi, It is possible to remove (expire) cross subdomain cookies using javascript? For example, Facebook.com creates these cookies in the ".facebook.com" domain:[IMG]http://www.datermine.com/img/MStandaloneImage/full/agpkYXRlcnJtaW5lchgLEhBNU3RhbmRhbG9uZUltYWdlGIn9DQw/[/IMG] I'm creating a chrome extension with a content script that can run javascript within a page in the browser, typically in the 'www' subdomain and I'd like to …

0
125
Member Avatar for ninigu

Hi, My IE starts acting wired recently. When I tried to Load a Chinese web site, it starts loading up fine, and after it is fully loaded, the page suddenly refreshed itself and turned to all '?' marks. This only happens on Chinese web pages. Does anybody have any idea …

Member Avatar for aroma_joy
0
130
Member Avatar for upsurgemktg
Member Avatar for ramiteja

hi I am using comcast as internet provider. I am able to browse all https (secured) sites. But not able to browse http sites. previouse i was able to do so. but i dont know some how the properties or something changed. can any body faced the same problem. can …

Member Avatar for jonathanlconnor
0
317

The End.