-
- Triggering IE quirk mode
by Srini567219
- 0 Replies
- Last post
by Srini567219
- Hi,
I understand that we can trigger IE7 in quirk mode by adding a comment between xml prolog and doctype. Is it a bug or microsoft has this purposely done this.
-
- Security Issue????
by TheGreatWall
- 0 Replies
- Last post
by TheGreatWall
- Alright I am having a very hard time trying to figure this one out and have to have it done today. We have a webform that pops up and it has a ink blog inside of it. The form shows up but the ink blog does not. The ink blog is a dll file that is referenced.
I works fine in Vista with IE7, but nothing else. XP with ie6 or 7. Anybody have any ideas
I am not sure I posted this in the right sect
-
- Dropdown list overlapping div
by hellomcv
- 6 Replies
- Last post
by unique_username
- Hi,
I have a requirement to show details in a div whenever i hover over a cell in a table in the page.
The problem is, there are a few dropdown-lists on the page and the dropdown-list seems to overlap the div. I have tried setting the z-index of the div to max available value. But still the issue seems to be there.
Can anyone help me with this
-
- IE7 Script Error
by Geo725
- 14 Replies
- Last post
by MatthewStarensier
- Hi, This problem has always been bugging me. When I sign into my user account and open up User Accounts in control panel I don't have any problems but when I go to any other user account and do this, no matter if they are computer admins or not, they encounter an IE script error with no description and this popup does not go away whether you click yes or no. It's not just the User Accounts menu in
-
- Advanced Feature for webBrowser Component
by paoloTheCool
- 5 Replies
- Last post
by IECUSTOMIZER
- I was wondering if it was at all possible to have a custom dialog that would show up when a user was downloading a file using my webbrowser that i designed in Visual C#. I'm not exactly sure that it's possible, but if it is, that would be amazing.
thanks,
paoloTheCool
-
- IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!
by estrip
- 14 Replies
- Last post
by Lance Kujala
- Pages using PHP sessions and external javascript in the head portion of the html document and which served from IIS 6 to IE 7 are not refreshing properly (displays blank on refresh). I have a full description of it here including the minimal source to create the error. Description, source and work arounds that may shed light on the problem: http://durge.roswellpark.org/ie7Bugs/ I think it has to
-
- http://runonce.msn.com/runonce2.aspx ---> Error on page ---> Done
by Valmir Passero
- 14 Replies
- Last post
by David Hundeby
- Anybody can help me!
What I have to do, for save my settings right now
-
- Script debugging broken
by Anonymous554294
- 5 Replies
- Last post
by bugsy2
- OK, I've seen reference to this problem, so I'm know I'm not alone, but can't find a solution. I had MS Script Debugger install along with VS2005. Don't know why I installed MS SD, (don't like it, don't use it) and used VS2005 to debug javascript code in IE6.x (upgrading to IE7 is not an option). Yesterday everything was work fine -- I was used VS to attach the IE process, found the script in ques
-
- WebBrowser Downloads Events
by knive1
- 0 Replies
- Last post
by knive1
- now can i implant BeforeDownload or OnDownload events on a exnted Web Browser
im unsing extened webbrowser from :
http://www.codeproject.com/csharp/ExtendedWebBrowser.asp
thanks
and in script errors
i put webbrowser.scriptsupresserror = true; but that in true showme Visual Studio Debug IN box
in false show a windows error mensage
now can i adv
-
- Creating a Search Provider with C# Programmatically for IE 7.0
by krees
- 5 Replies
- Last post
by krees
- Quick question, I wrote this code:
public bool SetIE7SearchProvider()
{
RegistryKey key = Registry .CurrentUser.OpenSubKey( "Software\\Microsoft\\Internet Explorer\\SearchScopes" , true );
if (key != null )
{
RegistryKey search = key.CreateSubKey( "{someguid}" );
if (search != null )
{
search.SetValue( "DisplayName" , IE_
-
- Problem running VB DLL in Internet Explorer
by exr
- 0 Replies
- Last post
by exr
-
- Adding class names to elements in IE7 with javascript = death
by John Wilson
- 12 Replies
- Last post
by Michael Gaffney
- I've been working on a jquery plugin to allow fast multi-column sorting/paging/filtering on tables. It works great in firefox2 - even with tables up to 16,000+ cells. IE is incapable of handling the larger tables which has been very frustrating. My plugin has plugins as well - one of them requires me to add class names to each TD element as it's parsing and that is what kills IE. On smaller table
-
- Difference between IE and ActiveX windows
by EliMLi
- 9 Replies
- Last post
by Sdi
- I found that there is a subtle difference between html page in IE (IE7) and in a ActiveX window ( ATL - CAxWindow). For example in IE the default buttons are slightly rounded while in ActiveX - rectangular; the default input fields in IE have got solid borders, in ActiveX - the border is 3D. Is it any possibility to make an activex window that looks exactly like IE
-
- IE Toolbar on Windows Vista and IE7
by Martin I.
- 1 Replies
- Last post
by IECUSTOMIZER
- Hello,
I developed an Toolbar for the IE using BandObjects in C++.
The Toolbar works fine on Windows 2000 and Windows XP. On Windows Vista the Toolbar is not shown in the Browser.
I registered the Toolbar using regsvr32.exe. All the regestry keys seem to be correct. Are there any other reg-keys that I have to set on Windows Vista
Regards Martin I
-
- default value for height attribute for a td in a table
by raj416
- 0 Replies
- Last post
by raj416
- i have an issue while workin with i e 7.0, the table cell is not growing or shrinking propely based on data inside the cell ...
i have assigned the value
style ="height:100%" its not working but i remove the one end of the double quotes " then code becomes like this
style ="height:100%
and its working........ seems the height attribute takes the default value....
-
- Question on Form Spam
by magicalclick
- 2 Replies
- Last post
by magicalclick
- Hello guy,
I know a bit of information on form spam. There are bots that read forms and send spams. And if you have the "send email to friend" form using PHP, the bots can send spams using your form to other people. I have read some spam prevention. But I don't know how bot works to actually figure out which prevention works the best.
Does anyone has a link or brief summary on how
-
- IE Interop
by Reuben
- 5 Replies
- Last post
by Vinay
- Hi,
I've been trying to write a Custom Download Manager for IE using C#. I've found some information here:
http://msdn.microsoft.com/library/default.asp url=/workshop/browser/ext/overview/downloadmgr.asp ,
but I can't figure out what CLSID I should refer to my managed library as, or
if I need to register it or something. I don't have any experience in working
with COM, so using a hybri
-
- Can I make Macros in IE6?
by paulnkathy
- 3 Replies
- Last post
by Ricky Wang
- Can I make macros in IE6
How about using keystrokes to fill in web page forms
win xp pro, 400MB RAM,450MHz CPU
Paul
-
- IE Cache problem:cache-control,pragma,no-cache headers are not working.
by vsuneel
- 4 Replies
- Last post
by spinow
- hai guys,
i am scripting in asp and using IE7 browser.
i have problem with IE browser cache.Mainly its giving problem with taking images.its taking them from cache not from server.
i have used...some of cache clearing mesures,like...
Response.Expires = 0 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-control","private" R
-
- IE7 and desktop icons
by scribework
- 14 Replies
- Last post
by jeffnpat
- I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon.
Right-clicking & changing the icons in properties no longer works.
Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even
-
- bypass or supress print dialog box
by chuy244
- 14 Replies
- Last post
by abbasi541
- Hi!
I'm developing this web aplication for an intranet where the user can print a list, I want this to be automatic, I know I can do so by using a java script, but then I was asked to avoid the browser to show the printer dialog box so the printing process would be much more faster and easier for the user; I found some info about this in a forum ( http://www.codingforums.com/archive/index.php t
-
- IE 7 cannot run cgi urls?
by AlucardHellSing
- 6 Replies
- Last post
by jim.pennino
- I tired running a camera link with cgi extension on IE 7 and it prompts me to save the file etc and cannot see any video cam. However using firefox does not have such problems. How do i resolve this problem in IE 7
Thanks
Regards
Alucard
-
- javaScript code import
by robinjam
- 1 Replies
- Last post
by robinjam
- How do I import a script from one JavaScript file into another JavaScript file
For example, it "file1.js" has a function called "doStuff()", I want to do something like this in "file2.js":
"file1.js".doStuff();
How do i do that
-
- frame access in an extension sidebar
by gwalarn
- 9 Replies
- Last post
by gwalarn
- Hi ! I've an extension sidebar which load an HTML page. In this page I've javascript code which creates a rich text editor in the sidebar (using frame). An access denied error occured when the javascript code try to open the frame or when it try to set the designMode parameters. Any suggestion Thanks ! This is my javascript code loaded in the sidebar : // create the RTE var rte="rte_id"
-
- how to stream html to client?
by Flip597
- 4 Replies
- Last post
by Flip
- I have a String variable in an asp.net application, and I would like to ship/stream/send that off to the client to display in their browser/IE, how can I do that
I looked all over but am unable to find it. Unfortunately I am unable to access to the file structure to send back a canned/existingn URL (this is a print confirmation page), and I would like to ship back the html I do have in a va