14,053 Topics

Member Avatar for
Member Avatar for jencinas69

Hey dude check this <dl class="song"> <dt>Angels We Have Heard On High</dt> <dd class="player"><a href="tunes/Angels_We_Have_Heard_On_Hi.mid" onClick="NewWindow(this.href,'name','50','50','no');return false">Angels We Have Heard On High </a></dd> <dd class="lyric_link"> <A HREF="javascript:void(0)" onclick="window.open('lyrics/angels_heard.html', 'welcome','width=300,height=300')"> View Lyrics</A></dd></dl> i am using those two function to open pop up windows on our holiday site but it does not …

Member Avatar for ~s.o.s~
0
59
Member Avatar for mimsc

Hi I want to populate my second drop-down menu based off of the value selected on my first drop down. Is there a function or a way of doin g this... P.S my code is in a JSP: [code=java] <% Vector theStates = WeatherDAO.getWeatherStates(); %> <html> <head> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for tommybobby
0
72
Member Avatar for fredjahed

Hi All, When trying to change the bcackgroundImage of element useing javascript method style.backgroundImage="url(blue_link.gif) no errors found but the script can't find the image so what is the correct way to use the address of the image? Thanks very much in advance, Fred

Member Avatar for ~s.o.s~
0
118
Member Avatar for BalagurunathanS

Hi all.. I am having some controls in my aspx page.I need to write javascript for those controls for validation..For that i need to make the controls visible false in certain situation .I also want to make the controls to visible true in certain sitauations..Some one help me with javascript …

Member Avatar for saars
0
5K
Member Avatar for klefevre

The following code snippet works in IE, but not Firefox 2.0.0.10. The parts that access text boxes work great. I can see the selectedIndex's value for the two drop-downs, but cannot retrieve the text of the selected item for either drop-down. Specifically, the first alert displays the value of the …

Member Avatar for klefevre
0
130
Member Avatar for vinithktp

Hi, Im new to javaScript. Im trying to fetch data from html table row to text box by clicking radio button. But i can fetch only the first row. Here iam attaching my code... JSP Code <table> <tr> <td>Select</td> <td>ID</td> <td>FIRST NAME</td> <td>LAST NAME</td> <td>AGE</td> <td>HOME TOWN</td> <td>JOB</td> </tr> <% …

Member Avatar for vinithktp
0
78
Member Avatar for johnywhy

hi i'd like to display a form on my page from a page on a remote website. I have permission to use the content on that remote site. I dont want to display the entire remote page, just the form. I have no control over the element names or ID's …

Member Avatar for johnywhy
0
110
Member Avatar for himanjim

[B]Is there any standard code to capture ur current webpage as image .... I've found one in php but that requires copying of new dll files to ur server...So if u r hosting ur website on some other server...U can't achieve that!! Waiting for ur reply[/B]

Member Avatar for johnywhy
0
139
Member Avatar for jencinas69

Hello I am trying to add a 7, 14 or 30 day to our job posting online form. Right know I just have a start and end date drop down. What I have in mind is to do 3 radio buttons with 7 day, 14 day, and 30 day, the …

Member Avatar for ~s.o.s~
0
64
Member Avatar for sivakumarl

Hi friends my form contains two submit buttons one is for back button and another is for submit button when the user press enter in any textbox the submit button will be .I wrote a javascript its working fine in IE but not in FireFox please help me /////////// document.onkeyup …

Member Avatar for ~s.o.s~
0
171
Member Avatar for stiff

through asp i am giving a AJAx call. There i am setting a session, then i am retriving that value in asp. but always it is showing the previous session value. i want that it should display new session value.

Member Avatar for ~s.o.s~
0
36
Member Avatar for adrive

hi, i understand that the xmlHttp.responseText; attribute would return the server's message, but is there any way to get only ajax object's error messages? see, i have a case. lets say i have two different span on my page. <span id="system"/> <span id="display"/> if ajax's object is throwing an error, …

Member Avatar for adrive
0
139
Member Avatar for SofMy

I'm new in Xhtml/javascript coding. How to coding title bar in an alert dialog box? Anybody can help!

Member Avatar for ~s.o.s~
0
26
Member Avatar for Dennis_Phils

Hi All, I'm having problem with the onkeypress attribute, I'm not sure if my code is right. When pressing the enter button, the javascript function would work on IE but not in Firefox. I'm not sure if the event keyCode is being recognized by Firefox or if I'm missing something... …

Member Avatar for ~s.o.s~
0
322
Member Avatar for kahaj

It's been forever and a day since I used frames. I'm sure I have it all plugged in right, but I've never used JavaScript w/ frames. Do I have the links coded properly in the following: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd"> <!--leftFrame.html--> <html> <head> <title />Left …

Member Avatar for kahaj
0
245
Member Avatar for yenyen

halo..i got some javascript problem..i need some help. i have a hidden form value which contain of the TOTAL., let say the total is rm100. then i have anohter two radio button and two text box, one radio button for one text box. for the first radio button & textbox …

0
81
Member Avatar for adrive

guys, I can't seem to find any info on how to pass a list of checked checkboxes through POST method of ajax. Unlike traditional forms, when you submit a button, a list of selected checkboxes with the same name will allow you to retrieve it at the server side (php …

Member Avatar for somedude3488
0
96
Member Avatar for FireNet

I am trying to a page load an external website's page within a div, but it's just not working.... Anyone got any ideas? I do know it's possible: [url]http://orangoo.com/labs/GreyBox/[/url] -- loads google.com in a popup Here's my code [code] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="s1/style.css" …

Member Avatar for FireNet
0
196
Member Avatar for adrive

hi, i'm wondering why is it javascript doesn't seem to accept null value as a real null? In order to know if its a null field later on, it's as if i have to check it against a string 'null'. for example, i have a txtName hidden field on my …

Member Avatar for ~s.o.s~
0
201
Member Avatar for microtribe

Hi, I have a Javascript total calculation function within a php form that uses onBlur to show the client a running total of the dollar amount of items added: [url]http://www.microtribe.com/dev4Tony/order881x2.php[/url] And I have a linked external PHP file/script to email the results of the form to me. All works fine …

Member Avatar for somedude3488
0
162
Member Avatar for BigSwift

I've been using a tool called Antechinus JavaScript Editor for a while now and it gets the job done pretty good I must admit. When I Googled for JavaScript editor yesterday, Antechinus JavaScript Editor has dropped to the second place, overtaken by 1st JavaScript Editor Pro. What so-called "1st" JavaScript …

0
58
Member Avatar for adaykin

Hello, I am getting an error message saying clock is undefined, I am not sure why, here is my code: [CODE=JavaScript] <script type ="text/javascript"> var theDays = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var theMonths = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", …

Member Avatar for ~s.o.s~
0
128
Member Avatar for Sailor_Jerry

Is there a way using javascript to grab the height of a div. The issues is that when I render my html page I have a div with a set size. It only takes up about half of the screen. When the content in that div is too large, the …

Member Avatar for MidiMagic
0
203
Member Avatar for adrive

I'm having some problem trying to load my results into a dedicated span/div. I found that the sequence of ajax execution is random! I need its order to be correct so that i can show a list of 'subjects' with latest added item. in a html hyperlink, i'm calling this …

Member Avatar for adrive
0
92
Member Avatar for kobi

Hello there, How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it? Thanks

Member Avatar for kobi
0
95
Member Avatar for justapimp

my application makes extensive use of the Google map and I would like to know how I can pass latitude and longitude information obtain from one page to the next. the function I like to access exist in a completely different web page located on our server. The problem seems …

Member Avatar for justapimp
0
189
Member Avatar for genpopo

hello peeps i need help on this.. can i change the window attributes (scrollbar,width,height,etc..) during page load or onload?i know that i can do this in window.open function but is it possible to do that in onload when the page is already opened? thnx hope you can help me

Member Avatar for Fungus1487
0
66
Member Avatar for tefflox

Please take a look at [URL="http://listenlight.net"][B]Listenlight.net[/B][/URL]. It works perfectly in Firefox 2 (at least on my computer), but I get very discouraging reports that it breaks IE -- but what doesn't? Anyhow, I would like the flashy "live text" effects to work in IE, but I am only ankle-deep in …

0
75
Member Avatar for riscphree

What I currently have is a table with 3 columns. I have an image map in the second column with the links that I'd like to have open in the third column. What would be an easy way to go about this?

Member Avatar for Fungus1487
0
102
Member Avatar for kahaj

I'm trying to validate some things on this form. (I've omitted some of the totally uneccesary code below. I'm first trying to tackle the "card" radio buttons. When I hit the submit button, it's just sitting on the whole thing. Can't figure out what I'm doing wrong here: [code] <html> …

Member Avatar for ~s.o.s~
0
127

The End.