277 Topics

Member Avatar for
Member Avatar for hkdaniWeb

Hi all, I am working on a small project using Dreamweaver. I have a marquee with many images. Everything works fine in Dreamweaver Live View ( images keep coming out from the right end and disappear into the left end). In IE8 (which supposedly fully support marquee, right?) , once …

Member Avatar for guillermorojas
0
388
Member Avatar for jijo cleetus

Hi, The onUnload event is triggerred both when a user clicks the 'Refresh' button(post back) as well as when the user clicks the 'X' (close browser)icon on the browser. I have to build an application in which the page may post back while drop-downlist selected index change event occurs.I need …

Member Avatar for jd31068
0
897
Member Avatar for alone882

Hi, I have created web browser that surf to the internet through proxy and now I need to create a browser that surf to internet via proxy authentication server (server required enter username and password) and I dont know how to begin program... :/ Maybe something has a small example …

Member Avatar for alone882
0
704
Member Avatar for deebi
Member Avatar for megachip04

Hello, I have a website that is pretty much just css, html and php. I have incorporated a membership and log in system. For some reason in Internet Explorer, when users log in, the page becomes distorted (higher line heights, misplaced images, etc.). But it's only when they're using Internet …

Member Avatar for cereal
0
111
Member Avatar for Lisa Hoover

Although Mozilla's Firefox and Google's Chrome browsers get a lot of attention in the media, Apple's Safari browser is not too shabby in comparison. The one thing it unfortunately lacks is robust security. Given that so much computer activity revolves around the browser these days, security is the last place …

Member Avatar for rockyrat12
0
334
Member Avatar for infantheartlyje

Hi all, I'm doing a software. In this i want to develop my report engine in c++ using linux platform. Now my report engine should connect with my browser (Display engine). How i connect C++ with browser?? Example : in my report engine there 'll be class like below. Class …

0
98
Member Avatar for muthukswamy

Hello everyone. I am conducting an academic research on the use of web based IDE. It will be of great help if you can give your suggestions. I have setup a survey regarding this. Please spare few minutes to answer them. Feel free to pass this survey to your friends. …

Member Avatar for JoshuaBurleson
0
225
Member Avatar for C_Hickman

im making a C++ web browser, i have the basic design all i want now is it to be an anonymous browser, similar to a proxy site. is there a code you can give my to do this. im doing this for a friend who likes to play games in …

Member Avatar for pseudorandom21
0
293
Member Avatar for JoshuaBurleson

After marking gofish up to a temporary loss I've moved back to my address book. The issue I'm currently having is that webbrowser is opening the wrong broswer. I've set my default browser to firefox (currently using windows vista), and yet the program is still opening IE, however when I …

Member Avatar for snippsat
0
3K
Member Avatar for taylordsmith

Greetings, I am attempting to paste a javascript music player into my site from the developers at cashmusic.org. The music player displays and plays files correctly in the 'live view' display in Dreamweaver, but will not display at all in browser preview (Chrome & Safari). I have brought up Chrome's …

0
150
Member Avatar for calrobs

Hi there, Not sure how the best way of asking this is but i've been playing around with HTML5 and the audio tag. I've managed to get multiple audios playing on a webpage, however it only works in certain browsers. In my case if I view the website on safari, …

Member Avatar for Arkinder
0
116
Member Avatar for earlybirdsean

People, need help with making a web browser! Do anyone know how to add plugins and security features to my web browser? If anyone knows, could you add the code below in VB.Net? And how to mix VB.Net with C++? Needed help really. And how to not "Write the same …

0
90
Member Avatar for matthewr545

Hi I making a real advanced and powerful web-browser. It's Almost complete, but when i run it i type in the URL i want to go to which activates the browser tool, but the page stays white. I know its half working due to when i click enter it displays …

Member Avatar for Huntondoom
0
120
Member Avatar for androidz

hello!! i want to learn how to make games like web browser games..for example like evony or other online games..what do i need to learn?..please give me some guide so that i can study with it and practice. what is the first step should i take? i have backgrounds in …

Member Avatar for androidz
0
123
Member Avatar for aneelkumar

hey frnds can any one tell me how to make a browser that is voice enable browser mean that browser will accpets the voive commands of the user..if anyone know then send me the source code in C# plz

-2
129
Member Avatar for bribissell

I am making a page which pulls from the user's browser their preferred language, via the Request.UserLanguages....which returns a two letter code (ex. "en") or detailed code (ex. "en-GB"). I basically get the string of user languages (they are in order of preference) and store them in a string array. …

Member Avatar for bribissell
0
321
Member Avatar for masterofpuppets

Hi all, I searched this topic and found a couple of posts but I couldn't find what I am looking for. Here's the problem - I am trying to send an image to a client (browser in this case) over a socket. After the image is received I am trying …

Member Avatar for masterofpuppets
0
9K
Member Avatar for M1n1m@l1$t

webgl is some new programming language. there are a few awesome projects that are coded in it on chrome experiments as well. The only problem is that the browsers do not want to display it. I have looked on line and it says you need to (for google chrome at …

Member Avatar for Ritesh_4
0
187
Member Avatar for newsguy

Another day, another IE flaw! Just when you thought it was safe to go back in the Internet Explorer water (mainly as Microsoft told you it was after [URL="http://www.microsoft.com/technet/security/bulletin/MS10-002.mspx"]releasing[/URL] yet another [URL="http://www.itwire.com/content/view/24364/1231/"]patch[/URL] to fix yet another vulnerability) comes the news that actually, would you believe it, but Internet Explorer still …

Member Avatar for jingda
2
1K
Member Avatar for user20000

Hi, I need to make a browser in C# (I can use webbrowser I guess), and I need to create 2 buttons, one is on and one is off. If user selects on browser will load all the pictures in the page, if user selects off browser will load only …

Member Avatar for crishlay
0
919
Member Avatar for jacklegs

I need to access my browser cache specifically, the cache in Camino browser and Opera browser. I need the commands to get the cache, or any other method to obtain the cache. Thanking you in advance, I remain Mike Levinson

Member Avatar for jingda
0
431
Member Avatar for michaelzip

Hi. I don't know where the problem is. The next codes is working on Google Chome but not in IE. I haven't tested yet on Firefox. function.js [CODE]function getSheetCount() { var xmlhttp; if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { var …

Member Avatar for michaelzip
0
334
Member Avatar for manish250

hi i have a jsp page in which there is three radio button one is for dropdown list,another is for text field and last is for File field.What i want is when someone select dropdown list other two fields should be blanked and disabled.and when i select file field then …

Member Avatar for twiss
0
215
Member Avatar for jlivvers

Hi, apologies if this isn't the correct thread for this question! I'm running some web tests on a couple of sites, simple stuff to gauge average page load times etc. However the internet provided here is through a cache and makes the test fail in most cases because the test …

0
97
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
490
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
113
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 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
Member Avatar for oldezwe

I want to embed a native browser(chrome, firefox, IE) inside of my jframe. I've been trying to figure out how to do this and only this for weeks and have not been able to figure it out. Can someone please provide me with a tutorial.

Member Avatar for Ezzaral
0
116

The End.