6,557 Topics

Member Avatar for
Member Avatar for nagatron

Hello to all, I would like to ask if it is possible to transfer a text from a VB textbox to HTML textbox? If it is, how? Thank you in advance. Regards; nagatron

Member Avatar for AndreRet
0
168
Member Avatar for SunnySideUp

Hi, I am using Tiny MCE as a Textbox to get user generated input which can be bold, italic, underlined, lists and different alignments. When the user submits the form data the information is then saved to a variable like below: [CODE] $jobDesc = mysqli_real_escape_string ($dbc, $trimmed['txtJobProfile']); [/CODE] The I …

Member Avatar for SunnySideUp
0
199
Member Avatar for bella422316

I would like the output to be JUST the TIME. Currently it also displays the date. How do i fix this. [code] <html> <head> <title> Start and stop a clock </title> </head> <body> <input type="text" size= "60" id="theclock" /> <script type="text/javascript"> var setIntervalID = window.setInterval("setClock()",1000); function setClock() { var now …

Member Avatar for cyrillc
0
73
Member Avatar for Matthew N.

Hi, I have a code here, a back button in such. Here is the code: [CODE] <FORM> <INPUT TYPE="button" name="but1" value="Go Back" onClick="window.location='jbutton.htm'"> </FORM> [/CODE] Please use HTML to do this IF POSSIBLE. I would like to use a image with like say [CODE]<h2>[/CODE] above it, and both the picture …

Member Avatar for Matthew N.
0
100
Member Avatar for daviddoria

After reading some tutorials it looks like this is how to embed a video with html5: [code] <html> <body> <video width="560" height="340" controls> <source src="big_buck_bunny.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> </video> </body> </html> [/code] (That video is in the same directory has the .html file) When I do this, I see the …

Member Avatar for hindlist
0
89
Member Avatar for <?davec

Hi there, I'm using this script for collapsible divs... [url]http://www.harrymaugans.com/2007/03/06/how-to-create-an-animated-sliding-collapsible-div-with-javascript-and-css/[/url] Everything's working fine but I need to add an image for show/hide state. When the div is showing the header displays an "open" arrow...when closed it displays a "closed" arrow. Any help is really appreciated!! Thanks :) Here's the JS... …

Member Avatar for Airshow
0
109
Member Avatar for Infame

Hi! I'm having a slight problem. You see, this is my first webpage; I continued to edit it, 'till the layout looked somehow ok. The design was all based off viewing it from Google chrome. When I borrowed a friend of mines computer, I was greatly shocked... None of it …

Member Avatar for JRM
0
83
Member Avatar for Viruthagiri

Hello Friends, I have a site called [URL="http://minitaskr.com"]minitaskr.com[/URL] I'm getting some unknown symbol as a error in my pages. I believe the error is in the styling of the page. This is the error symbol. [QUOTE].�[/QUOTE] You can check this error in this page. [URL="http://www.minitaskr.com/faq"]http://www.minitaskr.com/faq[/URL] Can anyone solve this?. I'm …

Member Avatar for Viruthagiri
0
87
Member Avatar for kiamzattu

Hi everyone, I have to add a new link at the top in my webpages.We already have a couple of links at the top right and this new link should come exactly below it. We have CSS for aligning this link to the right and its within a div container. …

Member Avatar for ko ko
0
203
Member Avatar for JayGeePee

I was wondering how to display php on a html page? My site has a php backend doing all the work, html to make it look good. I'm trying to display a chat box which is coded in php on my html header page.

Member Avatar for kylegetson
0
196
Member Avatar for Magic_Turtle

Hi everyone, Im new to coding and php and need some assistance on how to read php information from a file and display it in an html table. Basically the site my teacher has asked me to make is one where i can type in a url, link text into …

Member Avatar for sudeepjd
0
737
Member Avatar for spazticrexe

I have having an issue where I have specified a font size with em, but when I go to resize the fonts on the page (in IE7 using the View>Text Size>Larger or Largest) Everything on the page with the exception of the text controlled by the following css resizes correctly: …

Member Avatar for dennishall
0
558
Member Avatar for dlannetts

How do most people make the layouts for their sites now we have things like: [CODE]<header> <nav> <article> <section> <figure> <summary> <details> <footer>[/CODE] Just curious as i am wondering how most do it : 3 I quickly wrote this up: [CODE]<header> <nav> <section> - Welcome <details> - who wrote it …

0
104
Member Avatar for goodguy73

I know there has been lots of discussion about how to make an entire website render centre screen, regardless of monitor size or format (e.g. widescreen). It seems most answers rely on use of tables, which we're repeatedly told is an outdated approach to layout. Also the <centre> tag is …

Member Avatar for sudeepjd
0
207
Member Avatar for sadhawan

Hi Guys, I want to read html file and parse it and then assign the extracted info to the dataobjects. How can i do this .Thanks

Member Avatar for hyperion
0
143
Member Avatar for eefh01

Hi, I am just trying to have a login form on a page using div tags. After successful login without refreshing the page, the textboxes on the form should be replaced by Welcome message or displaying username and Logout button. Can somebody throw a little light to show me the …

Member Avatar for Airshow
0
94
Member Avatar for Ritesh_4

hello am currently facing a problem with the popup which appears when I hover on a link: (see 1st attachment) while it should have been as shown at design time (2nd attachment img) For those familiar with drupal, the part which is shown in 1st attachment is from the left …

Member Avatar for Ritesh_4
0
105
Member Avatar for sameeya007

think there are 3 selecting box in web site.1st one is jump menu and other 2 are select menu.usually jump menu what happen is when we select some thing from that it jump to another page or some where..i wanted to know .when i select some value on jump menu …

Member Avatar for sameeya007
0
37
Member Avatar for badbanky

Hi!! Evri1. I gat a bit of a problem dat i need solved i register at freehost site e.g x10. But whenever i try 2 upload a file 'tutorial.php' mi accunt gets blocked. Nd den a message is sent to me saying i ve broke their terms of service by …

Member Avatar for badbanky
-1
130
Member Avatar for churva_churva

I already make a web page and I want to upload it for so that it would be accesible for everyone..but i don't know how any suggestion.. Any guys here that know where should I upload my website for free..

Member Avatar for RykeTech
0
175
Member Avatar for preetg

hi...... i am using window xp.....apache server m new in php i inserted record in database through forms .now i m facing problem to delete the records from database in php code..... above code is not working properly...give me solution within 2 days....

Member Avatar for didier_m
0
414
Member Avatar for camerondane

I am running a form that pulls data from multiple mysql tables. However whenever the php/mysql code is in the html form tags it will not read the php/mysql nor will it read any php for exampl echo "here";. I have done this several times before so I imagine it …

Member Avatar for camerondane
0
194
Member Avatar for swornavidhya_m

I've created a seperate html files for navigation, content and footer. I want to club those files. All the navigation, content, footer files resides in the same directory where the index.html file resides. I want to include the above mentioned html files inside the index.html. I have tried using the …

Member Avatar for Dandello
0
176
Member Avatar for aizel

good evening to all :) i am having a problem with my css lesson and i hope you guys code help me :) this is 3 layer image result: [URL=http://img149.imageshack.us/i/headerfull.jpg/][IMG=http://img149.imageshack.us/img149/8155/headerfull.th.jpg][/IMG][/URL] this are the image needed to create the 3 layer image the logo [URL=http://img834.imageshack.us/i/logoml.jpg/][IMG]http://img834.imageshack.us/img834/9944/logoml.jpg[/IMG][/URL] left photo [URL=http://img834.imageshack.us/i/headerphoto.jpg/][IMG]http://img834.imageshack.us/img834/287/headerphoto.jpg[/IMG][/URL] the line( it …

0
88
Member Avatar for Nth_

Hello, I am currently creating my first web program using Visual Studio 2008 (asp.net with c#) so am probably going about many things the wrong way, but it is to be expected! The issue in question: -I have a dropdownlist(ddl), which is populated from a SQLDataSource. -The text in the …

0
126
Member Avatar for dammmm

Hello, I am looking for some fullscript/CMS ready-made which would help me to see how to articulate and merge ruby/html/MySql. I allready worked on these different languages but have difficulties into merging all of them togheter to create a website. I thank you in advance, Damiano from Nicaragua! :)

0
67
Member Avatar for awestove
0
64
Member Avatar for sundip
Member Avatar for rakibtg

I want to know how to make a frame in html which will not lookink like a frame, i mean if we do right click on a frame then it will then browsers show a link like [B]This Frame>[/B] but i wanna make a frame which will work as a …

-1
42
Member Avatar for MsuDU19

Here is what i have a problem with. I need to display variable inside of an html table if the variable's are not empty from a form on a previous page. When the form is fully filled out it isn't displaying any of the table at all. Please help. [code] …

Member Avatar for MsuDU19
0
186

The End.