-
- External SMTP
by ItsMe!&#33
- 1 Replies
- Last post
by Xogede
- Hey,
I am making a Contact Us form using PHP to send mail, but my web host doesn't support SMTP. So, I was wondering if there was a way I could use an external SMTP server, like my bluebottle account to send the mail. The SMTP server for BlueBottle is mail.bluebottle.com
-
- Customize your settings window is blank
by Pixelpands
- 14 Replies
- Last post
by tweaker56#
- Hi everyone has anyone has this problem. i was using IE 7 Beta with no problems and then was asked to upgrade when the version came out. upon updating i have the customise your settings page (http://runonce.msn.com/runonce2.aspx) coming up with a blue background and nothing else. I have done everything that microsoft sent me but no joy. It means my Homepage will not come up until this has been set
-
- ActiveX Warning dialog box
by Mr M578669
- 4 Replies
- Last post
by buffumjr
- I am creating a website for a client of mine. I am relatively new to html and php, etc. but am an experienced technician. I can't work out how to remove the activeX warning that pops up, saying "an activex script on this page may be unsafe to interact with other parts of the page. Do you want to allow this interaction " There is also the other activeX control dialog which pops up stating
-
- how to get the curent url of iexplore process
by Paula Mansour
- 4 Replies
- Last post
by OmegaMan
- I want get the URL of the current iexplore
I can get the process using the folowing code
Process [] process = Process .GetProcesses();
foreach ( Process pr in process)
{
if (pr.ProcessName == "iexplore" )
// Her I want code to get the URL ,,, how
}
-
- Tabbed browsing suggestions
by Dave Houlbrooke
- 4 Replies
- Last post
by Dave Houlbrooke
- Hi there, just thought I'd rant about tabbed browsing in Internet Explorer. I've got some suggestions based around the UI and how a user might expect the system to work. I hope this isn't all stuff you've heard before. Was going to post on Microsoft Connect
Firstly, it would be nice if Internet Explorer remembered my tab order (not just the arrangement of the tabs in the browser, but which one
-
- VB event handling is different in IE7?
by VB6 User
- 2 Replies
- Last post
by VB6 User
- Hi Gurus,
My VB6 application, created a webbrowser control and loaded a page from a local html file and hooked a event handler function in the VB application to a button's onclick event in the html page. (using callbyname)
I followed this document "Handling Events in Visual Basic Applications"( http://msdn2.microsoft.com/en-us/library/Aa752045.aspx) from MSDN to do the hook. Th
-
- H
by robinjam
- 0 Replies
- Last post
by robinjam
- No matter how much I search the internet, I still can't find a solution to this problem (and it seems many other people are having the same problem).
If you create a DIV nested within a TR, and set the DIV's HEIGHT to 100%, it sizes to 100% of its contents, not 100% of the available space. This also happens with an IMG in the same context. Has anyone come up with any solutions
-
- Tuns of bugs in IE7, how to report?
by digitalpacman
- 14 Replies
- Last post
by mltsy
- While attempting, and I do mean only attempting, to develop my application I keep getting "this old feature is now broken in IE7"
Well here is a small list of what I can remember off the top of my head..
-----------------
$(id).onclick = 'alert(1);' <-- wont work until you forcefully update the DOM
$(id).setAttribute('onclick', 'alert(1)'); <-- wont work until you force
-
- IE 7 opening to Run Once page with error on it.
by cbpd86
- 14 Replies
- Last post
by cbpd86
- I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page un
-
- call "internet option" from internet explorer context menu
by goliver
- 4 Replies
- Last post
by goliver
- How can i open "Internet Options" by click on the right click from internet explorer
I know how to set new context menu item, but i don't know which URL to call.
Thanks
-
- ActiveX and <PARAM> = unsafe ?
by Alex_ander
- 1 Replies
- Last post
by EricLaw-MSFT
- Hello,
I'm developing an ActiveX control, and use <param> tag to initalize it. Every time when I use <param> tag in html code, IE says that the script is unsafe and has been blocked. The script is digitally signed, IObjectSafe is also implemented.
I want to have a script which I can initialize with <param> without any error messages. What shall I do
Alexander
-
- some ie7 bug with forms locking up
by micahel1991j
- 0 Replies
- Last post
by micahel1991j
- i am using windows xp media
and i tested this issue on a different computer and it came out with the same result
i think i stumble into a bug in ie7
i was developing a ajax news script when i loaded it in firefox it worked perfectly all the forms were functioning correcly
but when i tested it in ie7 the forms on my sidebar locked up i cant submit or select somthing on the menu
-
- accessing dhtml/dom within c# user control
by anhtai
- 5 Replies
- Last post
by Sheng Jiang
- Hi,
I have an embedded .NET user control in a web page, and I need to be able to navigate to a different page with the same browser when I click on a button in the control. How can I access IE's DOM from within the embedded control written in C#.
I've been researching this issue for months, and have only found answers that involve .NET 2.0, which I can't use now and C++ which I don't kno
-
- BHO not receiving window resize messages
by Pete Warden
- 0 Replies
- Last post
by Pete Warden
- I don't seem to be getting window resize messages in my BHO. I would expect my Invoke() function would be called with DISPID_WINDOWRESIZE when I mouse-drag the main IE window's corner (or otherwise alter the size), but I never see that message coming in. I've created a code sample based on a minimal BHO that demonstrates this, it's basically my TinyBHO skeleton with this added: case DISPID_WIN
-
- WebBrowser Control: Old-timey Button Style
by Fuzzymonk
- 2 Replies
- Last post
by John Sudds - MSFT
- The webbrowser control insists on drawing all the widgets/form elements/buttons in with an legacy-style hard beveled look.
When I use an input tag with type="button" in the webbrowser control it looks like a system button on windows 95. However when I view that same page in IE6 or 7 it has a nice soft rounded look. Is there a way to get webbrowser control to look the same as IE
-
- Hot to open a file/url using default application in MSVC?
by Zu Kim
- 2 Replies
- Last post
by Zu Kim
- I am writing a software using MSVC which will open a URL using a default web browser. All I know is "exec()" but I don't know how to find a full path to the default web browser.
It seems like a simple problem but it's extremely difficult to find an answer by google searching..
Thanks,
- Zu
-
- IE7, OE6 Printing problems with headers
by Rozee
- 14 Replies
- Last post
by Tony Gore
- Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending
-
- Browser dependent problem
by Rakesh k.m
- 1 Replies
- Last post
by Nathan Anderson - MSFT
- Open http://www.idspackaging.com in internetexplorer and mozilla u will find a difference, mozilla is not supporting style sheet...
-
- Temporary Internet Files - Correction
by Jeepster42
- 12 Replies
- Last post
by KarineBenzacar
- Why is it that if I go into Widows Explorer i can not find the temp internet folder I checked in the internet options where the folder is suppose to be located, but if I go to the folder(local settings) it's not there. While I'm browsing I can go to the internet options and look at the settings, view files, and nothing is there either. Doesn't IE7 store information like IE6 did Plus where is the c
-
- Tabbed Browsing
by joey022461
- 8 Replies
- Last post
by hrensin
- I have all my setting right for tabbed browsing, but it still will not open links in seperate tabs.. It opens links in the same tab in the same window (unless I right-click and say open in new tab...
The settings are what I want them to be, but it is not following the instructions...
Ive already tried disabling all the add-ons.. no effect...
even with open new tab in same window is checke
-
- IE7 Bug.
by Angel Kavazov
- 2 Replies
- Last post
by Brandy pccatastrophe
- I has IE6 and the scripts of the programs that I had installed worked perfect. Now that I installed IE7 some programs behave different and some scripts show errors. Also now there are no icons for the web shortcuts. Some jpeg pictures now also have no icons. People from Microsoft please fix this, because it makes IE7 like a "starters" program and people will go to Firefox.
-
- JavaScript debugger agent for Internet Explorer
by Vikram Jaiswal
- 1 Replies
- Last post
by IECUSTOMIZER
- Hi,
I have to write a JavaScript debugger agent for Internet Explorer. Does IE provide any interfaces/API to which I can hook up to create a JavaScript debugger. Any information / pointers in this area will be helpful. I'm a Java developer with no prior experience in Microsoft technologies.
Thanks,
Vikram
-
- Disable Shrink-To-Fit "Default"
by jb552406
- 2 Replies
- Last post
by Jesse Fenwick
- We need a fix for this issue ASAP! A registry setting or an IE7 patch!! Shrink-to-fit isn't a "default" if the ONLY way it can be changed is in print preview!
-
- Video display problem while streaming
by MrsYesAre
- 14 Replies
- Last post
by Problems Upon Problems
- I am trying to view a video streaming in a web page. All I could see is a blank green screen instead of video. But I can hear the voice. I cleared the cache and restarted my IE a couple of times.It didnot work. the same video streaming works in my other computer. don't know what to do.
-
- Error IE7
by Ivorb
- 1 Replies
- Last post
by SailNC
- Whenever I try to close IE7 I am getting an AutoSuggest Drop-Down:iexplore.exe - Application Error.
The instruction at "0x02197f4d" referenced memory at "0x00000000". The memory could not be "read".
Can anyone tell me the solution to resolve this issue