15,120 Topics
| |
I am loading a perl script that creates 2 arrays - 1 with a list of id's for classes offered and another with # of students already registered for each class (from a flat file that already exists) How can I reference the array values generated by the cgi scipt … | |
[COLOR=green][COLOR=green]Hi,[/COLOR][/COLOR] [COLOR=green][COLOR=green]I am trying the followinfg code could plese help me. I tried in google but dint get....[/COLOR][/COLOR] [COLOR=green][COLOR=green] I need a JavaScript code For checkbox.[/COLOR][/COLOR] [COLOR=green][COLOR=green]If one clicks on the checkbox on click it should open some other page.[/COLOR][/COLOR] [COLOR=green][COLOR=green]Location of the page which contains the checkbox and the … | |
i am making a page where when i select drop down 1, then drop down 2 populates automatically .. and when i select drop down 2, then the textarea 1gets populated ... the modiciation i need is that with text area 1, text area 2 also gets populated with different … | |
Hello List! First time posting here, and I'm hoping someone can help me with a problem I'm having... I am working w/ ASP and Javascript... I need to show one link and open/change the windows when the link is clicked; currently, the bottom frame shows the link ok and when … | |
Hi, i m using jsp pages for my web applicaion. In that i m using that when i select a drop down for country list it should automatically brings the appropriate state from the database for the country without page reloading using ajax. how to do this ,please anyone send … | |
I am making a form which will take inputs such as email, password etc. And the form checks whether it is a valid email id or password, if not an alert is being shown such as invalid email-id.. I have done this with java script.. Now I would like to … | |
Hi . I would like to learn flash. Can someone tell me how i can go abt it ? wat books or sites to refer? | |
Hello. I hope this is the right section to ask this question. I need some help with my coding. I've been working on trying to write a div code so I could modify my myspace profile, because it is a good hands on enviroment for playing with HTML and I … | |
Hi I am submitting values to the server through a form and then after I submit i have a button that says go back.All it does is [<button onclick='history.go(-1);'>BACK</button>] But when it does, the form on the former page does not preserve the values that were submitted which is what … | |
I have devised a html page questionaire, There are 10 questions, 9 of which require Y/N or A/B answers in checkboxes to give a total score and analysis, 1 which is personal notation and which requires an extra point for specific wording (e.g. a certain word[s] disqualifies the point award) … | |
Urgent help needed regarding executing Scripts in AJAX response. If possible, please post the code snippet also as soon as possible. Thanks in advance. | |
Hi Everyone. I am fairly new to javascript and wanted to do a small site that basically has a form where you select your name from a drop down menu, insert your password in the password box and press log in, the page then quickly checks if the inputed password … | |
got simple litttle problem and i am totally green when it comes to java. script at this link [url]http://www.javascriptkit.com/script/script2/simpleimagetrail.shtml[/url] is what i need to modify. probably simple for people in this forum. the popup image flips from the right of cursor to the left depending on the location of cursor. … | |
Hi! I have an image of a radio button on my page (there are reasons why I'm not using a real one). I want to make the image change from one image (radio_button.gif) to another (radio_button_selected.gif) and vice-vera. I'm trying to create logic that will toggle the variable and change … | |
How do I calculate time interval in javascript. I want to create a javascript that will except a DateTime value. Once the date is received, I would like to calculate the differenct between current date and the date parameters received by the function. once that is calculated, I want to … | |
How can I get the difference of two time values using javascript? | |
I need to extract links from a given page to be displayed in a new window, however, the particular page im wanting to extract links from, I dont have direct access to that pages html. this below code extracts all links on any page its on..... [code] <script language="JavaScript1.2"> <!-- … | |
Hello there in my html page i use the following link <LINK href=c:\"Calendar.css" type=text/css rel=stylesheet> i would like to avoid rediracting to the file css ,so my question where i should put all the information in my htmal page after? the <body> ?before the <body>? which tag to use? Thanks … | |
why this script is not running on my php files but its running on other computers. <script type="text/javascript">window.opener.location.reload(); </script>"; thanks in advance. - tagz017 | |
Hi, I have a drop down when a user selects a number from the drop down he sees those many textboxes with first name and last name so if he selects 2 in the drop down then he sees 2 textboxes for first name and 2 textboxes for last name … | |
wondering how this script might work please. [code]<link rel="alternate" type="application/rss+xml" title="CHUCK WHATEVER YOU WANT IN HERE" href="http://thecodingzone.com/if_rss.php?input=YOUR BOARD URL&title=FEED TITLE HERE REMEMBERING THE FACT YOU HAVE TO ENCODE SPACES IN URLS" />[/code] the rss.php part [code] - <rss version="0.91"> - <channel> <title>Feed generated by TCZ</title> <link>http://thecodingzone.com/</link> <description>Nearly 400 IF codes … | |
Why in jsp the scripts shows error on [code] document.forms[0].[fieldname].length [/code] throws object required error with IE if we written the script above the <form>. But this error will not come if the script is written below the form. anybody know why this error happening? Thanks in advance.. | |
I have a page on which I want users to be able to create web objects on the same page with the push of a button. For example, to create a new draggable textfield object, a user would click on this button: [code] <form action="#"> <input type="button" name="btn" id="btn" value="Make … | |
I'm trying to send attachments through E-mail using the following command, echo " Refer to the attachments." > textfile | (uuencode $file1 outputfile1.txt; uuencode $file2 outputfile2.txt;) |cat textfile - | sendmail -F "Fromaddress" ${XXXX} Now can anyone tell me how to display [B]subject[/B] to this E-mail. my browser doesn't support … | |
thought that would get some attention. need solution to script found here [url]http://www.javascriptkit.com/script/script2/simpleimagetrail.shtml[/url] image pops up on right and left. just need it to show in right. no more flip flopping left to right. someone smart should be able to do this in 30 seconds or less. challenge? thanks in … | |
I am new to Ajax, as a matter of fact I know nothing about ajax. I was wondering if there was a way to auto refresh a page, after a certain time length. Sort of like what those fantasy football pages do. Where it refreshes but the user never notices. … | |
im trying to build a rss feed that will work with my software. php code [code] <?php $t = 15; $nt = 15000; $filename3 = "xrssdone.txt"; $content3 = file("xrssdone.txt"); $done = explode("|",$content3[0]); $num = explode("showtopic=",$_GET["newlink"]); $nummin = explode("&",$num[1]); echo $nummin[0]; for ($i=0; $i<$nt; $i++) { if ($nummin[0] == $done[$i]) { … | |
Hi, I have 2 frames Topmenu bottommenu in topmenu i have a drop down when the drop down value is selected i want to refresh the bottom frame and pass the gender of the student So here is my code this code refreshes the bottom frame [CODE] function transval() { … | |
I have a device control panel that consist of a veiw and settings buttons. the buttons are binded to a dataset that populates the devicenumber and deviceUID I have a javascrip function [code] function gotoGeo(username, name, duid) { top.main.location.href="../TrackApp/main.aspx?selectedTab=" + selectedTab + "&deviceName=" + name + "&deviceUID=" + duid; } … | |
I have a device control panel that consist of a veiw and settings buttons. the buttons are binded to a dataset that populates the devicenumber and deviceUID I have a javascrip function [code] function gotoGeo(name, duid) { var username = document.getElementById('txtUsername'); top.main.location.href="../TrackApp/main.aspx?selectedTab=1&deviceName=" + name + "&deviceUID=" + duid + "&username=" … |
The End.