3,280 Topics

Member Avatar for
Member Avatar for smantscheff

Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where …

0
103
Member Avatar for Rik_

Ever wanted to get spell checking working on FireFox but don't know how to do it? Fret no more! It's really simple but not obvious to get working. All you have to do is click on a text entry box on any website that has 2 lines of text entry …

Member Avatar for caperjack
2
134
Member Avatar for manish250

hello all i am using a link on clicking which a new pop up window should open like [CODE]<a href="#" onclick="Popup(f_date,f_date1)">&nbsp;Add more</a>[/CODE] function Popup(date,date1) { var f_date=document.getElementById("f_date").value; var f_date1=document.getElementById("f_date1").value; window.open("multipleSchedule.jsp?date="+f_date+"&date1="+f_date1, "window", "toolbar=no,scrollbars=no,height=220,width=510"); } it is workin fine in ie6 and ie8 but in firefox on clicking it nothing is happening. …

Member Avatar for @developer
0
110
Member Avatar for linezero

I was wonder how to submit on this html code [ICODE]<input type="submit" class="button" value="Login">[/ICODE] i have tried using [CODE]WebBrowser1.Document.All("Login").Click[/CODE] but it doesnt work for me

Member Avatar for Luc001
0
58
Member Avatar for Picko70

I’m running Internet Explorer 6 and I am having trouble having multiple browser windows open. If I try to open more than one window, then Internet Explorer just shuts down. Also, if I visit a website and a small pop-up opens, then, again, the whole thing closes down. The problem …

Member Avatar for simmi100
0
1K
Member Avatar for InfinityGamer

I'm having problems adding a new WebBrowser to the new created tab here is full code [CODE] Error 6 'Control' is not a member of 'DevComponents.DotNetBar.TabItem'. Public Sub AddTab(ByRef URL As String, ByRef TabControl As DevComponents.DotNetBar.TabControl) Dim NewBrowser As New CustomBrowser Dim NewTab As New DevComponents.DotNetBar.TabItem NewBrowser.Tag = NewTab NewTab.Tag …

0
134
Member Avatar for guilt99

can i do that? i was looking to integrate bing maps into my wpf desktop application, but it seems like microsoft doesnt provide the API for wpf... is there any way to get around this?

Member Avatar for ddanbe
0
172
Member Avatar for gauravsolified

Plz help me friends,i made a mistake by going this site "http://worid-of-books.com/?id=B4j4GgAACAAJ" & downloaded the file of soup,it was "internationalsoupbook.pdf.exe"..i first suspect the file due to its format,but by mistake i double clicked it,it ran in the background, it ran like a dos window program & then file disappeared.After that …

Member Avatar for jingda
0
178
Member Avatar for WolfShield

Hello everyone, I am creating a C# application that has a Web Browser imbedded in it. I am using Microsoft Visual Studios C# Express Edition so I just dragged and dropped the web browser into the application. What I notice though, is when I run it and do a search …

Member Avatar for WolfShield
0
123
Member Avatar for micmo

Hi Guys, I'm trying to create a simple webpage which has a login form. When the user successfully logs in, I want a cookie to be stored with the name "MyCookie", and a value of "1". Then I want the login form to hide and instead display a textbox with …

0
103
Member Avatar for khess

[URL="http://www.mozilla.com"]FireFox[/URL] 3.5 is due out by the end of June and includes some pretty interesting new features--and not a moment too soon. Some of these new features include the ability to play videos in the browser without the need to download and install a third-party plugin. It also includes [URL="https://wiki.mozilla.org/JavaScript:TraceMonkey"]TraceMonkey[/URL], …

Member Avatar for mhanry
0
492
Member Avatar for dasatti

Hi, I am generating a string from AJAX data which contains forms and submit buttons. I then try to assign this string to a div using innerHTML. This works fine in IE but Firefox strips form tags and every thing in between form tags. How to solve this issue Example …

Member Avatar for Airshow
0
286
Member Avatar for aman rathi

hello every one first of all thanks to daniweb and all its members who alwasy helped me lot. i am very beginner to html and started just 3 or 4 days ago and facing lots of problems i am doing html by using internet explorer latest(8) and also on mozilla. …

Member Avatar for aman rathi
0
114
Member Avatar for Aeterna

My website [url]http://animalcrueltyfacts.net[/url] is having serious issues with IE. These are not browser compatibility issues, and they are not isolated to my computer. No version of IE on any computer can load the server to my website. I have no idea whats causing this. The website works fine in other …

Member Avatar for compnutt
0
269
Member Avatar for Awah Mohamed

hey people. this is my 1st time to get this error. i usually save cookies using this code: [CODE] <?php $time = time()+60*60*6; // the time is saved for 6 hours // then save the cookie with the $id data setcookie("ln", $id, $time); ?> [/CODE] but with my new website. …

Member Avatar for diafol
0
189
Member Avatar for TrustyTony

Here is code to execute these printing commands from file: [CODE]talk("How Are You") bark("I am fine") bark("...and how are you") snarl("...sorry I asked") [/CODE] from file INPUT, do printing of results to screen without tags and to file with tags, and open the html output with webbrowser.

0
309
Member Avatar for Momerath

Anyone else having issues with the javascript on Daniweb crashing Firefox 4? It doesn't happen all the time so I'm guessing it's some advertisement that is doing it. Just FYI I have no plug-ins, add-ons, whatever. Just the browser. It rarely happens in the programming forums, mostly in the Community …

Member Avatar for Momerath
0
246
Member Avatar for Awah Mohamed

hey people . i am trying to set a cookie but when ever i try to set it, it says : [CODE]Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\signup\conf.co.signup.php on line 13[/CODE] please help me with this. this is my code: [CODE] <?php error_reporting(-1); if(isset($_COOKIE['logedin'])) …

Member Avatar for Awah Mohamed
0
240
Member Avatar for emarshah

Dear All, Thanks for your interest, i want to develop a plugin for internet explorer (6 to onward) in C#. Kindly guide me in this regard.

Member Avatar for Momerath
0
127
Member Avatar for serph09

I have this code: I'm trying to have my program download all the images (that contains "jpg") from a site. [CODE]Dim doc As IHTMLDocument2 = DirectCast(WebBrowser1.Document.DomDocument, IHTMLDocument2) Dim imgRange As IHTMLControlRange = DirectCast(DirectCast(doc.body, HTMLBody).createControlRange(), IHTMLControlRange) For Each img As IHTMLImgElement In doc.images If img.nameProp.Contains("jpg") Then imgRange.add(DirectCast(img, IHTMLControlElement)) imgRange.execCommand("Copy", False, Nothing) …

Member Avatar for codeorder
0
142
Member Avatar for j4usanjeev
Member Avatar for LloydFarrell

Hi All, I have found the following css rules on the web.... And whilst they look great in FF, nothing is being displayed in IE Can someone help me out so I can at least see the boxes in IE [CODE] input, textarea { font-size: 0.8em; width: 265px; border: none; …

Member Avatar for LloydFarrell
0
188
Member Avatar for jrotunda85

So this may be a bit of a stupid question but I'm not sure I'm understanding this completely. Currently, my site uses sessions to store username and a UserID across the site; however, the session lacks the ability to remember a user should they close the browser. I want to …

Member Avatar for Wraithmanilian
0
111
Member Avatar for tiberiup

Hi guys, What seo toolbars do you know and recommend? I'm using two seo toolbar: seo for firefox at tools seobook com/firefox/seo-for-firefox html seo for chrome at www seomator com Any other suggestions?

Member Avatar for alexadwords
1
202
Member Avatar for seularts

I need some help with sizing an image in height. My page is tzr.ro, and as you can see in some browsers such as explorer and chrome the image height differs. So i have this small piece of code that i need to adjust: img { max-width : 350px; height …

Member Avatar for scottloway
0
185
Member Avatar for TWilsonRipsom

I have been experiencing a problem with a menu tree created in JavaScript. It has been in use for years with previous versions of IE with no problems but when I tried to put it into a new web page and loaded it on IE8 the appearance changed dramatically. Has …

0
121
Member Avatar for ThirstyGlen

Hi, I recently built a new html site and it looked great in FF, Chrome, Safari, and IE8. When I view the site in IE9, it expands vertically, leaving spaces between the images and generally destroying the page layout. I don't know if this is an issue with my html …

Member Avatar for ThirstyGlen
0
152
Member Avatar for salbag

I keep on getting an error message " the internet has stopped working, a problem has caused the program to start properly, windows will close the program and notify you if a solution is available" but when I right click on the internet Icon on the taskbar and click on …

Member Avatar for jdgray
0
308
Member Avatar for linezero

I have tried many ways to download the files in a listbox. non-seems to work. the listbox has url eg: [ICODE] [url]http://www.hahaww.com/2.pdf[/url] [url]http://www.hahaww.com/f1.pdf[/url] [url]http://www.hahaww.com/24.pdf[/url] [/ICODE] I want to download the files until ListBox.Items.Count = 0 which each file with number ording... for eg: 2.pdf will be 1.pdf f1.pdf will be …

Member Avatar for codeorder
0
733
Member Avatar for massy

i'm not sure what its called but basically my web site looks and runs fine until the window is NOT full screen. the items are replaced and reorganized. how do i make it so the web page is fixed and if the browser window is not maximized it just shows …

0
104

The End.