15,688 Topics

Member Avatar for
Member Avatar for drabsch

I Need a script that will change the name of a file when it is getting downloaded. for example: the file getting downloaded has a name "File.mp4" and when the user downloads it i need it to be "Title.mp4"

-1
130
Member Avatar for Altairzq

Hello. I'm using AJAX for all the updates to the web site I'm building and it works very well. But now I face the need to: 1) Upload a file (an image or video) to a folder in the server. 2) Insert a row in MySQL with the name of …

Member Avatar for digital-ether
-1
354
Member Avatar for kanjigirl

I'm using a Javascript gallery (runs on Prototype library) that populates a caption field if the user has entered a caption for an image. I need a little bit of code to hide the caption's div entirely if the user hasn't entered a caption for a particular image (var 'caption' …

Member Avatar for nauticalmac
0
2K
Member Avatar for nazarahmat

hi fellas.. my problem is i dont know how to get and read html file using javascript. my html file is in file://C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. i dont know how to access the html file.

Member Avatar for nazarahmat
0
66
Member Avatar for bufospro

Hi all, I saw a image opening effect that I like so much. And I would like to ask if anyone knows how can I do this. The page I have seen the effect is : w w w .hypersys.gr Thanks a lot

Member Avatar for bufospro
0
77
Member Avatar for cguan_77

hi guys, how to make an image/text to scroll as the user scroll the page also? for example if the user scrolls down image/text also scrolls down and when the user scrolls up image/text also scrolls up.. any ideas on how to get started? thanks in advance.. :)

Member Avatar for cguan_77
0
87
Member Avatar for feoperro

Hi, Below I have code that contains ajax on a JSP. The JSP runs the Servlet which gets a parameter from the JSP and returns the exact same input field's value. For some reason, it is returning a null though. Can someone please assist? Servlet: [CODE] package Web; import java.io.IOException; …

Member Avatar for feoperro
0
136
Member Avatar for r1990

here is the code i am using, [code=html]<html> <head> <script type="text/javascript"> function University() { var mylist=document.getElementById("myList"); document.getElementById("favorite").value=mylist.options[mylist.selectedIndex].text; } </script> </head> <body> <form> Select your University: <select id="myList" onchange="University()"> <option>Brunel</option> <option>Kingston</option> <option>Kent</option> </select> <div id="Layer1" style="position:absolute; left:368px; top:175px; width:257px; height:100px; z-index:1">Your University: <input type="text" id="favorite" size="20"></div> </form> </body>[/code] i want the …

Member Avatar for Thirusha
0
67
Member Avatar for smvec

hi.. im trying to validate a registeration form using javascript.. i successfully validated all the textbox individually by using onblur event... but when i click submit button, without entering text, or without even touching the textbox, the Form gets Submitted.. hw can i stop this... plz tell me a solution...

Member Avatar for smvec
0
100
Member Avatar for mvchandoo

Hi, The form consists captcha and it is validating well. After validation the form is not submitting. do any one help me. as it was a urgent task.thank you in advance. [code=html]<form name="contact_us" id="contact_us" method="post" action="feedform_mail.php" onSubmit="check(); return false;" enctype="multipart/form-data"> <input TYPE="hidden" NAME="recipient" VALUE="formmail@bodyrotic.com.au"> <input type="hidden" name="missing_fields_redirect" value="http://www.bodyrotic.com.au/pages/feedback/feederror.htm"> <input TYPE="hidden" …

0
54
Member Avatar for MDanz

i'm trying to do onclick row(result 1) swap with onclick row(result 2) in mysql.. here's what i have so far [code=php]<div class=\"rollover\"><a onclick=\"Swap($number)\"></a></div> <script type='text/javascript'> function Swap(number){ } </script>[/code] the variable $number determines the row.. How do i switch two rows in with javascript? I'm thinking after clicking twice... they …

0
48
Member Avatar for vkennedy

Ok, this question probably has been asked quite a number of times, but I am fairly new to this technology and am not sure of what I should search for. So, if someone could either point me to a link where it has already been answered or provide the answer …

Member Avatar for vkennedy
0
115
Member Avatar for feoperro

Hi, I'm starting to learn Ajax after playing around with JSP and Javascript, I felt the need for interaction without reloading the page. I've searched everywhere for a simple java servlet/ajax example that I can play around with but just found a lot of asp and complex java examples. Could …

Member Avatar for feoperro
0
173
Member Avatar for chicago1985

I am trying to create a page where it will look the same if the screen is resolution 1024 x 768 or if the screen is resolution 800 x 600. The below finds the resolution but the page looks different depending on the resolution. Please advise how I can make …

Member Avatar for ITGuys!
0
220
Member Avatar for loudstil

Hi to all I would like to create a dynamic button which adding new rows to my table and then sending it to PHP, I manage to create the JS function but after the rows have been added its not apearing the HTML code and by that I can't send …

Member Avatar for Airshow
0
91
Member Avatar for stbtwitter

I have this code which basically if you uncheck the parent checkbox and if any of the other checkboxes are checked, they will also uncheck. [CODE]<script type="text/javascript"> function c_uncheck() { var field1 = document.myform.lista; var field2 = document.myform.listb; var field3 = document.myform.listc; var field4 = document.myform.listd; for (a = 0; …

Member Avatar for Thirusha
0
66
Member Avatar for practice

Hi, I want a script that would automatically load the content of my web page for preview when the user hovers on the link; and hence load and display it fully when he/she clicks it. I need something similar to the news component of [url]www.yahoo.com[/url] home page. Can anyone give …

Member Avatar for chandru7
0
122
Member Avatar for Originative

Hi, i making an webapp for my uni project that send an POST request using AJAX to the server and server returns an wav file in return... i want to know how do i get the [B]name[/B] of the returned file (using javascript) and also when the file is returned …

Member Avatar for digital-ether
0
75
Member Avatar for bufospro

Hi all, I am new in web programming and I am trying to create submenus. But unfortunately I have much problems. 1. First of all when I use onmouseover on my links the submenu appears. But I am trying to click on economy and the submenu is changing ... 2. …

Member Avatar for bufospro
0
42
Member Avatar for Altairzq

Hello, I would need to upload two files from two different iframes, but they have to be treated at the same time by the same server script, so I'd need to send them with a unique submit. Is this possible? For what I have seen, the submit targets a single …

Member Avatar for Altairzq
0
74
Member Avatar for SID.SIL

Good Morning Friends I'm using a modal popup using Javascript that this opening normally through the following syntax: [code]jscript + = "<script language='javascript'>" jscript + = "window.showModalDialog ( 'DOCUMENTOS2.aspx','',' resizable = yes, menubar = no, scrollbars = no, width = 1850, height = 1650 ') "jscript + =" </ script> …

Member Avatar for Kusno
0
305
Member Avatar for Tekkno

I am using AHAH to echo HTML lists to a div with PHP. The AHAH portion is working perfectly. The problem, is that even though the HTML is echoed and displayed, when I view the source of the page there is no HTML there. Typically with just PHP you would …

Member Avatar for Tekkno
0
90
Member Avatar for Pleasant Day

I'm not experienced in java and so I find scripts that people post and alter them to my needs, I have a bunch of scripts that I got from the net, I want to have all on one page, problem is that I cant get them to all run at …

Member Avatar for Pleasant Day
0
155
Member Avatar for CS_Swan

please do not delete this post even though there is a link.. I have been asked to take a look at this site and evaluate whether any programmer could duplicate it .. so I am asking you all to let me know if you could duplicate the magnify functionality of …

Member Avatar for Troy III
0
90
Member Avatar for r1990

i created a dropdown list containing university names e.g. 'oxford' 'cambridge' and so on. I would like the uni selected from the dropdown list to be sent to another page as the heading. I am having trouble doing this myself and I dont want to create a page for every …

Member Avatar for javaAddict
0
145
Member Avatar for azegurb

hi all i have two columns table and this table is dynamic when clicked add button it automatically adds rows i would like to sum values separetly for ex: when i clicked sum-column1 button let it sums only column1 or when i clicked sum-column2 button let it sums only column2 …

Member Avatar for azegurb
0
113
Member Avatar for puk

I have a text box in a form that is validated to accept a value called ds01 but i also want the textbox to be allowed to accept empty spaces that is if nothing is entered in the textbox. The problem is that it does not accept anything other than …

Member Avatar for Troy III
-1
113
Member Avatar for akulkarni

i am trying to help a friend on a program on client side scripting using javascript. i have the following code but i am not getting the output desired. [code] <html> <head> <Script language="JavaScript"> var usernameVal; if(document.f1.usernameVal.value.length<3) { alert("username is invalid") return false; } else { alert("acceptable") } </script> </head> …

Member Avatar for Troy III
0
122
Member Avatar for mseck

Hello :confused: I just started a programming class and stuck in a section of my assigment. i would like to know if someone could guide me to the right direction. Last instruction: " Write a script that reads an integer and determines and output XHTML text that displays whether it …

Member Avatar for almostbob
0
98
Member Avatar for azegurb

hi I have just took from internet dinamic table. this table is dynamic and its rows dynamically can be increased. but i would like how create SUM function that automatically sums each added row value (text value) here is the code if possible please help me Thanks beforehand [code=html]<html xmlns="http://www.w3.org/1999/xhtml" …

Member Avatar for azegurb
0
4K

The End.