6,557 Topics

Member Avatar for
Member Avatar for hbmarar

hi to all, I am just asked to make a news letter. What I did:> I have made a web page uploaded to server.Then I openend the outlook and used New Mail-> Web page .It prompted for URl and I gave URlto this page in server.It loaded the page fine …

Member Avatar for hbmarar
0
132
Member Avatar for HLD77

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 …

Member Avatar for campkev
0
129
Member Avatar for nspireing

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 …

Member Avatar for nspireing
0
405
Member Avatar for edemko

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 …

Member Avatar for bprakkmr
0
175
Member Avatar for soulwolf

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 …

Member Avatar for crunchie
0
166
Member Avatar for sergiu

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 …

Member Avatar for sergiu
0
229
Member Avatar for AMendoza

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 …

Member Avatar for dlh6213
0
98
Member Avatar for pop

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 …

Member Avatar for swatkat
0
194
Member Avatar for beemerit

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

Member Avatar for beemerit
0
147
Member Avatar for bobby9101

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 …

Member Avatar for bobby9101
0
203
Member Avatar for ozeeo

hello ppl, i have some text that want to have some shadow on it using css, how do i do this? TNX

Member Avatar for peter_budo
0
85
Member Avatar for pgesel

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.

0
59
Member Avatar for ashneet

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" …

Member Avatar for Killer_Typo
0
200
Member Avatar for SuziQ

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 …

Member Avatar for dlh6213
0
371
Member Avatar for mcricks

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

Member Avatar for Eddie Traversa
0
185
Member Avatar for freesoft_2000

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 …

Member Avatar for freesoft_2000
0
140
Member Avatar for durbanboy

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 …

Member Avatar for dlh6213
0
104
Member Avatar for jules214

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 …

Member Avatar for jules214
0
76
Member Avatar for USARARE

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 …

0
92
Member Avatar for Ghost
Member Avatar for Zachery
0
165
Member Avatar for ljCharlie

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: …

Member Avatar for ljCharlie
0
93
Member Avatar for jerMAn

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 …

Member Avatar for jerMAn
0
123
Member Avatar for sm00nie

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 …

Member Avatar for sm00nie
0
233
Member Avatar for thei2k

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?" …

Member Avatar for Troy
0
146
Member Avatar for nickib

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 …

Member Avatar for DMR
0
81
Member Avatar for jules213

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 …

Member Avatar for Dogtree
0
85
Member Avatar for emilythestrange

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. …

Member Avatar for dlh6213
0
267
Member Avatar for TraderX

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 …

Member Avatar for Troy
0
138
Member Avatar for zippee

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.

Member Avatar for Troy
0
196
Member Avatar for andrewgowland

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 …

Member Avatar for jwshepherd
0
2K

The End.