10,325 Topics
![]() | |
I am having hard time figuring out how do I go about displaying HTML on a form as well having the funtionality of editing it. I am basically getting a text field called "Description" from a database (the text is either in HTML or plain text format). I want to … | |
Im looking for a way to password protect pages on my site. ive found a few asp scripts only i cannot run asp through my host. is there an html or simple java solution? and also i want to disable the tool bars in ie. im going to have a … | |
hello I have a problem: I can't generate a html from a text file. :o There is a text file : one.txt (or dat or something else ) and I want to generate a html, called one.html or the name can be the first word in the text file. Please … | |
Ok. One of the computers I'm working on has this virus (Trojan-Spy.HTML.smitfraud.c). The computer is running Windows 2000 professional. However, the problem I'm having is different (mostly) from everything I found when I searched this forum. What happens is this: Boots into Windows - Black screen with small blue rectangle … | |
Hi all, I am new to Web programming, most of the time have done GUI development in C++/MFC and played a bit with Java/Swing. I have read about DHTML and its ability to enable interactive Web applications. Before delving into DHTML programming I would like to know what are the … | |
I have a message in the startpage that mentions a fatal error and the trojan-spy.html.smitfraud.c here is my hijackthis file Logfile of HijackThis v1.99.1 Scan saved at 11:14:32 PM, on 07/28/2005 Platform: Windows 98 Gold (Win9x 4.10.1998) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\SYSTEM\KERNEL32.DLL C:\WINDOWS\SYSTEM\MSGSRV32.EXE C:\WINDOWS\SYSTEM\MPREXE.EXE C:\WINDOWS\SYSTEM\mmtask.tsk C:\PROGRAM … | |
dear guys im a new member to this site and im having trouble with this problem my computer is 3 months old and yesterday i downloaded a crack of kazaa for a game and unfortunately the crack contained the virus. a blue screen shows up saying A fatal error in … | |
Im not sure what is going here. I stared and stared, but nothing. I would appreciate any help in advance. Im working on lukemeaux.com. If you click on sports, or one of the other links, wait for the page to load, then mouse over wild thigns...you will see the error … | |
I am making a simple html page for some servers that we have in are building. What I was wondering if there is a way to launch remote desktop from an html page and if so how you would you do that. Thanks in advance | |
i did not see an html topic so i posted here. sorry for this. i feel very :evil: I have a list of links that are just http://.........com's is there an easy way of changing those into html links with thdomain as the anchor text. other wise i would have … | |
Hi, Iam a MySQL user and Iam currently having some error messages in my code.I use TYPO3 as the frontend. I get these 2 warning messages [COLOR=DarkRed]Warning: Supplied argument is not a valid MySQL result resource in /var/www/typo3/lib/t3lib/class.t3lib_db.php on line 677 Warning: Cannot add header information - headers already sent … | |
hello ppl, i have some text that want to have some shadow on it using css, how do i do this? TNX | |
Is there anyway to interpret HTML within a field and execute that HTML at runtime (when the field is displayed)? I have rich text saved and want to display it within a report. | |
good morning... i did a search for this, and didnt find what i needed to see. i have a table with over 40 columns, i need them to align the text vertically like this: [COLOR=Navy]t a b l e h e a d e r[/COLOR] is there a way to … | |
What i am trying to do is to make a like that sends some info to next page so that PHP could use query for the deta sent. OK here is how the hyper link looks like and i want it to send some variable to next page: [HTML]<a href="index.php" … | |
Please help. Using the info in these forums and my own diligence I have gone from 2 trojans, various viruses and spyware/malware to only one problem left. I currently have spybot, adaware and spyware doctor showing up as clean, and yet, this small problem persists. I have run Spybot RegSupreme … | |
Does anyone know if it is possible to place a .swf within a dhtml dropdown. For instance, On click drop down and externally load an swf within the dropdown. Any feedback would be great. Thanks | |
Hi everyone, I am trying to add html tables to a html document and the html table appears but here is the problem in that only certain attributes of the table is being adhered to and the rest ignored. This is what i am doing [code] String table = "<table … | |
I have this blue screen of death which has a security message "Trojan-Spy.HTML.Smitfraud.c IE 0028:c0011E36 in VXD VMM (01) + 00010E36" I have seen many threads and fixes for this. My problem is that I cannot run any of the fixes as I cannot get anything to work in Safe … | |
I have the following code How do i first edit this to take errors and also to be able to attach files. [PHP] <?php //Gets these from page before $mail_ref = $_GET['mail_ref']; $mail_title = $_GET['mail_title']; $mail_location = $_GET['mail_location']; ?> <title>RFC Job Application</title> <link rel='stylesheet' href='../../rfcStyle.css' type='text/css'> </head> <body bgcolor='#ffffff' leftMargin='0' … | |
Hi all, sorry for the title, couldn't think. Basically, i can't figure out an issue with my CSS on NN for one particular thing. The main page area (which has 'test' in it a lot) has an image in a table column to the left of the section, which is … | |
http://ww.bestblanks.co.uk/media.php hi im not sure what im doing wrong with this: have a look at the above url: each product name is suppose to open a small window which will go on to display a description of the product: however when you click on title there is an error and … | |
I'm in need of a PHP tutor/instructor. Does anyone have any recommendations? My background is in front end (HTML, JavaScript, CSS), and I'm having a change in my job at work and need to get up to speed quickly. I'm not even sure what book(s) to pick up. I do … | |
I have a main movie that i am loading swfs into level1 as pages. Each page has a dynamic text field that is populated by an xmp file wth its properties defined by a cascading style sheet. When I look at the movie(page) independently from the main movie it is … | |
simple quick question: which is better to use, .htm or .html files ??? | |
I have the following CSS code for the center column of the a three columns layout. #ctrPic { padding: 5px; background-color: #FFC891; margin: 18px 263px 0px 262px; border-top-width: 2px; border-right-width: 4px; border-bottom-width: 4px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #D45F00; border-right-color: #7F0000; border-bottom-color: #7F0000; border-left-color: … | |
I've made a web-crawler in VB6. I'd like to port it to .NET so I can make it accesible to the public over the web. Basically my own version of Poodle. Porting most of the code will be very easy, BUT, I haven't found any way via .NET to read … | |
I am looking for a resource for my distributors to customize their own product flyers. I only know HTML, CSS, and some Java Script, oh and I have dabbled with PHP a bit. I'm hoping there's something already built where I can customize it. Here is an example I found … | |
This is my php page it's have javascript problem so plz tell me what should i do. <?php session_start(); if($permission=="yes"){?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Gallery</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; … | |
Im getting an error with my website when i try using sessions. Im new to it so im probably doing something stupid [url]http://www.bluetipdvd.co.uk/cart.php[/url] [B]error message:[/B] Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/bluetip/public_html/cart.php:4) in /home/bluetip/public_html/cart.php on line 4 Warning: Cannot modify header information … | |
Actually I signed up long time ago after I found this site on google. I think this site is cool and helpful to the people who needs help. I like to play with photoshop, and I know html and css, well atleast most of it. Currently I am attempting to … | |
Hi all, Would anyone know how to search an external html file for a work or phrase ? I was thinking something like - [code]<?php $fp = fopen('http://www.google.ca', 'r'); if (preg_match('/Google.ca/', print fgets($fp))) { echo "match"; } else { echo "no match"; } ?>[/code] Unfortunently, that doesn't work, but you … | |
hey i just did this script for my phpbb forum. its a cash mod (for anyone familiar with) this is what came up Parse error: parse error, unexpected T_STRING in /home/thei2k9/public_html/includes/functions_post.php on line 359 here is line 359 $message = $lang['Stored']. '<br />' . $cash_message sprintf($lang['Click_view_message'], '<a href="' . append_sid("viewtopic.$phpEx?" … | |
I know this is doing the rounds and there are soloutions suggested, but when I open in 'safe mode' it still wont let me start or run anything. Any ideas, is there something I can download onto disk on my other machine that can help. Need a quick fix even … | |
hi there, bit of a newcomer to web building, and having now finished a site which is xhtml transitional validated (except for the <embed> on the first page for the embedded .rm file... which from what i've seen around the net, is insurmountable). But I have a couple of questions … | |
Hi guys, I am new to this forum and i am seeking help to fix a virus i have on my computer. My desktop has been replaced with a blue background and text saying: Security Warning: A fatal error in IE has occured at 0028:C0011E36 in VXD VMM(01) + 00010E36. … | |
Hello all, first off, I am no PHP coder. I would like to display RSS feeds from other sites, to my index.php on my site. I found this script at [url]http://www.feedforall.com/free-php-script.htm[/url]. It's a php script for this just that, but it displayes in the php file (rss2html.php) OR a .shtml … | |
Can anyone suggest any free/pay script or software of online HTML editor? I want my users to be able to create html page on my website and save to database or text file. TQ. | |
Hi everyone, im really stuck! I need to create a front end web site with a back end access database for my module at university. i have no idea how to do it!! do i create the web page and then create forms within the page and then link it … | |
I'm having a bit of problem with this testing page, [URL=http://www.uwstout.edu/alumni/improved/index.php?id=2]click here[/URL]. Whenever you click on the Welcome or Mission, the CSS buton changed as if there is a a.visisted put on the #lftSideMenu div, but the CSS does not have #lftSideMenu a.visited on. So why is it acting like … | |
I've got problem. Here's what it looks like, [URL=http://www.lorresident.com]Click Here[/URL]. The div [B]#sidebar-b[/B] should not be that far from the [B]#sidebar-a[/B] or Part# 1. They should only be 50px appart from each other. Any help is appreciated. | |
I recieve the error on a computer with Windows ME on it that sounds as if the MSHTML.dll dll is corrupt. However I am unable to access the internet to download a current dll. This Error is occuring after I had run Spybot S&D and Adware SE. Everytime I restart … | |
I have the blue screen with the "Trojan-Spy.HTML.Smitfraud.c" on, and also "Virus Hunter Security" has created itself on my desktop, and I'm unable to delete it. My system is slower than usual and I've had innumerable trojans pop up from AVG (which I've healed or deleted, depending on the files … | |
Hello guys, i'm trying to create a small portal where by every users thats comes in to d site must register b4 they could view tutorials in the website.. i created everything and every thing seems to work fine.. when u click on Register.php it Register and display confirmation.. but … | |
hi,im new here and REALLY NEED HELP,SUDDENLY MY COMPUTER IS INFECTED AND MY COMPUTER SAYS "A FATAL ERROR IN IE HAS OCCURED AT 0028:C0011E36 IN VXD VMM<01>+00010E36.ERROR WAS CAUSED BY TROJAN-SPY.HTML.SMITFRAUD.c" i dont what is that and really needed help because my computer cant function in normal mode,i have hijack … | |
OK, I have a page I've built to customers spec, (boss's). Utilise's min-width etc in NN and Moz. Not IE - obviously. Found JS to emulate min-width..... yet the download for the script is huge! To big. Alternatives - limited.... can only find the IE expression for CSS to emulate … | |
Here is a Example of A Gateway Doorway Page That is spidered by the search engines and listed just as a everyday html based webpage, however when a surfer clicks on a the link coming off the search engine he is redirected right to you root index or main page. … | |
I'm a newbie to Linux. I've set up Fedora Core 2 and got Apache working OK. I'm getting the appropriate page on localhost. Now I want to test Apache for a PHP script I've written with KWrite, but I cannot save a file to /var/www/html because I'm told: "The document … | |
Hi there, I need help pleaseeeee I'm trying to make it so the items listed on my price list page [url="http://www.exoticpublishing.com/price_list.php"]http://www.exoticpublishing.com/price_list.php[/url] don't show up as red when I attach a link to them. See the ones in the boxes... Volume 1, 2 & so on? Anyway someone told me to … | |
I was wondering if someone could aid me in this. all help will be duly noted in the script itself. Here is what i am trying to achieve, a realtime editor of the CSS attributes of a given page. I have the page i am using and the CSS table, … |
The End.