17,114 Topics

Member Avatar for
Member Avatar for mikel_2006

Hello Everyone, I am having quite a problem with a program I am trying to get working. I am trying to make a marks tracking program using an array that has an array of strings 3 elements long called Names. Has a 2D array of integers 3 * 2 elements …

Member Avatar for FC Jamison
0
85
Member Avatar for neshinator

I would like a flash movie to have a button that closes itself if the viewer is watching full screen so silly old me thought that a simple on (release) { getURL ("javascript:self.close()"); } would suffice. I have tried all the various permutations of window.close etc. and still my flash …

Member Avatar for GreenDay2001
0
109
Member Avatar for NuGG

I want some information about a browser, to be inserted automatically into a text box when a page loads. However quite how to do this im not sure. I have made the form and have a JavaScript which does the job, but I want to know how to get the …

Member Avatar for NuGG
0
165
Member Avatar for NPatty

<code>Does anyone know how do I go about getting user's responces once they've entered their responce into a prompt box & assign it to a variable, to utlimately use their responces to concatenate it with other strings to make a sentence. I'm just having trouble assinging user's input to be …

Member Avatar for masijade
0
94
Member Avatar for welbyobeng

I NEED HELP PLEASE PLEASE PLEASE THE PROBLEM IS [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]/mounted-storage/home23a/sub003/sc21979-KVVZ/www/ghhookup/functions.php[/B] on line [B]28[/B] [PHP]<? $conn_id; $sql_res; $sql_res2; $sql_query; $HTTP_REFERER=$_SERVER["HTTP_REFERER"]; $REQUEST_METHOD=$_SERVER["REQUEST_METHOD"]; function sql_connect(){ global $conn_id,$sql_host,$sql_user,$sql_pass,$sql_db; $conn_id=mysql_connect($sql_host,$sql_user,$sql_pass); mysql_select_db($sql_db); } function sql_execute($sql_query,$wtr){ global $conn_id; $sql_res=mysql_query($sql_query,$conn_id); if($wtr=='get'){ if(mysql_num_rows($sql_res)){ return mysql_fetch_object($sql_res); } else …

Member Avatar for sn4rf3r
0
173
Member Avatar for jrivera

I would like some help on creating a function that on clicking a submit button will allow the user to add the data of the selection box into an uneditable text box and hidden file. IE: User selects option 5 [code]<option value="5">Option 5</option>[/code], then clicks the "add Option" button. It …

Member Avatar for tgreer
0
135
Member Avatar for mikel_2006

Hello Everyone, I am having quite a problem with a program I am trying to get working. I am trying to make a marks tracking program using an array that has an array of strings 3 elements long called Names. Has a 2D array of integers 3 * 2 elements …

Member Avatar for masijade
0
76
Member Avatar for jan1024188

i want to know if there is any difference betwen [URL="http://www.linuxforums.org/forum/#"]java[/URL] and javascript... are they the same thing?

Member Avatar for satyakishore
0
125
Member Avatar for Silverwolf

Hi everyone, Am hoping that someone can please help me with this problem. Its a little indepth for me but i have been unable to find out any information concerning it. On this page [URL]http://www.region3.com/stafflist.htm[/URL] the Email link opens up a popup box that allows you to send an email …

Member Avatar for GreenDay2001
0
92
Member Avatar for TwilightKitsune

[I][COLOR=Navy]Hi, I'm new this forum and I don't know if this is in the right place. If it isn't, I apologize. Anyway, for my Senior project I'm creating a toolbar for Firefox. I was wondering if there was a way for me to create an external javascript file to put …

Member Avatar for TwilightKitsune
0
87
Member Avatar for jeffphotos

Hello- I am creating a puzzle that is like the "Rubik's Cube," although this puzzle is played on the computer monitor, and the puzzle involves images placed on the sides of a cube. The mouse is used to rotate the sides of the cube. Each side of the cube is …

Member Avatar for jeffphotos
0
103
Member Avatar for pty

Just wondering if any rails experts could give me a hand with this problem. I have rails/fcgi/lighttpd set up, when I use script/server it loads up fine. However if I try to run lighttpd as a service /etc/init.d/lighttpd start using the config file in /etc/lighttpd/lighttpd.conf it doesn't quite work. It …

Member Avatar for jnorris
0
420
Member Avatar for cycleops

Hi, Can anyone help me with dynamically adding to a multidimensional javascript array that has an arbitary number of dimensions? Something like: myArray [5] ['aKey'] [4] = 'hello'; That code does not work unless the cells were populated when the array was defined+initialized. So you can't add new cells or …

Member Avatar for cycleops
0
107
Member Avatar for #tbone

I have used the Suckerfish drop down menu and have run into a problem. I found the sample code [URL="http://www.htmldog.com/articles/suckerfish/dropdowns/"]here.[/URL] Here is a simplified version of what my code looks like: [code]<style type="text/css"> body { font-family: arial, helvetica, serif; } #nav, #nav ul { /* all lists */ padding: 0; …

Member Avatar for FC Jamison
0
196
Member Avatar for benito

Hi Guys! I need help with some javascripting because I am pretty new at it. I have a slider (scriptaculous) with values that are saved into a database when the slider handle is moved. I need to write a function that only executes (which saves the actual value of the …

Member Avatar for Mushy-pea
0
67
Member Avatar for bodikon

I have a problem with a drop down menu box, the box is generated from asp, so the amount of [INLINECODE]<option>[/INLINECODE] available will vary. When there are too many options in the list, the list gets too high and goes off the page, and the last options can't be seen. …

Member Avatar for tgreer
0
176
Member Avatar for mraurora

Hi all. New to this arena and hoping to find some help. I have internet explorer 6 and norton 6. I'm using microsoft xp. For some reason when I visit websites, the say I have to enable javascript. I went online and read some directions on how to do that. …

0
23
Member Avatar for Mushy-pea

Hello everyone. I am trying to write a drop down menu Javascript and have run into a little problem. I need to change the (opacity=0) value inside this custom style: [code]<style id="menu_style" type="text/css"><!--.menu {z-index: 3; filter: alpha(opacity=0); position: absolute; left: 200px; top: 100px; width: 180px; height: 210px; background-color: #0000FF}[/code] The …

Member Avatar for Mushy-pea
0
132
Member Avatar for msniner

Hello, I am very new to ASP and have been taught by one of my colleagues that I could leverage Dreamweaver (i have version 8) to create ASPx pages that collaborate with Microsoft Access -- to implement a webpage that displays, as I would like to call it, news snippets …

Member Avatar for madmital
0
134
Member Avatar for m3lVn!3

hi.. i need to create an input page wherein a user needs to select from a dropdown box,either single or multiple.. if the user selects single, a java function, wherein values are coming from the database, showing the values in a multiple dropdown box enabling the user to select one …

Member Avatar for msaqib
0
95
Member Avatar for DennisP

Hi. My name is Dennis. I'm 16, a senior in High School, and I like programming. I've got over Two and 1/2 years of experience with HTML/CSS, and over Two years of PHP/MYSQL experience. I also dabble in XML, JavaScript, Perl and whatever I feel like looking into. I'm working …

Member Avatar for happygeek
0
53
Member Avatar for manish Kishore

Hi All, I want to pass the value of java script variable in perl? how can I do that. Please help me. Thanks

Member Avatar for cycleops
0
111
Member Avatar for LindaF

I don't know how I can execute an event of Javascript into a link in a program in Perl. This event of JavaScript have executed a function that return a HTML page. Anybody know how I can it? Is it possible do it this?: $datos=$datos."<a href='" . $me . "?C=OFERTAS2&EMPRESA=".$empresa_param."&NREF=".$nref."' …

Member Avatar for vonfeldt
0
102
Member Avatar for Rupak
Member Avatar for achisolomon
0
667
Member Avatar for kaurr

Hello Expertzzz. I need ur help urgently.I am trying to print datagrid in DIV tag.I am using following javascript funtion to print Datagrid in asp.net function CallPrint(strid1) { var WinPrint; var prtContent = document.getElementById(strid1); var strOldOne=prtContent.innerHTML; var WinPrint = window.open(); //var WinPrint = window.open('','','left=0,top=0,width=500px,height=500px,toolbar=0,scrollbars=no,status=0'); WinPrint.document.write(prtContent.innerHTML); WinPrint.document.close(); WinPrint.focus(); WinPrint.print(); WinPrint.close(); prtContent.innerHTML=strOldOne; …

0
66
Member Avatar for salim

am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that …

0
77
Member Avatar for AniruddhaKelkar

Hi, The problem that I am facing is as explained below..... Say there is a datagrid with 4 text boxes in 1 row. The data grid has n such rows. The first 3 textboxes are editable. The value in the 4th txtbox is calculated by a simple mathematical formula applied …

0
50
Member Avatar for DanielGardner

I have a problem that is particular to certain browsers. My Dad's website attempts to show a video when the user clicks on the video title link. On clicking, a drop down box extends, and the video content plays. Then if user choses to close the dropdown box, the video …

0
76
Member Avatar for GliderPilot

Hi there :) My name is Chris, and I am from NS, Canada. I'm a programmer by hobbie and spend a lot of my spare time doing programming. As well I do volunteer tech support for an online voice-video-chat program. I decided to join these forms to be able to …

Member Avatar for happygeek
0
49
Member Avatar for designhound

Hello i am new to the forum but i am hoping that someone will help me here with a problem. I have a site written in FrontPage that is up and running. I wanted to incorporate a brief Powerpoint Point program using it as my opening page onload and then …

Member Avatar for azoapes
0
65
Member Avatar for cath120

I put together a few pages of a fledgling site in Dreamweaver MX, so have set out the overall design including the menu bar. But I would like to make the menu bar into a drop down menu. I thought this would be easy but after searching for hours on …

Member Avatar for tgreer
0
221
Member Avatar for Killer_Typo

I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that …

Member Avatar for tgreer
0
98
Member Avatar for nathanpacker

I've written a php script that displays a summary table with certain select information from a database table. It has a "view" button next to each row, which takes the user to a printable form with the complete information from the table on it. There is a portion on this …

Member Avatar for nathanpacker
0
211
Member Avatar for eihd

I need a Javascript drop down menu maker to work as the add-on of DW. Any advice? Thanks in advance.

Member Avatar for eihd
0
103
Member Avatar for beatle555

I Use Dreamweaver For Css,html ,javascript And Other Scripts It's Easy To Work With And Helpful Like Vb For Those Who Know Dreamweaver Give Some Techbits To Newbie And For Those Dont Ask Ur Questions Here!!:)

Member Avatar for Mardie
0
85
Member Avatar for Killer_Typo

Hi all i will try to be as clear as possible! I am currently working on a site for a customer at [URL="http://www.privacymaker.com/gcs/dev/"]www.privacymaker.com/gcs/dev/[/URL] (where im developing it, the main site location is [URL="http://www.gerbercentral.com"]www.gerbercentral.com[/URL]) well here is the issue i am running into. I have decided to go with mouseovers that …

Member Avatar for Killer_Typo
0
145
Member Avatar for bazmanblue

hello ive been trying to insert a java code to change the images of my buttons when the mouse is held over i have followed these codes [html]<head> <script type="text/javascript"> function mouseOver() { document.b1.src ="t5fshop.png" } function mouseOut() { document.b1.src ="t5fshop2.png" } </script> </head> <body> <td width="191"><a href="http://www.bob.com" onmouseover="mouseOver()" onmouseout="mouseOut()"> …

Member Avatar for FC Jamison
0
151
Member Avatar for carthick6

Hi.... can ny do this help for meee...:rolleyes: the first page shld contain username and password...and in that register.. the register options shld be jus username,password,email-id... if he entered correct username n passsword then it shld go in to another web page....for example it shld connect to som site [url]www.example.com[/url] …

Member Avatar for tgreer
0
102
Member Avatar for sham
Member Avatar for bazmanblue

hello ive been trying to insert a java code to change the images of my buttons when the mouse is held over i have followed these codes <head> <script type="text/javascript"> function mouseOver() { document.b1.src ="t5fshop.png" } function mouseOut() { document.b1.src ="t5fshop2.png" } </script> </head> <body> <td width="191"><a href="[U][COLOR=#0033cc][URL]http://www.bob.com[/URL]"[/COLOR][/U] onmouseover="mouseOver()" onmouseout="mouseOut()"> …

Member Avatar for hooknc
0
116
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write some Javascript code to make a logo on my website flash periodically between two differently coloured versions (i.e. a simple "swap image - restore image job). Here is a simplified version of what I am attempting, with no loops added yet: [code] <html> <head> …

Member Avatar for kgweb
0
144
Member Avatar for levisc

In firefox 1.5.0.7, when I load the maps.google.com/maps web page, the map does not show. If I view the Javaconsole I get the following error: Error: [Exception... "'Permission denied to set property XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: [url]http://maps.google.com/mapfiles/maps2.63.js[/url] :: oa :: line 1172" …

Member Avatar for hgltd
0
76
Member Avatar for mysticcc

Hi I have a difficulty in insertion data. I wrote my html code (a form in it) and jsp code to get the form data and insert it to database. I don't get any error message but it doesn't insert data to database. My code is below. Where am I …

Member Avatar for mysticcc
0
135
Member Avatar for AniruddhaKelkar

Hi, I am facing a strange problem.... I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls. …

Member Avatar for AniruddhaKelkar
0
99
Member Avatar for ljCharlie

I like to know if CSS can be used to highlight the CSS nav menu if the current page is the page that the menu links to. For example, the folowing code is my side bar navigation menu. [code]#lftSideMenu { float: left; width: 165px; margin: 0 0px 0 0; background-color: …

Member Avatar for hgltd
0
126
Member Avatar for hbmarar

Hi , Good Morning! Doubt : How to add a hyperlink in xml file. System: Need to plot points on a map.This points x,y coridinates a link is the information contained in the <node> tag.I use php to write this xml file by taking information from the database at each …

Member Avatar for hbmarar
0
147
Member Avatar for designhound

Just wanted to introduce myself as a newbie to the Forum. Designing websites and hope i can meet some techies who are very adept at javascript.

Member Avatar for happygeek
0
34
Member Avatar for himanjim

Hi friends, I have turned scrolling off in one of the frames of my webpage having id bottomFrame. But I want to turn scrolling on when a long web page opens in that frame using javascript. parent.bottomFrame.style.scrolling="yes"( I hope the syntax is correct) doesn't works.

0
76
Member Avatar for rwilkins

Using a php generator "appgini" having a problem I believe with the script. 1 table with 4 fields, fields 2 & 3 are text and field 4 is an image field. Everything works but field 4, when you upload a image along with text in fields 2 & 3 it …

Member Avatar for jamesmiddz
0
395
Member Avatar for spivey5

I have a Critical System Error message on my PC that I cannot get rid of. It flashes in the lower right hand corner of my desktop and when clicked on directs me to VirusBurst website. I ran the hijack software and my log is attached. I need some help …

Member Avatar for Xpenetrator
0
171

The End.