15,698 Topics

Member Avatar for
Member Avatar for tiekwebstar

Hy, i am a new here. this is my first post.check this website http://www.abswheels.se/ below slider there is an 3 colunms Marke(Main category) , Modell (Sub Category) and Motor(Sub Category). You can see the default selected menu below slider. When you select other main category than sub category and 2nd …

Member Avatar for bato3
0
2K
Member Avatar for jfunchio

I'm trying to add a file uploader to my website and I was wondering if there is any way or any open source code that can upload a file and the display the contents of the file in an html textarea. This files with most likey be Python or Javascript …

Member Avatar for AleMonteiro
0
198
Member Avatar for priebd1

Hello, I am developing an online operating system and have a set back. Im not sure whether the programs that are launched (ex: text pad, video player, command line, etc.) should be launched within an iframe or built directly into the operating system. If I do the iframe approach, applications …

Member Avatar for AleMonteiro
0
137
Member Avatar for Peek@u

Hello I am having an issue assigning a variable to a select box selection so that i can feed the variable back into future queries. Please see code below: <select name="room" id="msg-room"> <?php $query = mysql_query("SELECT * FROM rooms ORDER BY ROOM asc"); while($data = mysql_fetch_assoc($query)) { ?> <option value="<?php …

Member Avatar for LastMitch
0
142
Member Avatar for lse123

A)is used for 1) Inheritance in js(JavaScript)? Is this the ONLY way of Inheritance in js? derivedObj.prototype = new BaseObj(); or 2)adding properties/methods to an object, that added to Contractor of this obj? in this case old objects that already instantiated will have as null this property? B)prototype property used …

Member Avatar for joe.vim.37
0
144
Member Avatar for Eggstraordinary

I can't seem to hide my paragraph the way i wanted it to be. I checked my code a lot of times and it seems correct. I don't know why it's not running. <!DOCTYPE html> <html lang="en"> <html> <head> <script type="text/javascript" src="jquery/jquery.js"></script> <script type="text/javascript" src="jquery/toggle.js"></script> </head> <body> <input type="button" value="hide" …

Member Avatar for Eggstraordinary
0
205
Member Avatar for codechrysalis

Hi everyone, I need some help with Homework I have to create this rudimentary Minesweeper game where I have a HTML page with 100 buttons in a 10 x 10 Table with a value of '1' . My Question is , is there a more efficient method of generating a …

Member Avatar for AleMonteiro
0
144
Member Avatar for klemme

Hi all, Im almost there, just need to get the videojs to work in IE9. I can see the player, but the video is not being played, like nothing happens when I press the play btn.. It works just fine in all other browsers, FF, Opera, Chrome, Safari. This is …

Member Avatar for klemme
0
134
Member Avatar for HunainHafeez

i have page at facebook with the name of my website (fanPage), i imported like button script from FB to my website code , so i want then when user visits my website then whereever he clicks on my page then it should be actually clicking LIKE button but invisibly, …

Member Avatar for HunainHafeez
-1
177
Member Avatar for Violet_82

Hi, I am having some funny problems with hiding and showing the navigation and I am not entirely sure why. Here's the demo: http://antobbo.webspace.virginmedia.com/various_tests/worktest/hidingnavigation/test.htm and here's the code: html: ... <!-- NAVIGATION --> <div id="navBox"> <ul> <li class="mainList"><a href="#">Item 1</a> <ul class="subList"> <li><a href="#">sub item1.1</a></li> <li><a href="#">sub item1.2</a></li> <li><a href="#">sub …

Member Avatar for AleMonteiro
0
92
Member Avatar for vizz

How to stop websites going out of frame. for example:- I got website Which goes out of **iframe** tag <iframe src="http://muscleasylum.com" height="100%" width="100%" ></iframe>

Member Avatar for AleMonteiro
0
199
Member Avatar for ziyaddinsadigov

Hi, guys, i want to check - url exists or not and i want to do it witj AJAX. What code I must use for it?

Member Avatar for AleMonteiro
0
107
Member Avatar for Navlag

The code below seems to work great in Google Chrome, it hides a question in a div unless the question before it is answered. However, it doesn't seem to work at all in I.E 8. Can someone give me a solution on how to make it work in both browswers …

Member Avatar for EvolutionFallen
0
332
Member Avatar for vanderbergit

Hello DaniWeb forum users, Thank you for reading my post. I am trying to build a function that checks the content of the form.. My HTML website contains a dynamic number of elements (with a standard of 5 elements) Each element contains 2 input text fields and a jqueri slider. …

Member Avatar for AleMonteiro
0
168
Member Avatar for ita_info

Hello All my friend ..... I have the following code it work well .... but in some case the image which round(ajax image ) continue rounding , I mean that the code in reponse section doesnt work , becuse I put in response section code to hide image which tell …

Member Avatar for AleMonteiro
0
133
Member Avatar for DJ-DOO

Hi Folks, I've recently started using High Charts to chart dynamic data from my database. I was on last week with an issue in relation to my column charts not rendering. I managed to figure that out with the assistance of other forum users. I now have a new problem, …

Member Avatar for sandi triana
0
3K
Member Avatar for jackbauer24-2

Hey guys! Remember jackbauer24? I'm the same guy, but for some reason can't log into my account. So this is my new account. Anyways, here is my code:- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <!-- Bootstrap and jQuery UI CSS Libraries are included here --> <link …

Member Avatar for jackbauer24-2
0
243
Member Avatar for vizz

**script** <script type='text/javascript'> $(document).ready(function() { $("#content").load('http://google.com'); </script> **Open website here** <div id="content"> </div> Above code is not working for me Help please

Member Avatar for JorgeM
0
39
Member Avatar for McLaren

file where I am getting error: http://pastebin.com/7Pk45vUf this error is thorwn at line: var tV = b2Math.AddVV(poly.m_position, b2Math.b2MulMV(poly.m_R, poly.GetVertices()[0])); I am starting to break the mouse, I cannot understand why it does not have this method. I am working by tutorial http://net.tutsplus.com/tutorials/html-css-techniques/build-your-first-game-with-html5/ but it is with old box2d versio and …

Member Avatar for McLaren
0
173
Member Avatar for atiqur_29

here is an example that if i enter id then it will retrieve data from database & print it within form fields. my database has only three column- id, name & number. here is my index.html file: <html> <head> <script> function showData(str) { if (str=="") { document.getElementById("ajax-content").innerHTML=""; return; } // …

Member Avatar for gabrielcastillo
0
248
Member Avatar for subratabanerjee

My concept is to load contents of a div on other div in html. In short I want to learn how the new Facebook inbox works, when we click on a message on the right, the contents and fetched from the database and loaded in the center column. I know …

Member Avatar for subratabanerjee
0
188
Member Avatar for o.s.o.a

hi... i face this problem i created php file has form contient textarea which has ckeditor toolbar i created anthor php file has link when click this link call the first php file the problem form show in second php file without ckeditor toolbar when i load first php file …

Member Avatar for o.s.o.a
0
126
Member Avatar for mattsearle

Hi I have discovered the script below which I would like to work with buttons as opposed to hovering and clicking on the text. <div id = "div1" style="display:block" onclick = "replace()">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ipsum leo, scelerisque at dapibus ac, consectetur vel ipsum. </div> …

Member Avatar for mattsearle
1
9K
Member Avatar for Riu 2009

hello everyone, hope u ppl r fine :) well i am a beginner in php and my sql.. but i have no idea of javascript, i just wanted to use topup lightbox for my project.. i want to display the course material and the material is all media files like …

0
95
Member Avatar for subrata_ushasi

Hi , I am creating an website where I want to create worldwide partner . I got a reference site http://www.ogilvy.com/Offices.aspx which is developed in asp.net and flash but I want the same effect in php,jquery/javascript/ajax which is very urgent to do. Thanks in advance Subrata

Member Avatar for NardCake
0
342
Member Avatar for designershiv

For example > look at the code below <div class="s1 s2 s3"> //content goes here </div> This class is added dynamically, so i like to know how the find the second class (say for example : **"s2**"). and do some action..

Member Avatar for designershiv
0
193
Member Avatar for Violet_82

Hi I run into something peculiar. I have an html file linking to a local file jquery-1.4.4.js. Now, everything works ok in every browser but when I test the page in IE7 and 8 it fires the following error: SCRIPT87: Invalid argument. jquery-1.4.4.js, line 18 character 20135 and everything falls …

Member Avatar for Violet_82
0
204
Member Avatar for sannidhikumar99

hai! i am trying to check a character with another character which are in the same text box. when we are entering date,date in the first text box and month in another text box and year in another text box. now i want when i am trying to enter '0'in …

Member Avatar for phoochaliaw
0
157
Member Avatar for davidp994

I have code which displayed a person's info in a table(fields:name, surname, address, etc.) and one of the inputs is a checkbox. The code is as follows: $("#table").append('<tr class="trow'+j+'">'+ '<td class="ids" id="z'+i+'">'+totrecs+'</td>'+ '<td>'+member[i].jdate+'</td>'+ '<td class="users" '<td id="contact'+i+'">'+member[i].fname+' '+member[i].lname+'</td>'+ '<td id="myaddress'+i+'">'+member[i].address1+' '+member[i].town+'</td>'+ '<td><input type="checkbox" name="whome" id="showMe'+i+'"'+ 'class="boxes" onclick="getMe('+i+')" /></td></tr>'); totrecs++; j++; …

Member Avatar for radow
0
173
Member Avatar for McLaren

Yesterday I accidentally found game creator for html5. https://www.scirra.com/ I follower beggingers tutorial and in more than 2 hours I created a game where player walks in the terrain, and zombies are attacking him. Player shooot them, then those zombies explode. I cannot imagine how much time it would have …

Member Avatar for pritaeas
0
181

The End.