10,325 Topics
![]() | |
This is a start to a tutorial on Security in ASP.NET 1.1 using VB.Net code behind. [size=2][b] SETUP:[/b] [/size] [size=3][color=red][b][size=2]** Note this tutorial builds on/off the[url="http://www.daniweb.com/tutorials/tutorial19303.html"] Updated:Simple ASP.Net Login Page tutorial[/url] **[/size] [/b][/color][/size] [u] [color=Blue][b] Login.aspx HTML Code[/b][/color]:[/u] [code] [size=3]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="NorthLogin3.WebForm1"%> [color=#0000ff]<![/color][color=#800000]doctype [/color][color=#ff0000]html public [/color][color=#0000ff]"-//w3c//dtd html … | |
In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the … | |
Is It Possible To Use C++ With Html, It Would Be Verry Help Full In My Programing? | |
<? if($_POST[format] == 1) { $str = <<<EOD <!-- tinyMCE --> <script language="javascript" type="text/javascript" src="htmleditor/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : "exact", elements : "msg_area", width : "576", height : "380", … | |
Hai group, im a newbie in HTML,CSS,JAVASCRIPT.. I was involved in dev of a prototype using the above 3... everything went fine...but the pending requirement is .. when we right click on a row in table in a prototype, we have coded such that a context menu appears..its working fine..but … | |
Logfile of HijackThis v1.99.1 Scan saved at 6:29:45 PM, on 3/16/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Unable to get Internet Explorer version! 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:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\PROGRA~1\Grisoft\AVGFRE~1\avgamsvr.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgupsvc.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgemc.exe C:\WINDOWS\System32\CTsvcCDA.exe C:\WINDOWS\System32\nvsvc32.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Java\jre1.5.0_04\bin\jusched.exe C:\WINDOWS\System32\spool\drivers\w32x86\3\hpztsb04.exe C:\WINDOWS\BCMSMMSG.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgcc.exe C:\Program Files\Common … | |
I just started to have experience of making web sites. I know html and flash and things like that. I had some experience with javascript. What is the use of php? also, what is the use of css and javascript? which one should i learn first? which is the most … | |
The probably isn't the parsing actually, I can't even get to that part yet. The webpage uses a different character set, "windows-1252". But even after setting the reader to use that charset (which exists in the system), I still get the ChangedCharSetException. [code] String link = "myurl.com"; URL url = … | |
I've done extensive work developing a large on-line application form, only to find that it will not render properly in Firefox (1.5.0.1) or Netscape (8.0). The panels are overlapping each other and style settings such as backcolor are not propagating to child elements. Yet, it renders nicely in IE. I've … | |
Hi everyone, Is it possible to insert html into a styled document using the rtf editor kit? If it is possible could someone show me a simple example of how this is done Yours Sincerely Richard West | |
Hi! I am having problems with my DIV code that I am trying to use for Myspace. It's fun to work with, but frustrating because I'm not working it properly. I have looked through an HTML book for instructions but still can't fix my problem, but I don't want to … | |
. The problem is I want to print a html document in landscape orientation. Actually we have 2 tables in a html form. The table contents are dynamic i.e we retrieved data from database using JSP and inserted into the table using HTML tags like <table>......</table>. Please any one help … | |
Ok, so it's easy enough to modify element CSS on the fly with getElementById. Problem is, you have to give a unique id to every single element on your page you want to be able to modify. I don't want to have to make over a 100 unique id's for … | |
Guys I am trying to do the following in html can you please help :cry: I am having problems positioning images as follows [IMG]http://img230.imageshack.us/img230/5721/image5qg.jpg[/IMG] | |
Hi, Please guide me on brief details of HTML,PHP,CGI(Common Gateway Interface) and the difference between them. | |
hello im having twoo issues as stated in the topic name. one of them being the page not being able to load in Opera and the second one being a warning that pops up on the page if you are using IE because my website is Standards Compliant and is … | |
Yep, the title is right! All I want is a method for getting IE to display 2 divs in a row, the l/r to be 200px wide, the center fluid. The only stipulations are that all three stretch to 100%, (usually easy in IE), and that the HTML order is … | |
I need to produce a 'report' from a whole bunch of different criteria used to generate the resulting document on the web. This will need to be printed to an A4 sheet, but here is the rub - I need to be able to control page breaks. I need to … | |
Hi ALL: I been created a <page-break-after:always> for page break purpose in printing HTML report in order to break the report. But unluckily i found that what i did is known as "hard coded". They want something called "Dynamic Page Break" so that when the report content can automatically fit … | |
I have worked with alot of web technologies, having alot of experience in CSS,HTML,PHP,MYSQL, and recently picking up javascript. I am interested in learning a non web-programming language, and was wondering which would be best to pick up? I'm leaning toward Java because I was asked to go into an … | |
Hello; I hope an experienced person can help me. Our site: [URL=http://www.attotech.com]attotech.com[/URL] has a top menu that currently works in Internet Explorer but does not in Firefox. I have used HTML Tidy for my index page and now it looks ok in Firefox but not IE. I have reverted back … | |
I wonder if there's any difference between Dreamweaver 8 (which I'm currently using) and Dreamweaver UltraDev (which I've heard is mainly for ASP). Basically, since I'm looking for a job as a Website Developer & as the employer often ask for not just HTML based skill but also CSS, XML, … | |
Would it be possible to display only a message e.g. "Page Loading..." until the page has fully loaded, then display the fully loaded page? I don't know if this can be done with Javascript, css or html. Would it also be possible to show what percent of the page has … | |
[code] <html> <head> <title>frame and button</title> <script language="VBscript"> function sho(form) { //document.writeln("click click boom!"); //alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form > <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form);"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> [/code] | |
Hello! I'm trying to place a google search bar on the right hand side of my header. So my logo is on the left and search is on the right. So I've got a table with two columns, logo in one and search in the other. But for some reason … | |
Hi All - I am currently using a Javascript for a pop up window that enlarges a thumbnail picture. I wish the POP UP window image to be LINKABLE - that is on mouseover of IT, goto a new window URL - Any help would be extremely appreciated!!! My Current … | |
Hi All, (G'Day) :cool: (first question in forum) I would like for my web site to intelligently re-direct to another (host/server) which is my mirror. I was thinking of maybe using JS or PHP ?? but I have little knowledge other than cutting/pasting/editing to suit. I use HTML and CSS … | |
Hi all. I have just found this and look forward to having a good read. At a glance, I need to offer thanks and congrats to the owners, moderators etc... it looks really handy. Me: >> [URL=MS WEB PEOPLE]http://www.mswebpeople.com/[/URL] This is my home page, where I spend most of my … | |
Hello, I am trying to create a website, but I have ran into a snag, I can't get the images to display in the background using css. I have looked at some tutorials and did exactly what they said to do and it still hasn't worked. Here is what I … | |
<html> <head> <title>frame and button</title> <script language="Javascript"> function sho(form) { document.writeln("click click boom!"); alert("clicked!); form.tex1.value="abc"; } </script> </head> <body> <form name="cosine"> <input name="tex1" type="text" value=" "><br><br> <input name="button1" type="button" value="click" onClick="sho(this.form)"> <input name="reset1" type="reset" value="clear"> </form> </body> </html> | |
Here is a current page I am working on [url="http://www.russabbott.com/VERSION_2/tattoo.html"]http://www.russabbott.com/VERSION_2/tattoo.html[/url] I would like to change the color of the borders on my image links but cant seem to figure it out on my own. I'm sure its something easy that I am messing up. To do this with text, i … | |
Hi, does anyone know of any sites where I can read up on the defination, cause and solution of HTML dangling. Regards TetuGal | |
Is there anyway i can use CSS or HTML to put a text object on top of a piece of a picture? | |
I would like to create a perl script which serves up an html page. Only one perameter needs to be passed to the script: something like [url]http://www.website.com/page.htlm?1234[/url] When a person types the above in their browser, they get a webpage. By typing in a differant number at the end, they … | |
I figured it was about time I updated my mod_rewrite tutorial for vBulletin. Therefore, I decided to provide you guys with the exact, full mod_rewrite that I use here at DaniWeb. It's written for a clean install of vB 3.0.7. [b]This version is not for the faint of heart![/b] Some … | |
So what is the difference between all the difference postions absolute, fixed, etc.. Can anyone give me a list of them and bit of explantion? Thanks | |
I came accross a website tha was all java css and html and it was websites within websties you also could move the ladyers around the websites and positon them Does anyone know of a website like this | |
Hi I need some help for HTML for embedding checkList Box. How can embed CheckList Box on HTML Page using Java Script code. Thanks | |
First I noticed images within the div tags aren't appearing in my Firefox browser. Also, I have a videogame website, and I'm having trouble with it. There is too much space at the bottom of the home page, and I can't seem to rid of it in Dreamweaver. I'd appreciate … | |
I haven't learned how to do my own javascript but I have some snips from the HTML editor I use (1Page). I'll like to insert some of them into my pages (which I know how to do) but as an external linked file. Is there an easy way to do … | |
I am developing my first e-commerce site and have run into a slight problem with the page counter. As you can tell in my code below, I set my number/Pg and start page level vars as follows: $numPerPage=3; $start=0; I know I am missing a limit in my SQL stmt, … | |
I keep getting redirected while on Firefox. First the browser goes to yyy65.html, then it shows a random ad. Im sick and tired of it. Im usually fine with handleing viruses and malware. This seems to be beating me. [IMG]http://img502.imageshack.us/img502/4251/yyy4dc.jpg[/IMG] [IMG]http://img502.imageshack.us/img502/4792/winpro0lu.jpg[/IMG] Here is my HijackThis log: Logfile of HijackThis v1.99.1 … | |
I am doing a perl project for school in which I am using CGI.pm. I am a complete perl novice. With the following: [code] use CGI; $query = new CGI; print $query->startform({-action => "foo.cgi", -method => "post"}); print $query->p($query->textfield({-name => "bar"})); print $query->submit({-name => "action", -value => "submit"}); print $query->endform(); … | |
Alright still kind of new to CSS. Could someone take a look at the following link on Firefox and then IE. Firefox is almost right IE is no where close. I want the border on the sides of the main table to span 100% of the page, IE it only … | |
I want to make a list where the list is complexly aligned against the left hand side. Here is an example code snippet that I am using, I put the list inside a black table so you can see the gap. How do I get rid of them? [IMG]http://dems.brangle.com/list.jpg[/IMG] [html]<html> … | |
I'm having problem loading a java gui into a html page as an applet. I believe the problem is the init method. this is the first time i've had to make one and i don't think i did it right. here is my java code: [HTML]code[/HTML] package gui; import java.awt.*; … | |
Hi i have a problem since 2 days windows are popping up every minute [B]example[/B] [url]http://e.rn11.com/adbuys/a405-admed-ron[/url] of urls ending @ [B]/yyy34.html [/B] like [url]http://www.searc-h.com/normal/yyy34.html[/url] or [url]http://www.your-deal.com/normal/yyy34.html[/url] i've done nothing special or strange due to downloading or surfing i read a few articles and ive included my hijackthis log... i hope … | |
If I use form default "grey submit" button, I can define value like: <input type="submit" name="button1" value="submit"> However if I use image instead of "grey button", how can I define value? <input type="image" name="button1" src="img1.jpg"> As I have multiple submit image buttons, so I need to submit its own value … |
The End.