105 Topics
I don't even know how to explain what I am trying to accomplish. I am interested in code perl and html. I am a webmaster for an organization. I am trying to redo a gallery web page that uses csv databases and perl to auto write html. I want to …
hi im new to java...i want to add data in database from html form and applet plz help me..
Hello Experts, Can any great person help me for mp3 song playing on my web page. I added (player_mp3_maxi.swf) in my project. So, it’s working best the problem is that when I Click button Code is given below then autoplay does not work but when I load song by give …
Hey guys.. is it possible if i wanna save a textbox value in a variable using timer? for example string text when timer interval is 10s { textbox1.text = text textbox1.text = newline } when timer2 interval is 15s { textbox1.text = "" } or something like that.. its like …
Hi there I have created a simple form for my assignment in Front Page(FP) Which has to submit info to a MDB file MDB file was created by FP its self. the thing is when i click submit it gives me a successful submit confirmation but when i open the …
Hi Guys I need a script which will allow me to redirect the user to an external webpage - I have a t&c's page on the site so the user needs to 'accept' t&c's before they are redirected to the thirdparty website. I used javascript however it seems to not …
I hope I chose the right section for this... Apparently HTML5 is ready according to SNIP I was expecting it to be ready sometime next year. Should I start learning HTML5 seriously now or should I wait until it everything is standardize? ex video format
hi, i want to make a car race game but i don't get the idea for moving the user car and opponent's car..... Can you suggest me :icon_confused:?
Hi, I'm having some requirement where i need to show some value in div tags and latter parse it to save in database. the value which is html escape char are getting translated when in div thus making the input wrong. like some where i'm using & and < they …
I am new to programming with vb2008 and I am trying to fill out a form on line. The form looks for keystrokes and keeps track of the number of characters typed. There are two elements on the form that use this method. The first area will allow me to …
Hello, i'am newbie. I don't know about programming language,in each language, i only know "hello world". Javascript is spend more expensive bandhwidth. Especially for Limited Account of hosting. Is it possible to convert javascript to php or html ???
Hi all.... Ok, so I've got 3 components, all working independently: 1) Simple HTML page 2) PHP Script (which produces 3 arrays) 3) Javascript (which processes 3 arrays) Now, I need to hook them all together through the HTML. The PHP should be called on the loading of the page, …
Hi, The data is stored in the database as HTML code . So this text : [B][U]employee”s[/U][/B] Is stored like this [B][U]employee& #8217;s [/U][/B] The problem comes when I use the search function,because it compares this value [B][U]employee”s[/U][/B] to the database's contents,instead of comparing [B][U]employee& #8217;s [/U][/B] to the database's …
I am beginner in html / website design. I have 4-5 webpages. All these pages have top banner, left sidebar & right sidebar. At present I am writing html code in all the 4-5 pages for these above elements. Is there a way, I just write the code once (in …
ok so im just starting out in html and was wondering if there was any good tutorials people know that i can try and all that... i have a project in school that im going to create a website with it and since i started learning javascript and c++ a …
Hi Every One I am designing one site in Zen Cart 1.3.8a almost every thing is completed, here I came for one simple help from you all. I want few text fields and drop down boxes should generate when user click on Add new item Button and the previous entered …
hello, i just had a very simple question about float, so i am not going to post the full coding, only what matters in this instance. my output of program shows the computed number as 4, instead of 4.00, even though it is declared as float Here is the example: …
Hello everyone, I have a button on a page that is created with the <input> statement - this statement also contains the event handler onClick. The button displays correctly on the page but the event handler is not working - I know this as I put a simple alert at …
Hi! I have a dropdown that is populated by a hashtable. THis part is working fine. But, I have to select an option in this dropdown according to information I get from a SQL Query. It's like this: The field in the table can have 0 - 3 0 First …
Hello I want to send information from textbox1 in (form1) to textbox2 in (form2) . How can i do it? please hellp me thank you[code][/code]
write a programm which out put is a triangle example 5 4 4 3 3 3 2 2 2 2 1 1 1 1 1
I am posting form data into a file and also on the web page. Could please tell me how do i do that with ruby. This is my code for html form [CODE]#!/usr/bin/ruby print "Content-type:text/html\n\n"; # Display the form print <HTML; <html> <body> <form action="form1.rb" method="post"> <p>Your Name:<input type="text" name="name"></p> …
It seems the search function on the site is broken. If I enter a phrase in the search box, it does return results. However, leave the box blank and click search to get the advanced options, and no matter what I put in, it came up with 'Sorry - no …
Hi there everyone. Does anyone have any idea how to stop my xml feed displaying # instead of £ and companys instead of company's. I've tried everything I can think of. In UTF-8 it won't show hardly anything in ASCII it works but still spits out the errors above. [CODE] …
Hi there everyone. Does anyone have any idea how to stop my xml feed displaying # instead of £ and companys instead of company's. I've tried everything I can think of. In UTF-8 it won't show hardly anything in ASCII it works but still spits out thhe errors above. [CODE] …
I am a beginner in html. I wanted to make a page in xhtml. So does changing all characters in html code to lowercase make it Xhtml?
hi, i want to add the text in one text boxto another text in another textbox. i mean ,we enter value 5 in textbox1 and enter value 10 in textbox2 and finally when we click on button the result(15) will be displayed in textbox3. how it is possible. can u …
Hi all, i want to get charset from HTML site but do not know how. I am searching in google and trying but no solution that works yet. I need to reed this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> .. so utf-8. Any idea? regards, mitja
I am coding a web spider for research purposes and have run into an error I am uncertain about. I am fairly new to web programming and need a bit of guidance. I use http.client to get a connection, request a site, get the response, and read the resonse into …
Hey Guys I'm kind of a newbie to C#. Now the syntax and the like don't bother me because I love java, so the actual programming is no problem. However, I'm trying to do something I can't figure out. I want to write a module in Visual C# (Visual Studio …
hi, i just wrote a program for my website with a search function. everything works fine but i have a problem with the links to the other result pages. this is the code [code=text] <?php $errors = array(); if ($_POST) { $mysql = mysql_connect("localhost", "root", "") or die("couldn't connect to …
I'm a newbe at this so started the walkthrough. I'm really confused about one statement [url]http://msdn.microsoft.com/en-us/library/k4cbh4dh.aspx[/url] [quote] [b]Adding and Programming Controls[/b] <snip> [b]To Set Control Properties[/b] <snip> 3. Put the insertion point in a space within the <asp:label> tag, and then press SPACEBAR. A drop-down list appears that displays the …
Hi all, I have a html file, i need to extract name , address and phone no. from it. now name is in <span class="name"></span> add is in <span class="list_address"></span> phone is in <span style="display:none" ID="phoneVal11"></span> I have used following code for getting name,add and phone: [code] <?php function get_name($file){ …
hi i need to get input of mail body in textbox. how can i get it formated in html? plz guide. thanks in advance.
Hi Friends, My problem is that when i save my report in .txt or .html format. It's format not same as report in programme. Mostly values goes down from there position. For reference i am attaching my report .txt file. Please help Thanking you
So, I'm making a simple program that can edit text files. I have a text input that says "Please enter the name of the file, followed by a '.txt'. ". Although, whenever I enter a name, it will only show you the first character of what you entered. So, how …
If i try to access the [url]http://Amit/dll/default.aspx(Try[/url] to open the file) i get the error mentioned below: The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. HTTP Error 404 - File or directory not found.<BR> Internet Information Services (IIS)
Hi, I have a cgi script in python that outputs a html table, but i also need to count the number of rows in that specific table. Any ideas on how i can proceed? Thanks in advance, ymf
I know that this is a simple one but never the less I forget how to do it. How do I create white spaces on my screen. Im writting in DEV-C++. I want my output to look something like this Name title pay Sam Uni student shit I know how …
Hi, thanks for looking. The problem is that I can't get a custom header in my emails no matter what i do. The code i have is shown below. From everything I have read it seems like it should work. I have also had a chat with my host (Hostmonster.com) …
please help! how do I fix my images in dreamweaver? All I get is a icon of a broken page. [code=HTML]<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Clubs</title> </head> <body bgcolor="#000000" background="09.jpg" link="#FF0000" vlink="#FF0000" alink="#FF0000"> <div align="center"> <table border="0" cellpadding="0" cellspacing="1" bgcolor="#000000" width="962" height="1389"> <!-- …
Hello, It has been quite some time since I have done any .xml/.xsl work My current site displays the contents of the category (only) when clicked. What I need it to do is display a Long list of all content from all categories seperated by Category heading. Also when a …
The following piece of code is supposed to add html spaces in place of leading spaces. /** * Finds all leading spaces on each line and replaces it with * an HTML space (&nbsp;) * * @param s string containing text to replaced with &nbsp; * @return the new string …
Hi, can you help me i want code that show a picture and another code to save picture finaly how can add flash on my programme please please give me answer quickly best wishes
I need some help! LOL - I have been working on this assignment for days and I just cannot seem to get the CSS right.. Im hoping someone here can help shed some light on this for me.. this is what Im trying to do in my embedded css [I]Set …
Hello , I have created an treeview control in C# form,how can i load this control to my HTML page? Thanks
Hello, The 'Mark this forum read' link present in the 'Forum Tools' drop down menu on each page doesn't work for me i.e. is non-clickable. On viewing the source code I came across this: [code=html] <tr><td class="thead">Forum Tools<a name="goto_forumtools"></a></td></tr> <tr><td style="cursor: default;" class="vbmenu_option vbmenu_option_alink"><a href="newthread.php?do=newthread&f=29">Post a New Thread</a></td></tr> <tr><td style="cursor: …
Connect 5!! [url]http://www.playdo.se/games/luffare/default.asp[/url] I havent won yet :D
i need to redirect to other page with out using header if it is not possible tell me how can i use header with relative url plz n 10q
I have some data in my window forms in dotnet i want to call a html page from that window and display that data too on that html page is this possible ???????
The End.