jquery x 2,329

20,316 Topics

Member Avatar for
Member Avatar for newbeein

Hi Experts, I am using mozilla firefox 1.5. I want to delay the page close when the user clicks on the close (X) button of the browser. I want to display something like "Closing Please wait......" for 5 seconds (run a code in the background) and then close the window …

Member Avatar for MattEvans
0
1K
Member Avatar for achilleus

sendmail -F "notify_intab" ${notify_intab} < $mailReportfile when I use my send mail command , the data fetched are somewhat like a table, but the output are displayed in a non-readble manner. Can anyone gimme some edit options in the sendmail command to make the output look like a table with …

0
49
Member Avatar for yasserstein

hi, i've set up several javascript effects on my page, so now i need some controls to have completely loaded before the user can interact with the page. how can i control the rendering times? thanks. yasser.

Member Avatar for MidiMagic
0
131
Member Avatar for yasserstein

hello, i'm working on a news website, where some news headers and text-briefs are displayed, with a link for reading the complete story. i've made a template for this new page that will contain the full article, and i need the user to be redirected to this page to read …

Member Avatar for Member #114696
0
72
Member Avatar for jonamasa

Hi, my fitness trainer just asked me to create a homepage for him in exchange for some free hours of training. Now he really can't expect too much as fitness training isn't that expensive, but I know HTML, CSS and Javascript, so I thought I might do something simple and …

Member Avatar for hollystyles
0
75
Member Avatar for Cookie Kumar

Im working in web designing module. My one of the html file has several template samples as well as a link like "Edit this Template". When i click this link, that corresponding template should open with the designing software such as dreamweaver, NVU etc.,( In my case im using NVU) …

0
56
Member Avatar for kumuda

Hi, I have written below code but i do not know how to validate using javascript, cud anyone please help me out. <select size="1" name="hours" class="selectstyle" style="width:40px" onchange="alert(document.modifyschedule.hours.options[document.modifyschedule.hours.selectedIndex].value"> <? for($j=1;$j<=24;$j++) { if($timesplit[0]==$j) echo "<option value=".$j." selected>".$j."</option>"; else echo "<option value=".$j." >".$j."</option>"; } ?> </select> <select size="1" name="minutes" class="selectstyle" style="width:40px" onchange="alert(document.modifyschedule.minutes.options[document.modifyschedule.minutes.selectedIndex].value"> …

Member Avatar for cuchandoo
0
118
Member Avatar for MidiMagic

Why do they make computers harder to use and program than they need to be? Here are some examples: - Why do most spreadsheets and programming languages do trigonometric functions in radians, when most people use degrees? - Why do most of the C-based languages (including Java, JavaScript, and Perl) …

Member Avatar for Dave Sinkula
0
191
Member Avatar for StrongOak

I have some java code that is pulling from SQL some data, which is filling a groupbox with Medicare ICD-9-CM billable codes. The user can click the Category, then select the codeset then the third box fills in the sub codes and description for them to make the final selection …

Member Avatar for MattEvans
0
298
Member Avatar for yasserstein

hello, i'm having many web pages built on a certain master page that has something like a menu with buttons to direct to different pages from it. now i have two questions: 1. i noticed in many websites that the master page stays put having the content pages only loaded …

0
76
Member Avatar for yasserstein

i'm building a webpage using CSS and javascript to produce special effects. i use onmouseover, onmouseout, and onclick events inside a table's cells to change their cssclasses. everything was going perfect so far, as i'm using VS 2008 BETA2, with the default browser IE 7.0 so now when i try …

Member Avatar for yasserstein
0
181
Member Avatar for tiredntroubled

Hi, I am working with coldfusion a coldfusion form. There is a drop down menu with different users, ex. user1, user2, user3. There are two list boxes. The LeftListbox contains all values. The RightListBox contains all values that have been assigned for a specific user. After selecting the user and …

Member Avatar for ~s.o.s~
0
97
Member Avatar for web_master

how do i make a tabbed iframe which can change its height automatically and make height equal to the content inside it. I have never used iframe before this. i dont want scrollers. i want it to call the size of the content inside it. i have tried some scripts …

Member Avatar for Fungus1487
0
166
Member Avatar for abhammer

I am trying to protect email addresses on a web page from spammers. I found a javascript snippet from Syronex Anti Spam Solutions ([url]http://www.syronex.com/antispam/[/url]) and it has worked well in the past. Since I have upgraded Firefox to the newest version I cannot access the email from my links. Is …

Member Avatar for ~s.o.s~
0
186
Member Avatar for addicted
Member Avatar for epod@ucla.edu

I have a web site where we have a few elements that call javascript functions on the onclick. The javascript functions will do some processing and what not and eventually call a window.location to change the url. In Safari (mac only) window.location is not being processed until the current page …

Member Avatar for ~s.o.s~
0
7K
Member Avatar for BalagurunathanS

Hi all.. I need to restrict the user from entering any non numeric data in my text box present in an .aspx page.The user should able to enter only numeric values in the text box..Someone help in this regard with javascript.. Regards, Balagurunathan S

Member Avatar for MidiMagic
0
830
Member Avatar for frisiva

var inputs = document.getElementsByTagName('input'); for (var i = 0; i < inputs.length; i++) { var id =inputs.getAttribute('id') if(id.indexOf("txtLgnEmailID")!=-1) { oDDL = inputs.getAttribute('id') svalue=document.getElementById(oDDL).value; if (document.getElementById(oDDL).value=="- User EmailID -") { document.getElementById(oDDL).value="" } } } It was not working in Firfox.. Please help to soive it..

Member Avatar for MidiMagic
0
60
Member Avatar for JimN

I am teaching an elementary school this coming semester, and have created an explorer of animals and birds using javascript, and also using a flash created html code that shows a small picture of various animals and when they go onMouseOver it opens a new window with a larger picture …

Member Avatar for JimN
0
623
Member Avatar for david555

hi, my purpose of my code is to get an array of subcategory details and format it and when when mouse over some subcategory - an image will change (dynamically). this code is PHP with Javascript My problem is how can i get the variable 'key1' from the javascript funtion …

Member Avatar for digital-ether
0
305
Member Avatar for scrypt3r

im writing a app that u write some vbscript or javascript or html and u can run it does anyone know how to run any of these languages from in vb

Member Avatar for scrypt3r
0
110
Member Avatar for NVDuy

I have a problem with Active Users Today on my forum, that is: if a member's name has 2 words with a space or "&" sign in the middle, e.g. lucky man or lucky&man, its just appear the first word (lucky) in section Active Users Today, it doesn't appear the …

0
77
Member Avatar for TWilsonRipsom

I have been trying to figure out how to open documents such as Word and Excel files with functional toolbars but I am stumped. Can anyone provide some insight on this?

Member Avatar for MattEvans
0
134
Member Avatar for engheba

hello for downloading a file ,can anyone tell me how to download a file using portlet jsr 168 coz i've searched and found nothing i could do and i am newbie in portals and java script.Thx

0
56
Member Avatar for sania12

hi all, I know bits and pieces of JSP. I have done many projects in PHP. I have got to do an assignment of developing on screen virtual keyboard with in 1 week. Am having no idea of how to start with it. Please help me with a basic outline/ …

Member Avatar for jwenting
0
63
Member Avatar for j.vijayanand

Hi folks, The page load time is the one of the main factors affecting its usability most internet users will just skip a site altogether if it fails to load within a couple of a seconds. I want to initiated this thread so as we can discuss in details on …

Member Avatar for MitkOK
0
80
Member Avatar for jeremiah sky

[COLOR="red"]I got this script from JavaScript Kit.com. The script refers to entering a userid and password to access one page. I have multiple acquaintances with each getting their own userid and password (it doesn't matter that it isn't encrypted). I am making one page that has the script on it. …

Member Avatar for stymiee
0
195
Member Avatar for web_master

how do i make a tabbed iframe which can change its height automatically and make height equal to the content inside it. I have never used iframe before this. i dont want scrollers. i want it to call the size of the content inside it. i have tried some scripts …

Member Avatar for web_master
0
143
Member Avatar for Abominatos

I would like to start learning Html, C++, Javascript etc. But where should I start? is there a certain tutorial which is perfect for beginners?

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

Hi all.. I am having two dropdown list boxes in my .aspx page They are ddl1 and ddl2... Now if i change the selected index of the first box (ddl1), the selected index of the second dropdownlist must automaticlly set to zeroth index..i.e index of the second dropdown list box …

Member Avatar for Nandem
0
222
Member Avatar for greeny_1984

hii everyone, i want u r help regarding progress bar for fileupload using javasccript.i am using asp.net 1.1,so using ajax is little bit confusing.so can any one give me a siple java script for progress bar.waiting for u r replies.

Member Avatar for greeny_1984
0
114
Member Avatar for linux

I can't find the answer ANYWHERE on the Blogger help page, so if anyone has any experience with Blogger here, you can help me! Are you allowed to use full Javascript on Blogger blogs? Like to move and remove items on the page?

Member Avatar for linux
0
69
Member Avatar for donelian

1. The link below refers to a Dynamic Drive bulletin board code: [url]http://www.dynamicdrive.com/dynamicindex2/dhtmlbillboard.htm[/url] I can get the text to wprk tine, but I cannot figure out how to get the image into the code, so that the code wraps around it, as in the demo. I cannot find a place …

Member Avatar for donelian
0
92
Member Avatar for Inny

Hi folks, I came across an intresting peice of script that redirects to links in a new browser with a custom table at the top. It appears to be automatic when somebody types in a link address. I think there is some scripting hidden/missing that makes it work. Im wondering …

Member Avatar for MidiMagic
0
92
Member Avatar for naahamm

hello every one! i have a web site i have developed with php and jsp and am having problems trying to send messages to my contacts using javascripts. could anyone pls guide me?

Member Avatar for Ezzaral
0
63
Member Avatar for workonphp

Have anybody worked on some project to create ads like in google adsense. I have created script but i m unable to call javascript file on my server. uncaught exception: Permission denied to call method XMLHttpRequest.open Line 0

Member Avatar for stymiee
0
50
Member Avatar for michael.ngobeni

Hi guys, I have a form with many text fields that are created from another program (java) <input type=text name = 'myname1'> <input type=text name = 'myname2'> <input type=text name = 'myname3'> . . . . . and I have a javascript that loops through these text fields for (var …

Member Avatar for hollystyles
0
157
Member Avatar for scitrenbaum

Here is the dilemma. I have a website where everything works perfectly in all browsers except for Safari. When you are in Safari and you go to this page... [url]http://www.3hounddesign.com/Woods_Woods/packaging.html[/url] The first time you click one of the numbered boxes at the bottom of the screen it advances to that …

Member Avatar for MidiMagic
0
69
Member Avatar for Barefootsanders

Hey everyone, I'm workin on a little side project and I was looking for some help. Currently I have code that will check a given directory and populate two list boxes based on id3 tag information. The first select box will be populated with artist info and the second, with …

Member Avatar for Barefootsanders
0
134
Member Avatar for webmaker

I am going around the bend trying to get a return value from a dropdown so that I can use else where on an asp page, it gives the alert ok, however I cannot seem to do anything else useful with it. Any help would be extremely appreciated!!! ...Ian <code> …

Member Avatar for webmaker
0
302
Member Avatar for BalagurunathanS

Hi all.. I am having controls such as dropdown,button,textbox in my aspx page .I need to enable and disable them using javascript..I am beginner in Javascript...Some one help with code in javascript as early as possible... Thanks & regards, Balaguru

Member Avatar for ~s.o.s~
0
166
Member Avatar for Arch_Bytes

I was wondering why on earth did my code suddenly start bugging when I upgraded my JAR files. I would check my JSF codes although its a JavsaScript problem when I submit the forms. heres the error: document.getElementById("contacts:notAdmins_" + i + ":contactLastName") has no properties [URL="http://www.daniweb.com/forums/"]check[/URL]()adminContactCheck... (line 25) [URL="http://www.daniweb.com/forums/"]oamSubmitForm[/URL]("contacts", "contacts:steps:_idJsp25", …

0
84
Member Avatar for tshivaraj

Hi All, Is there a way to terminate an AJAX thread. I have an application where if a user selects multiple options in a rapid succession it causes a deadlock situation. I would like to terminate the previous thread, if a new one is spawned. I am using prototype. Thanks, …

Member Avatar for digital-ether
0
148
Member Avatar for newsteve

so... ive created a random slide show of 3 panels side by side, all of them with a random time intervals between each slide. it all works great. im now looking to create a user controlled start/stop option for EACH panel, based on an onclick over each image - and …

Member Avatar for digital-ether
0
169
Member Avatar for scrypt3r

does any 1 know how to give a picture a tag or name and then in javascript or vbscript change it ?

Member Avatar for scrypt3r
0
99
Member Avatar for adnan316

Hello everyone. I am new to this forum. i am stuck on this problem for quite some time and i hope i cud use some ur expertise on it !!! here's the thing - i have developed this web page which is like really long and i have divided it …

Member Avatar for adnan316
0
158
Member Avatar for connor4312

Hi! I'm looking for a stlyeish:cool: way to display a list of links for my web site. Any ideas?:icon_idea:

Member Avatar for connor4312
0
129
Member Avatar for ian14

hi,i m finding troubles in connecting database in avvascript.Can anyine tell me procedure or syntax

Member Avatar for stymiee
0
64
Member Avatar for jonw

I have a JS function that makes an AJAX call several times, based on how many checkboxes are checked on the page. On each iteration, I check the value of a hidden field with document.getElementById().value; if it's false, the function is supposed to break. The value of the hidden field …

Member Avatar for MidiMagic
0
152
Member Avatar for sivavissamsetti

Hi All, I am working in .NET 2.0 frame work web application. In my application i used javascript and with that i used the window.createPopup() function. It is working fine with IE. But it is not working with Firefox, Netscape Navigator and Opera. Please provide me the alternative solution so …

Member Avatar for MidiMagic
0
1K

The End.