15,120 Topics

Member Avatar for
Member Avatar for geekme
Member Avatar for urtrivedi
0
143
Member Avatar for sagive

Hey, i have created a drop down menu that give me hell and refuses to work in internet explorer.. Can anyone find the error? (its a wordpress website) [B]Here is the menu itself (as i say.. wordpress):[/B] [CODE] <div class="topmenu"> <ul id="nav"> <li id="home" <?php if(is_page('home')){echo "class=current_page_item";} ?>><a href="/index.php">דף הבית</a></li> …

Member Avatar for stbuchok
0
175
Member Avatar for Hani1991

Hello Whats the use of var in classes? is it a function to define variables? I tried using a variable in class without write (var) before it and it works what is it???

Member Avatar for stbuchok
0
64
Member Avatar for Pro2000

Hello everybody.. Does anybody know what's the use of the execCommand() function?? Also, is it used to add tags in textboxes?? Thanks beforehand.

Member Avatar for stbuchok
0
138
Member Avatar for vgkarthi

how to get DWR readyState as in AJAX. I am using Springs. Problem for me is sometimes the Flow continues even before Ajax values being returned and hence ends up in some error. If I can get the readyState, then i can check whether it is 4, so that I …

Member Avatar for stbuchok
0
108
Member Avatar for Nollyvenon

I designed an invoice system that add rows automatically and computes the results, print it in another file that can be downloaded by other users.can i get help on how to multiply the price and quantity to get amount? this is my code: <SCRIPT LANGUAGE="JavaScript"> function showamt() { //var unitprice …

0
177
Member Avatar for abhi10kumar

I want to wait current page with a certain period of time and then redirect onto another. Example: wait for 15 seconds and then redirect [url]www.google.com[/url]

0
75
Member Avatar for astnrocker

I am trying to get the total of the checkboxes selected when the user clicks the "calculate total" button. It isn't working though. What am I doing wrong? [CODE]<html> <head> <script type="text/javascript"> function calculate(f) { var nums = f.num; var ntext = f.numtext; var nitem = f.numitem; var result = …

Member Avatar for astnrocker
0
111
Member Avatar for z.cristiano

Hello, i have create e form with ajax for upload file with XMLHttpRequest page.php <script> function upload() { var file_upload = document.form1.file_upload.files; /* if(xmlhttp5.readyState == 1) { alert("Attendere!"); } else */ // code for IE7+, Firefox, Chrome, Opera, Safari if(window.XMLHttpRequest) { xmlhttp5 = new XMLHttpRequest(); } else { // code …

Member Avatar for stbuchok
0
122
Member Avatar for Moss ali

i am working in a form where i have used some javascript alert Popups before using <asp:updatepanel /> the java script was working fine but when i applied the updatepanel the java script popups are not working plz help me out.

Member Avatar for hericles
0
95
Member Avatar for palsoft

Hi, I have PHP script which is calculating some Google Maps API functions in Javascript and then sending output back to PHP. My biggest problem is, that i need it to run at intervals, but AFAIK cron can't handle javascript I've tried a little workaround - setting cron which sends …

Member Avatar for palsoft
0
2K
Member Avatar for ghosh22

Hi..I am a newbie in JavaScript.I have two forms (in two different webpages) all with radio buttons. A user cannot select more than one option from each form. My plan is to pass the user input from both the forms to a perl script which would then query a MySQL …

Member Avatar for ghosh22
0
211
Member Avatar for rinjin07

Hi guys, Forgive me if this is a stupid question as I'm fairly new to computing. Been trying to make a webpage that displays a googlemap with multiple markers based on data from an XML file but can't seem to get it to work. Would be ETERNALLY grateful to anyone …

Member Avatar for rinjin07
0
478
Member Avatar for MonsterCookies

Hello Everyone! I'm looking for some advice from some C# pros out there. I am not a C# developer, I am a java/actionscript developer. I have an old VB6 component wrapped up into activeX that I am trying to update. I have rebuilt the component from scratch in visual studio …

0
103
Member Avatar for patrickm129

Hi, I made a login form on my site but I am new to javascript and do not know how this could be done (See title). I am trying to make an alert start if one of the login forms are left empty. Any advice is greatly appreciated, thanks in …

Member Avatar for Pro2000
0
361
Member Avatar for Sahilsahni

hi, please visit this website : [url]http://www.jobsdhamaka.com/[/url] at center of page there is a heading "Recently Posted Job" i want that functionality to make for my project i.e. changing of text or heading after a particular interval of time. can anybody help please? and there is problem, i don't know …

Member Avatar for almostbob
0
102
Member Avatar for vaanipala

Hi, I'm getting the following error: attempt to run compile-and-go script on a cleared scope [Break On This Error] if (xmlhttp.readyState==4 && xmlhttp.status==200) when i try to run the following code in mozilla firefox: does anyone know on what i'm doing wrong? thank you. gethint.html [CODE] <script language="javascript" type="text/javascript"> function …

Member Avatar for vaanipala
0
282
Member Avatar for PixelatedKarma

Hello everybody, First off let me say I did do a search of google and these forums before posting this. I have sort of what I want without having exactly what I want and before I proceed further hacking up already working code I figured I'd start a conversation as …

Member Avatar for PixelatedKarma
0
143
Member Avatar for choboja621

Here`s my code. I think its right. I had checked every single detail. But then, it still don`t work. It doesn`t link to the html i had created. Hope you can help me. I`m new to this stuffs. [CODE]<html> <head><title>Using Image Maps</title></head> <body> <center><img src="bearface.jpg" width="600" height="776" alt="bearface" usemap="#bearface"></center> <map …

Member Avatar for Airshow
0
132
Member Avatar for darknoobie

Hello forum, My name is juan and recently started html programming. I have a web page with a drop box with the name of states. Code: <option value="">Alabama</option> <option value="">Alaska</option> I can add a onclick="code here" to the tag so that when the drop box alabama is selected it triggers …

Member Avatar for darknoobie
0
218
Member Avatar for aharkus

I have a page set up that with tabs that show different content. This works fine and I can also dynamically create the number of tabs and the name of them dynamically. However, I'd like the CONTENT of each of the tabs to also be tabs contain tabs depending on …

0
59
Member Avatar for aharkus

I'm creating dynamic buttons and forms for a website and would like the form hidden when it's corresponding button is clicked. However, when I pass button and form name variables to my JavaScript that hides the form, the variables are not being recognised unless I explicitly set them. (e.g 1 …

Member Avatar for Airshow
0
1K
Member Avatar for Behseini

Hi guys Can you please let me know where I can find a demo or example of JQuery Plugin which let's to create a Div with shadows(Inner and Drop shadows) and plugin to add gradient to Div background color? Best Regards,

Member Avatar for twiss
-1
123
Member Avatar for Pro2000

Hello everyone. I have a button and a textarea. I want this button to add tags around the selected words in that textarea. For example the button is to add the <b> tag before the selected words and the </b> tag after the selected words. Just like these buttons, in …

Member Avatar for Pro2000
0
86
Member Avatar for jhaque

Hello everyone, i am new to ajax and i am trying to get some data from database using php and ajax. I am facing a problem and i can't find any solution. When i trigger the ajax function, it not showing what i wanted. please check the code bellow and …

Member Avatar for jhaque
0
91
Member Avatar for sam8

Hi, Having problems with getting the enter key to act as a tab key. It works fine in internet explorer with this code: [CODE]<body onkeydown="javascript:if(event.keyCode == 13) event.keyCode = 9;">[/CODE] However, if I try to it for the other browsers by using event.which it picks up that keycode 13(enter key) …

Member Avatar for twiss
0
116
Member Avatar for klemme

I have one select list, which is populated from the DB like this: [CODE] <select name="position" id="position" onChange='itemdisplay(this.value)'> <option value="<?php echo $til_subject; ?>"><?php echo $current_subject; ?></option> <?php while($row=mysqli_fetch_array($result)){ echo '<option value=' . $row['id'] . '>' . $row['linknavn'] . '</option>'; } echo "</select>"; ?> // Next to this list i have …

Member Avatar for twiss
0
1K
Member Avatar for ghosh22

Hi I am trying to find the answer of the following. Suppose, I am trying to build a web page to conduct a fictious online Poll and people vote their favourite candidate. Now each voter is allowed to vote only one candidate from any one party. I have made the …

Member Avatar for ghosh22
0
211
Member Avatar for MrCapuchino

I'm trying to use a plugin for paging from jquery, the thing is that the demo is not very clear, at least for me that I'm not very familiar with jquery and httphandlers. Here is the javascript code. [CODE] $(function () { var a = 10; var b = 10; …

Member Avatar for MrCapuchino
0
235
Member Avatar for klemme

[B]I need to update one select box, depending on what has been chosen in an other select box. [/B] I know I need to use AJAX, but I havent used AJAX ever before, so I am a little lost on how to implement it. [B]This is the first select box:[/B] …

Member Avatar for klemme
0
1K

The End.