14,054 Topics

Member Avatar for
Member Avatar for ALorenzo91

I need Help with a program Details: Design an algorithm that will produce a list of selected student names from a student file. Each input student record contains the students number, the students name, semester hours, and the age. Your program is to read the student files and prepare a …

Member Avatar for jeffreylee
0
110
Member Avatar for Acute

Hi everyone, i need your help) i have some elements with same id, say: <div id="myid">Data1</div> <div id="myid">Data2</div> I want to get innerHtml when one of them is clicked, how can i determine which one exactly was clicked? JQuery: $("#myid").click(function(){ //how to get the .html and other properties of clicked …

Member Avatar for Acute
-1
1K
Member Avatar for LogicWeb

Working on a web site and noticed that of about 70 pages total, only one page (regarding Roundcube webmail) has an issue with the sub-menu not working at all. This is the header [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <head> …

Member Avatar for LogicWeb
0
170
Member Avatar for verstraete

Hello, I just 'launched' my own SNIP which is supposed to be an advanced online portfolio for artists and photographers. One of the main features is the continuous preloading of all the images so that the artwork enlargements are shown instantly. SNIP is my 'demo' and it seems to be …

0
91
Member Avatar for oratnek

1) Script Title: Ajax Tabs Content Script (v 2.2) and Featured Content Slider Using jQuery UI 2) Script URL (on DD): [url]http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/[/url] 3) Script URL of Featured Content Slider Using jQuery UI [url]http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/[/url] 4) Script URL of my implementation of both script. [url]http://www.livegigscentral.com/dhtml/demo02.htm[/url] 5) Problem: I've integrated the featured content …

Member Avatar for oratnek
0
236
Member Avatar for crazycat503

am having a lot of headache trying to pass values to upload.php I have tried various ways to pass one parameter but it is always empty in upload.php. I have seen the sample but I failed to get it right nor all the other tutorials outthere helped me out. here …

0
64
Member Avatar for muralibobby2015

hello... i am displaying google images in my website. from this i would like to add some images into my favorate images. but i have seen more drag and drop functionalities every thing have image id's and using this image id functionality working. but there is no id's for google …

Member Avatar for muralibobby2015
0
171
Member Avatar for crazycat503

Hi All, I am having a problem changing HREF and Text of a link from javascript. My code is as colos [code] <a href="javascript:Action(9,'remove');" id="thelink">Remove</a> [/code] And the javascript code is: Code: [code] function Action(locid,reqact){ var fltitle; var flllink; var flmsg; if(reqact=="remove"){ atitle="Add"; newlink="Action(" + locid + ",'add')"; } else …

Member Avatar for Taywin
0
142
Member Avatar for pauld581

I have a project that I'm having a hard time figuring out an approach for, which I'll try to describe briefly: My client has a business where salespeople input information from customers into a form. One of the things the customers decide with the salesperson is whether to accept a …

Member Avatar for Taywin
0
148
Member Avatar for kairoland

Or, at least, I think it is. vtm-book.zxq.net The first page with the menu works just fine, but when you go to any of the other pages it won't let you highlight the text to copy and paste - in certain circumstances. It works fine on my home computer which …

Member Avatar for Taywin
0
158
Member Avatar for ovidette

Hi! I am new to the hole website building stuff but i am trying. I've been having many problems, that I succesfully resolved. There is one exception. I cannot seem to make a menubar written in javascript to appear on the webpage. It's like the code has never been written. …

Member Avatar for Airshow
0
462
Member Avatar for cj333

Hi, I want to draw a shape during 5 seconds, like this. I use raphael js library. But how to draw the line after animation? (I mean draw the moving trajectory). Thanks. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="raphael-min.js" type="text/javascript" charset="utf-8"></script> …

0
81
Member Avatar for elninomago

Hello, I'm trying to get a form select disabled. The problem occurs with the 2nd line, the first line disables correctly, but all subsequent disables do not work. Here's the partial code: [footwear_inst.addDisable( {'Gender':'Womens', 'Style':'300'}, ['size_10-5', 'size_11-5', 'size_12', 'size_13', 'size_14', 'size_15'] ); footwear_inst.addDisable( {'Gender':'Womens', 'Style':'500'}, ['size_5', 'size_5-5', 'size_10-5', 'size_11-5', 'size_12', …

Member Avatar for elninomago
0
64
Member Avatar for cj333

I want draw a Shape like[CODE] M114,100c0,50 100-50 100,0c0,50 -100-50 -100[/CODE] during 5 seconds, How to do that with raphael js? Thanks. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Raphaël · Gear</title> <style type="text/css"> body{overflow-x:hidden;overflow-y:scroll;width:100%;padding:0;margin:0;background-color:#022d00;} </style> <script src="raphael-min.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"> window.onload = function () { var paper = …

0
78
Member Avatar for Drako12

i have a php variable that holds a date and i want to pass to a javascript function, but what happens is that i get a junk value instead, what should i do? [code] $data = $_POST['datep']; echo "<script language=javascript>fnClickAddRow($nplaca,$defeito,$posicao,$data);/script>"; [/code] [code]<script type="text/javascript"> function fnClickAddRow(n__placa,defeito2,posicao2,dataf) { var lext = "<?php …

Member Avatar for Airshow
0
176
Member Avatar for ALorenzo91

The problem I am having is that it is out putting employee number not valid while I am typing a valid ID. [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> </HEAD> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- var emp = new Array ("Billy", "Jill", "Wolfgang", "Xavier", "Antoinette","John") …

Member Avatar for ALorenzo91
0
160
Member Avatar for mpmisha

Hello guys i started to use the zRSSFeed pluging, and it works nicely all of the RSS links i could think off, but when i try the news.google RSS feed i get the error "Feed could not be loaded." the link i use is : [URL="http://news.google.com/news?pz=1&cf=all&ned=iw_il&hl=iw&output=rss"]http://news.google.com/news?pz=1&cf=all&ned=iw_il&hl=iw&output=rss[/URL] can anybody help?? Im …

0
34
Member Avatar for Nouvelle

I need serious help with Scrollbars. how can i position them so they go exactly where i need them. say on a picture i need it in the circle area how can i get it there and what do i need to do? Could somebody point me in the right …

Member Avatar for julianmoors
0
219
Member Avatar for ajijacobm

hi Guys, I have problem in populating dropdown list from mysql database. im using html,javascript,and mysql. im not using php. i would like to know, how to populate dropdown list with values from mysql database... Also, it would be better , if you tell me how to send values in …

Member Avatar for ajijacobm
0
75
Member Avatar for public-image

Okay so I have a handy little script that allows me to load pages into a DIV an alternative of 'iframes' although I want my div to load a first page/index page before any other links are clicked on, in an iframe DIV way of putting things I would like …

Member Avatar for public-image
0
92
Member Avatar for ptemedia

Hi, I have followed a tutorial to create a stylish new navigation for my portfolio, and then changing it to suit my needs. This is the tutorial I used: [CODE]http://net.tutsplus.com/tutorials/javascript-ajax/a-different-top-navigation/#respond[/CODE] I have moved the 'secondary links' below the primary links. I have 5 links (say 1,2,3,4 and 5 each with …

0
82
Member Avatar for dtroll69

I am supposed to have a scrolling marquee on my page, but I am having errors trying to get it to work. here is my js context. Any help would be great! [CODE] var timeID; var marqueeTxt = new Array(); var marqueeOff = true; window.onload = defineMarquee; function defineMarquee(){ var …

Member Avatar for hielo
0
63
Member Avatar for dschuett

I am still VERY new to JavaScript, so I will do the best at explaining what I am trying to do here... I have a database table where I store a bunch of invoices. I am now trying to make a front end to run queries. I don't know how …

Member Avatar for dschuett
0
164
Member Avatar for manishblr1

Hi All, My requirements are 1. Screen where user enters the no of rows(no of columns:4 Sl no , Start Date(SD), End Date(ED), Label) 2. user clicks on button to create the table (dynamic) 4. Si No should be done through function . 5. SD/ED/Label should be free text. 6. …

0
37
Member Avatar for dschuett

I am still fairly new to PHP, so I will do the best at explaining what I am trying to do here... I have a database table where I store a bunch of invoices. I am now trying to make a front end to run queries. I don't know how …

0
71
Member Avatar for jfortiv

Hello, I'm developing an org chart for my company and I want to spend some effort to make it interactive. I'm utilizing the Google Visualization API Org Chart tool and writing JavaScript to extend the basic functionality provided by that framework. This is the general plan that I've devised so …

Member Avatar for jfortiv
0
112
Member Avatar for dolphinaura

Is there a way to fetch my latest tweet in plain-text form using javascript? I was going to use fsockopen(), but my host does not have that enabled.

Member Avatar for dolphinaura
0
111
Member Avatar for cmsc

is it possible to insert images in pop-up balloons using javascript? i found codes inserting texts in balloons and i wonder if it is possible with images.

Member Avatar for Airshow
0
59
Member Avatar for terrymold

Hi I have a PHP page with the following JavaScript and HTML Form, but when I click on the Continue button nothing happens. The action="this_page.php" means that when the Continue button was pressed, prior to adding the Validation bit, would run itself as there is quiet a bit of PHP …

Member Avatar for terrymold
0
114
Member Avatar for nicosa

Hello guys, i need your help about how to clear value from ajax selected value, the code i use from thread daved83 about AJAX dropdown list. i have modified a little for that code, the code is like below [CODE]<tr> <td style="vertical-align:top;" rowspan="5" width="130px">Shipment by<br/><span style="font-size:10px">(select nearest city <br/>if not …

Member Avatar for nicosa
0
207

The End.