14,051 Topics

Member Avatar for
Member Avatar for pointers

[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 …

Member Avatar for hollystyles
0
53
Member Avatar for jiggy_g

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 …

Member Avatar for nschessnerd
0
79
Member Avatar for elangobala

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 …

0
63
Member Avatar for rime

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 …

Member Avatar for ~s.o.s~
0
104
Member Avatar for Nikila

Hi . I would like to learn flash. Can someone tell me how i can go abt it ? wat books or sites to refer?

Member Avatar for Nikila
0
100
Member Avatar for chaosapostle

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 …

Member Avatar for MidiMagic
0
97
Member Avatar for disto

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 …

Member Avatar for ~s.o.s~
0
68
Member Avatar for xtian170174

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) …

Member Avatar for somedude3488
0
150
Member Avatar for BNArun

Urgent help needed regarding executing Scripts in AJAX response. If possible, please post the code snippet also as soon as possible. Thanks in advance.

Member Avatar for MidiMagic
0
94
Member Avatar for Roiie 530x2

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 …

Member Avatar for MidiMagic
0
128
Member Avatar for torypoarch

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. …

Member Avatar for MidiMagic
0
110
Member Avatar for Tom Tolleson

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 …

Member Avatar for MidiMagic
0
101
Member Avatar for justapimp

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 …

Member Avatar for MidiMagic
0
90
Member Avatar for shemayb
Member Avatar for MidiMagic
0
150
Member Avatar for Inny

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"> <!-- …

Member Avatar for Inny
0
248
Member Avatar for kobi

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 …

Member Avatar for MidiMagic
0
118
Member Avatar for tagz017

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

Member Avatar for tagz017
0
97
Member Avatar for todd2006

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 …

Member Avatar for ~s.o.s~
0
76
Member Avatar for Inny

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 …

0
86
Member Avatar for vignesh babu

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..

Member Avatar for ~s.o.s~
0
87
Member Avatar for Tom Tolleson

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 …

Member Avatar for ~s.o.s~
0
56
Member Avatar for achilleus

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 …

0
58
Member Avatar for torypoarch

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 …

Member Avatar for orko
0
84
Member Avatar for danarashad

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. …

Member Avatar for Shaffer
0
78
Member Avatar for Inny

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]) { …

Member Avatar for Inny
0
127
Member Avatar for todd2006

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() { …

Member Avatar for todd2006
0
131
Member Avatar for justapimp

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=" …

Member Avatar for justapimp
0
93
Member Avatar for RGStrat

Hello, I have 2 different websites/domains on 1 IP. The problem is that whenever stuff is uploaded, it displays in both sites. Example: site_1.com/page.php = site_2.com/page.php I created a directory for each site. Example: site_1.com/site_1 and site_2.com/site_2 . I want to create a script that resides as the index of …

Member Avatar for RGStrat
0
133
Member Avatar for hamjad

Hi, I am trying following code to update the onClick event of an html button sitting in my asp.net page. VB.NET code Page.RegisterStartupScript("AutoFillScript", _ "<script language=javascript> function test(){ document.getElementById('printPage').onclick = ""PrintHtml('http:// someURL.html')"";}") btnSubmit.Attributes.Add("onClick", "test()") I want that when someone click submit button URL "http:// someURL.html" be assigned to html button …

Member Avatar for MidiMagic
0
63
Member Avatar for sidmaniac

hi i am trying to implement the delete and back space using javascript,the problem i am facing is whenever i hit the delete button it starts deleting from the end instead of the current cursor position and continues like backspace after that till the end. the code for delete is …

Member Avatar for MidiMagic
0
143

The End.