15,688 Topics

Member Avatar for
Member Avatar for itisnot_me

ok i don't know where to start my search cause i don't have to right terms. what i would like to do is have to menus and have the second be changed dynamically. ex: in the first dropdown if the user selects a category, the subcategory will populate with sub …

Member Avatar for itisnot_me
0
103
Member Avatar for BigGJonsey

I've been able to get the iFrame to resize to the content - see this link - it's pretty simple. My only problem, is if the user clicks a link so that another page is displayed, the iFrame doesn't resize. It will only resize when the parent page is reloaded. …

Member Avatar for Airshow
0
208
Member Avatar for preet.pranjali

hi, can anyone plz tell me how to acheive the thick box effect on this site?as in when you arrive at a page and cookies are cleared, there appears lightbox for signup. i am trying to achieve something similar. thanks in advance Preet

Member Avatar for ShawnCplus
0
44
Member Avatar for JimPatrick

Hello guys, i need some help on creating an event callender reminder that can work on MS Outlook like iCal, this callender reminder will be on an event site which I am working on so people can get reminders via MS Outlook. JimPatrick

Member Avatar for Airshow
0
52
Member Avatar for 7gakki

Hi, I have a question. When you click on the body and hold the click button down the div will appear. Continuing to hold down the mouse click and moving the mouse around the div, will make the div follow the mouse pointer. How to do that in mootools?

Member Avatar for itisnot_me
0
47
Member Avatar for extofer

I have a third-party JavaScript that works as a button.... I need to call from that script to a C# function. Is there anyway to do that??

Member Avatar for serkan sendur
0
86
Member Avatar for alsaffar

Hi all, Please have a look at the left menu in this link [url]http://kuwaiteshop.com/index.php?lang=en[/url] I want a similar menu in any language wither its free or I have to buy I want it to be easy to add categories & subcategories Kind regards & thanks in advance ('',)

Member Avatar for alsaffar
0
100
Member Avatar for Sanit

I have this bit of code that I am using in a project which I got working on a test webpage, and then when I tried to implement it on the real webpage, it all works, except for the jQuery effects. Here is the code: [code=Javascript] $(function(){ $("a.vote_up").click(function(){ //get the …

Member Avatar for Sanit
0
127
Member Avatar for Tigran

Hello guys, I was making a website, all looked great, untill I started IE7. there, it really looked like crap. Now I'd like to just make another css file for IE6 and/or IE7 but not for IE 8, because it does look wel at that browser. How can I detect …

Member Avatar for Tigran
0
133
Member Avatar for itsrahulk

I want that table be refresh after deleting data i have tried it but it’s not working. Can you pls help me how can I do it using protype.js? this is my code [code]<?php require_once("common.php"); $row=getDetails(); //print_r($row); function getDetails () { $objLogs = new Logs(); $fields = 'id,link,filename,pageid,position,orderid'; $row = …

Member Avatar for grvulture
0
102
Member Avatar for jzimmerman

I am creating a form for a registration that asks the participant if they have completed pre-requisite training. There are three questions they are asked. When they click yes, the text box for the requested information is enabled, when they click no, they get a warning that they need to …

Member Avatar for Airshow
0
145
Member Avatar for sandilian

Hi all. i need help. i have two text boxes in Web application. When i enter data in first textbox second will enable automatically. i have written javascrit of onblur and onchanges and onkeyup event to enable the second textbox, it works fine but the problem is when i copied …

Member Avatar for Airshow
0
81
Member Avatar for Bob Arctor

Hello all, I have a page where the user clicks a link, one of several, and some text is displayed. The code I have does exactly that. My question is how do I show only the the current text inside the div container ? I've had a look at clearing …

Member Avatar for Bob Arctor
0
515
Member Avatar for bufospro

Hi all, first of all I apologise that I write in this category (javascript) but I don't know where I could be helped. I use a contact form in my site with the fields user, email, subject, comments I would like after user's submit to send me all the data …

Member Avatar for Airshow
0
221
Member Avatar for starengineer

can someone direct me to a tutorial that will give me step by step instructions on how to link xml to my index page. I don't quit understand the concept around xml. and how it work with an index page Thank in Advance

Member Avatar for essential
0
72
Member Avatar for Spycat

I am hoping that this is a proper forum to post to. I got an Ajax script from Dynamic Drive called "Dynamic Ajax Content" that loads external pages into a DIV in the Parent page. The effect is much like that of an iFrame. I am loading videos into the …

Member Avatar for Spycat
0
225
Member Avatar for adaykin

Hello, I am trying to completely remove everything from a table. I want to delete all of the rows which I am able to do. But when I delete all of the rows and add rows in again there is whitespace at the top of the table and I can't …

Member Avatar for adaykin
0
217
Member Avatar for msvinaykumar

[code]<html> <head> <script type="text/javascript"> function getpr(txt2){ alert("I'm in"); document.write(txt2); } function message() { var doc = new ActiveXObject("Word.Application"); // creates the word object doc.Visible=false; // doesn't display Word window doc.Documents.Open("C:\\Users\\vinay\\Desktop\\HTMLPages\\test\\pr.txt"); // specify path to document //copy the content from my word document and throw it into my variable txt = …

Member Avatar for JugglerDrummer
0
95
Member Avatar for muhittin

Hi all, I added phatfusion image menu to my oscommerce site but don't working. say why? I dont know. I did everything right, but not. I transfered imageMenu.js and imageMenu.css to public_html, I transfered mootols.js to /_common/js/ Then, I added those to index.php; [CODE]<link href="imageMenu.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" …

Member Avatar for muhittin
0
120
Member Avatar for Potato.Head

Do I have a way (when I get the “unload”) to distinguish between “X” button and another cases(for example when moving writing another URL address)? I want to decide what message to display to the user when I get to the unload event, if this possible to do?

Member Avatar for JugglerDrummer
0
63
Member Avatar for bwbwings

Ok, after much searching i finally decided to ask. (Newbie to this forum so I apologise if I don't use correct format) I have built an assessment that pulls through X number of questions from a questionbank. The questionbank sits in a single js file whilst the code controlling everything …

Member Avatar for Airshow
0
107
Member Avatar for padmas

Hi I need to get url Instead of contact.htm and keep the animation. this is a modal window. [code]$(document).ready(function () { $('#contactForm input.contact, #contactForm a.contact').click(function (e) { e.preventDefault(); // load the contact form using ajax $.get("contact.htm", function(data){ // create a modal dialog with the data $(data).modal({ close: false, position: ["0%",], …

0
52
Member Avatar for mamatachaudhari

hii.. I want to use a scriplet variable in javascript. i used <%! int i;> <% i=0; %> <input type="text" id="itemValue" onchange=changeValue('<%i%>')> it works fine if i give alert(i) in changeValue function. Otherwise it gives error i is undefined. Plz help me. I don't want to bother user by increasing …

Member Avatar for mamatachaudhari
0
4K
Member Avatar for hi.meral

my basic question is that can i use the jquery insted of php syntax ? For example i developed a site in simple php, now i want to change the code for security perpose in jQuery.. Can I ??

Member Avatar for hi.meral
0
115
Member Avatar for seanooi

Hi guys, I have no experience with jQuery or php at all besides the ones I see in Wordpress and the functions I included in my themes so forgive me if I sound stupid. I'm trying to include the .scrollTo function in my theme, and was wondering if it's possible …

0
61
Member Avatar for jonow

Is there a JavaScript script that determines the geographical location of the visitor? I need one to determine that and depending on there location run 1 of about 5 different JavaScript scripts. How do i do this? Does someone know were i can can a script to do this or …

Member Avatar for digital-ether
0
221
Member Avatar for sean_khan

Hi There, I have a webpage with link of useful websites. Rather than loading the websites in a new window, I would an "inline frame/window" to be opened just ow the link I clicked on so that I can preview/interact with the webpage. Does anyone know how this can be …

Member Avatar for Airshow
0
351
Member Avatar for Arumugams

Hi, i have written a code for getting the environmental variable.I am getting the error as wscript undefined. [code] <html> <head> <title>Test</title> <script language="javascript"> function getEnvironment() { var shell = WScript.CreateObject("WScript.Shell"); var env = shell.Environment("USER"); alert(env("temp")); } </script> </head> <body> <button onclick="javascript:getEnvironment();">Click</button> </body> </html> [/code]

Member Avatar for hljmdjrs
0
256
Member Avatar for irfan.motiwala

i have page contain two combo box USA UK GERMANY i want that if i select usa then 2nd combo box will shows only cities of usa plz provide me help

Member Avatar for awinandak
0
325
Member Avatar for ericbux

Hi, First-timer here. Have JS that works in Safari, IE but not FF. Very simple code: [code] <script> function callFunction() { if (eb.TobaccoProds.checked == true) { eb.action = "step2.php"; } else { eb.action = "passthrough.php"; } } </script> <form id="eb" name="ebr" method="post" action="" onsubmit="return callFunction();"> [/code] When user clicks (or …

Member Avatar for ericbux
0
103

The End.