20,737 Topics
![]() | |
I need to be able to launch the default medial player to a pop-up window. As anyone done this before and can point me to a method to do this. Thanks! WBR | |
in html body <form method="get" action="MovieTiming.jsp"> <table cellspacing="0" cellpadding="0" border="2" style="width:50%; height: 400px;" bgcolor="pink"> <tr style="height:4px;"> <td id="Date" colspan="5"> Please input date (yyyymmdd)<input name="Date" type="text" size="8" maxlength="8" value="<%=date%>"></input> <button type="submit" value="Submit">Get Movies List</button> </td> <td> <button onclick=fileWrite();>save file</button> <input type="file" id="loc" name="loc" >[/B]</input> </td> </tr> <tr bgcolor="white"> <td id="output" colspan="10" … | |
Hey, I know basic HTML and i recently saw an excellent application for the Apple Mac called TextMate, you could write xhtml, html and it provided hints of what you could be typing aswell as colour co-ordinated and aligned everything so its clear what you are doing. I was just … | |
<!DOCTYPE html Public “-//w3c//DTD XHTML 1.0 Transitional//EN” http://www.w3.org/TR/xhtml1/DTD/transitional.dtd> <html> <head> <title>The Labyrinth</title> </head> <body> <a name=”top”><h1>The Labyrinth: Old Books/New Readers</h1></a> <blockquote> “Reading is so fun”<br /> - Tom Wolfe, <cite>Books in NYC</cite> </blockquote> <p>The Labyrinth<br /> 151 Varick St.<br /> Manhattan, NY 10013<br /> (212) 555-1234 </p> <a name=”contents”><h2>Contents</h2></a> <ul> … | |
I have been asked to write some code which holds, or scrolls a bit of content at a fixed location on the screen. I have seen this done but I have not located the starter code to place this in my project. I hope someone can point me in the … | |
Hi there ppl, Im busy with a web application and I was wondering if anyone can help me. I wanto send meeting request through out my application, but preferably VIA Smtp.. This is what I got so far: protected void btnSend_Click(object sender, EventArgs e) { CreateMeetingRequest("erhan.kula@bcx.co.za", "Please Respond?", "Audit Scheduled … | |
Hi, I am new to web design and i want to redirect my webpage to other page if some certain conditions doesn't satisfay. can any one tell me how to do that. Thanks, MHRETABK | |
New to Web Design, does using free templates modified to my requirements, be classed as cheating?? I just want to start off with neat looking websites, not to sell to clients, as they are all for my own personal websites and get my websites noticed. I have nearly 30 that … | |
Hello I have a navigation vertical bar on left hand side. I want to use two different text on one button in one line. first text should be align to left and second text align to right under that div. problem is in IE6, second text is coming down.in mozilla … | |
Greetings Everyone, I've found myself being referred to <DANIWEB> from web development-related Google searches quite frequently. So I decided to become a member. I didn't realize the depth of the community and content here until this morning when I was looking up XHTML related issues. Every other search was bringing … | |
Hi I have a css with three Element Id's 1) LeftNav 2)Content 3) RightNav In first i put all link's, in second all page contents (coming from database) and lastly the extra information and advertisements in rightnav. The problem i am facing is that as my center Element ID contains … | |
i found this nice software called browserhawk, to check system specs... though is far too expensive, so... does anyone know any other software to do this? | |
I am developing a page based on frames that has 2 frames, horizontally. The top frame displays a banner (a small Flash File) while the bottom frame contains the main body. The top frame (banner.htm) contains just the Flash File, nothing else. In spite of that, there are blank spaces … | |
have you ever tried on creating a dropdown menu inside the dropdown menu? for example, the web development menu has a dropdown menu in which web design is a category which has three subcategories... have you tried displaying these three subcategories in an extra dropdown? | |
Hi everyone, I need your help. I am trying to display a div overlay on top of embedded media players. How do i do that with HTML and CSS? I need it to work for windows media player, quicktime player, divx player in IE, FireFox, and Safari. Thank you in … | |
My computer was infected by Trojan Horse virus and I have been getting Symantec Email Proxy Error Pop up. I have tried all sorts of method and it ends up with a Error status for the Norton Anti-Virus Email scanning. This has in fact stopped the Error message popping up. … | |
I'm new to ASP.NET and using Visual Studio 2008 and also have installed IIS. But when I create a website in Visual Studio 2008 I tried to view in browser. When I do this in class I had no problems. But when I'm at home this message came up: Server … | |
Hi, I have two things that if I can do one I won't need to do the other, so whichever is easiest you guys answer me either way. What I am trying to do is get text from an email and download it into a text file on my computer. … | |
I have been in IT for 22 years and have seen many changes. While contracting for a company in London I encountered a server running Windows 2003 running very slowly. It was a key server for the company and had been designed by a specialist. I ran a Microsoft SQL … | |
I found this forum while surfing for web design schools. I have many many years in IT, but on the newtworking side. MCSE, CNE etc. I would like to break into programming and need some help to get started. I don'have a lot of money to spend on fancy schools … | |
Hi, I never enter a PHP or html or any other language for web design . I want to use C/C++ with web designs ,so what i need to download for making a webs.? I want that software be free. | |
Hi all of you, I am new to this group. Actually i am reading some data from the text and putting it in html file using IFRAME. Now i want that text to be bold and with customised background color. Here is the code snippet i am using. <IFRAME bgcolor="#000000" … | |
Hi, I am new to javascript using Firefox. I don't know the basic principles of change in syntaxes if i have to make page compatible with FF. We've created javascript which is working fine with IE 6.0/7.0 and safari but it is not at all wokring with FF. Below is … | |
Hei guys, I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions. This is something my supervisor proposed. He suggested that Applet via a web service call (AXIS-C++) and using tomcat server , will call … | |
Hello, I'm trying to put into my web page the E2 photo gallery (google E2) and place it within a box on my web page (this box is in a style sheet) Now the author told me all I have to do is change the absolute positioning of the style … | |
hey guys... i'm having serios trouble with programming for ie... since i navigate only in mozilla (which in my opinion is more practical, and, in essence, better), i didn't notice my programming didn't render as i pretended in ie, and i don't know where the problem is... i tested my … | |
Hello! I have a navigation bar with two tabs on a tab bar. The first represents the page being shown, and the second is a link to a second page. When the first page is being viewed, the first tab is labeled in the markup as ".current." When the second … | |
Hei guys, I have a c++ library of sorts. A user has written a Java Applet and wants to be able to call the C++ library functions. This is something my supervisor proposed. He suggested that Applet via a web service call (AXIS-C++) and using tomcat server , will call … | |
This is deeply disturbing-- a close friend's career may be going in the tank because of a browser technicality! This gentleman hired someone to design his company's website, and unknown to him the designer plagiarized another website. The rightful owner found out and called my friend, who of course agreed … | |
I have downloaded and installed Windows Internet Explorer 7 Beta 2 so that Web pages that I choose to print will be properly sized on the paper. I printed a couple of Web pages and though the print is indeed sized correctly, now the text size is too small. I … | |
Hello Forum, Need your assistance and good advise...thanks! Few days ago I started to have problems accessing various site (such as the home page). After reading some solutions I tried Winsockfix. Since then I experience lots of problems, started with errors messaged with Norton and 100% CPU Usage and so … | |
Is there a possibility to avoid this ugly frame in IE when you mouse over a flash file? And also to avoid the double click on links in this flash file? | |
I have been making a basic webpage but am having lots of difficulties with rollover buttons. Despite the 2 images for my rollover being exactly the same size, when i make the button it creates a duplicate which is then placed alongside where I want the rollover to appear. This … | |
Hi! I'm working on a CSS for a site that features a menu bar. The menu is named 'tabbar.' .tabbar { } The tabbar needs to appear in different colors on different pages. What is the best semantic naming solution for these variants? I was thinking of using general descriptive … | |
Hey guys, Thanks for all your help on my last issue with my own laptop. Now I am helping my friend with an old junker he has that has been running slowly and strangely. It has Norton 2004 and Adaware installed. Neither have been updated for over a year, but … | |
Hi everyone, another newbie here. I just joined last night and I'm so glad I found this site. So many great information here. I am a SAHM to a beautiful 33 month old little princess and another one on the way (boy). I love digital photography, digital scrapbooking, web design, … | |
I started having alot of virus warnings from Avast - so many so that I reinstalled via ghost. Now windows explorer is extremely slow when transferring files. It runs the cpu up to 100 - I also have 3 mapped network drives, all to one other computer. I recently removed … | |
Hi, i have [B]firefox[/B] 2.0.0.11 and IE 7.0.5112.0 installed on my WinXP sp2 System.my firefox was working properly before, but lately i have some probs. 1. it does not let me sign out after getting into my yahoo mail account. ( i have the following addons 4 firefox installed lately. … | |
Request for tech help. My computer uses Windows XP professional, when I use Internet Explorer 7, some web sites and pages appear blank although it appears they loaded okay as I receive a "done" at the bottom of the screen. Also I'm unable to download from nearly most all web … | |
There is a icon that appeared on my taskbar that when I right click it takes me to a website that says I'm infected with spyware/virus. I know this isn't true. Here is the log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:46:44 PM, on 1/26/2008 Platform: Windows … | |
Hi there I'd just like to know if there's any way of making the height of every page on a website fit your screen if there isn't enough content to do so? I've tried setting min-height to 100% but that doesn't work. Any other ideas I can try? | |
i have acode that upload file from client to web server but i need to insert the file name into DB (mysql) to get it in download list............HOW? this is jsp code <%@ page contentType="text/html;charset=windows-1252"%> <% response.setContentType("text/html"); response.setHeader("Cache-control","no-cache"); String err = ""; String lastFileName = ""; String contentType = request.getContentType(); … | |
hello I am a BE computer student and needed information for my BE project. The project is as follows We are developing a web application for a company. This involves setting up a wi-fi hotpot for the company. So whenever a user enters the wi-fi area , he should be … | |
Hi Guys, I have written a program to capture images from two webcams. It works similar to "TimerShot" by MS. I have used it to capture images for inclusion in a HTML page. I would like to invite all VB.NET programmers to take part in its developement. See here for … | |
Whenever I reboot my computer (XP Professional, Version 2002, Service Pack 2, Internet Explorer, Version 7.0.5730.13IS), I get a dialogue box that says, "! Stop running this script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may become unresponsive". … | |
I'm working on making a new website for my company... In Firefox And Safari everything looks the way I want... but in Internet Explorer 7 there is a small space between the header and the Spry navbar? I can't seem to get rid of it... Can anyone help!... http://www.echolab.com/dan/test Thanks, … | |
Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:52:17 PM, on 1/25/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal Running processes: C:..WINDOWS..System32..smss.exe C:..WINDOWS..system32..winlogon.exe C:..WINDOWS..system32..services.exe C:..WINDOWS..system32..lsass.exe C:..WINDOWS..system32..svchost.exe C:..WINDOWS..System32..svchost.exe C:..Program Files..Common Files..iS3..Anti-Spyware..SZServer.exe C:..WINDOWS..Explorer.EXE C:..WINDOWS..system32..spoolsv.exe C:..Program Files..Digital Media Reader..shwiconem.exe C:..WINDOWS..system32..spool..drivers..w32x86..3..hpztsb09.e xe C:..Program Files..Common Files..Real..Update_OB..realsched.exe … | |
I have got Win XP with SP2, and IE version [b]6.0.2900.2180.xpsp_sp2_gdr-----[/b] I tried to do purchasing online , but I could not because cookies are disabled, therefore I enabled cookies following these instruction: [url]http://helpcenter.suntrust.com/knowbase/root/public/snbb14192.htm[/url] I restarted PC , but still I am receiving message the I have to enable cookies!!! … | |
Hi All- I am brand new to this site. This is my first post and I have a huge problem.It will be kind of a long explanation but if you can help me fix this ill buy you a steak dinner. Basically, I have my internet supplied through a company … | |
I posted a few weeks ago and didnt get any response. Whenever I do a search through internet explorer I get redirected to different sites. It seems to be the adware.newdotnet virus but I cant seem to get rid of it. Here is my HJT log and Combofix log: Logfile … |
The End.