15,688 Topics

Member Avatar for
Member Avatar for newbie14

Dear All, I got a page here [url]http://183.78.169.53/tyre2/page2.html[/url]. What I would like to do is enable swapping between the black images? I would like to drag and drop to another image and that image will fill up the dragged earlier image position? Any idea?

0
56
Member Avatar for Behseini

Hi everyone, I am new at Jquery and JavaScript as well and I really appreciate if you can help me to figure it out how I can check a state of slideToggle()? for example, I am trying to modify the following code when a user click the Register then first …

Member Avatar for Behseini
0
150
Member Avatar for vaultdweller123

Hey guys, anyone know how to change facebook plugin like button, text "like" to a custom text? thanks in advance

0
71
Member Avatar for apanimesh061

[CODE] function getAjax() { var XmlHttp; //Creating object of XMLHTTP in IE try { XmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { XmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (oc) { XmlHttp = null; } } //Creating object of XMLHTTP in Browers other than IE if (!XmlHttp && typeof …

Member Avatar for diafol
0
145
Member Avatar for guillem_bcn

hi, i want to alert (javascript dialog) after user clicks the submit button, then process it with php and then show the alert after the body has reloaded (same body after post, just calling the same page. the easy thing to be done, but i'm going mad with it, is …

Member Avatar for guillem_bcn
0
5K
Member Avatar for extemer

Ok, I have a student form which will be filled by operator. I want a small image to be displayed in a frame in the form when the operator brows the image each time he/she fill new student form. Guys my JS isn't brilliant.

Member Avatar for stbuchok
0
84
Member Avatar for jatpatel1

Hi there, I was wondering if anyone can resolve my problem. Just to give you a heads up. I have a page with many input fields like textboxes, select etc. All these input fields are on one line in a table row. The number of rows depends on the amount …

Member Avatar for Troy III
0
345
Member Avatar for Ritesh_4

Hello Am trying to implement something similar to this page, [url]http://www.k-optisports.ch/fr/optic/team.html[/url], whereby hovering on an image changes it to display the user's details. anyone can pls help me with finding a tutorial or pre-built gallery using such type of effect?

Member Avatar for Ritesh_4
0
95
Member Avatar for lmddigital

I'd like to modify a form on [url]www.formsite.com[/url] (form builder app): username: testuser password: password I would like to use the nicedit.com's inline content editor's js to transform my textarea's into a richtext area. At present the nicedit editor works well in creating the richtextarea. However, the KEY point is …

0
97
Member Avatar for drewpark88

Hey guys, I am new to JS/Ajax and would love some help if possible. I am not sure how to POST my form using Ajax rather than using the action="http://example/api/register_user.php" on the form to post form fields then display the response from the URL. If I post the from using …

0
69
Member Avatar for attism

I want to create a dropdown menu in my main menu. It should look like this: [URL="http://www.freeimagehosting.net/uploads/73ebcb47c3.jpg"]LINK to the photo[/URL] But I don't know how to get it work, that it should count the links (categories) inside the menu. If its more than 6, than it should put the 7th, …

Member Avatar for attism
0
229
Member Avatar for AjithAnnadurai

hi friends , i found a code for tamil language comment box in blogger and also its executed successfully but one problem i cant post a comment . only box alone coming in this code . please check it and give me a proper code . [CODE] <script src="https://www.google.com/jsapi" type="text/javascript"> …

Member Avatar for AjithAnnadurai
0
336
Member Avatar for Julia25

Hello there! im having problem on adding dropdown menu (like the nav in this site) in a dynamic site(templated) which i cannot access the html (like ul, li or adding class) and i was thinking is it possible to create a javascript dropdown menu for this? which add drodown menu …

Member Avatar for Julia25
0
134
Member Avatar for nsyncpilu

Hy , i`m new on the forum , so Hello to all , I want to make a "mini robot" that autocalls it self every night at 12 o`clock , and calls a php function that deletes some records form database on some criteria.My problem is not what the php …

Member Avatar for nsyncpilu
0
101
Member Avatar for muralibobby2015

hello, i have to find google co=ordinates from given address. so i am displaying google map in popup box but i don't know why google map not loading in popup. but it is working fine in new page.when i am trying to display in popup then only google map diplaying …

Member Avatar for Airshow
0
1K
Member Avatar for Ritesh_4

Hi Am working on a web template similar to this one: [url]http://drupal.org/node/763096[/url] and would like to change the hover color for the menus (in blue with white text). What would be the best color to match if the menu background is left as it is when hovering on a menu …

Member Avatar for Ritesh_4
0
75
Member Avatar for Ritesh_4

Hello I've got some swf files linked to my website, and currently, when clicking on the link, it opens the content in a new window, however I want to make the file downloadable when the link is clicked, how to do this?

Member Avatar for Ritesh_4
0
245
Member Avatar for ChrisJ

To deploy an application in red5 webapps directory, is that something that can be explained in a forum posting? Or would I need to hire a consultant for that? Thanks

Member Avatar for Airshow
0
52
Member Avatar for konradhoppe

Hi community, I want to send data from a form on a popup to a form on its parent page. I have checked several approaches, but none of them is working with me. In the end, I've just tried to use an existing example from the web ([url]http://www.plus2net.com/javascript_tutorial/window-child3.php[/url]) but even …

Member Avatar for Troy III
0
142
Member Avatar for newbie14

Dear All, I have my link [url]http://183.78.169.53/tm/layout.php[/url]. Basically I have two buttons one Add Single and one Add Double. When I press Add Single I want to have a new row with the single drop down list. On the other hand when I press the Add Double I want to …

Member Avatar for Troy III
0
511
Member Avatar for aru211285

Hi friends, I have a question regarding the option list in HTML pages.... i have 2 items (class, subclass) each of which have some options and hence i created the drop down lists for the 2 items which when selected by user will go the action page and search for …

Member Avatar for aru211285
0
183
Member Avatar for extemer

i guys i want to add a image tag on my database so that while filling student form.they can also add image of student by selecting that image from the computer.how can i do this

Member Avatar for karthik_ppts
0
99
Member Avatar for dantheman50_98

Hi There, I'm trying to reduce the load speed of an ekmpowershop-powered site, and to do this I'd like to combine all of the javascript scripts into one. As I have no idea how to do this, I'm going to try using the jmerge tool. First I need to put …

Member Avatar for dantheman50_98
0
284
Member Avatar for cemali_ys

Hello! I am writing a simle extension on Google Chrome. But chrome's extension API is not powerfull enough for my extension because i need file io operations for local files. That's why I need to call functions from dll which i write from javascript. <script type='text/javascript' language='javascript'> var obj = …

Member Avatar for twiss
0
934
Member Avatar for abhi10kumar

My website have object required error on line 166, and syntax error on line 4, I cant figure out this error.. Here is the url 3gmobile.co.in and screenshot

Member Avatar for twiss
0
126
Member Avatar for apanimesh061

[ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Page Timed Reload !</title> <script type="text/javascript"> var counter = 1, nor = 0; function startCounter(){ document.myForm.myText.value = counter++; if (counter == 15) { document.location.reload(); nor++; document.write("The page has been reloaded ") + nor + document.write(" times !") } …

Member Avatar for karthik_ppts
0
205
Member Avatar for Palanii

Hi, Contact form submit not working in some systems, could you please tell me how to solve this. Please check this url: [url]http://www.raaida.com/dev/contactus.php[/url]

Member Avatar for karthik_ppts
0
68
Member Avatar for MDanz

Onchange of the dropdown list, the textfield should display either "testing 3" or "testing 4" but nothing is happening. [code] <form action='submit.php' method='POST' name='form'> <select name='preset' onchange='preset(this);'> <option value='test1'>testing 1</option> <option value=test2'>testing 2</option> </select> <input type='text' name='big[]' value='' /> </form> [/code] [code] function preset(ele) { if(ele=="test1") { var action1 = …

Member Avatar for karthik_ppts
0
88
Member Avatar for apanimesh061
Member Avatar for apanimesh061

There is sherical 3D tag cloud which is controlled by mouse speed !!! Does anyone know how to use that in a website !!?? :confused:

Member Avatar for apanimesh061
0
33

The End.