15,688 Topics

Member Avatar for
Member Avatar for kookies

I am currently using a great javascript based image viewer and wish to use it as a menu to navigate pages on my website . Wondering if someone could take a look at this great menu and modify the javascript for me ? As i know nothing about javascript but …

Member Avatar for essential
0
214
Member Avatar for thillai

hello everybody, In my project, i have used frames in one web page.and whatever javascript i have written in that page is not executed...why...? Thank you

Member Avatar for thillai
0
301
Member Avatar for redgoals

Hi All, I will be creating a white label website for car hire dealers. My main website will be called something like: carhire.com, the content on carhire.com will be pulled in from a database. Now once that carhire.com is complete i want to be able to frame forward other domains …

0
34
Member Avatar for designingamy

Hello all! I have been googling US maps using Javascript until I'm blue in the face and still can't find what I'm looking for. I want to learn how to create a US map like the following: [url]http://www.websitedesignerslist.com/[/url] Can anyone point me in the right direction? Thanks bunches, ~Amy

Member Avatar for designingamy
0
114
Member Avatar for agravayne

Hello All, I am trying to disable right click only for specific links on the page> I want to create my own pop up menu for these eventually. At present I have the following [CODE]<a href='#' onContextMenu="typesclick()">Types</a>[/CODE] the function is [CODE]function typesclick() { alert("testing"); return false; }[/CODE] The alert appears …

Member Avatar for essential
0
72
Member Avatar for prasannapower

How to use javascript codings in Asp.net page when ths script language already being declared is VB.If i replace VB as javascript in script tag VB sources get disabled.Tell me an option to use both scripts in ASP.net page.

0
51
Member Avatar for Raj.Acharya

i have following quetion: can i use javascipt code that will call a function and click an link in an iframe. The javascript code must run from the parent page and click on a link inside the iframe.

0
56
Member Avatar for rcwag

Question. In your opinion, which is the most sophisticated and able social community web design firm out there?

Member Avatar for nikesh.yadav
0
36
Member Avatar for thenamenoonehas

Hi Everyone, I have been looking at ever growing number of Javascript form validation libraries and although a lot of them are very nice, I would like to know whether anyone knows of a library that offers easy input, ie class type validation but with simple alert box validation alerts. …

Member Avatar for essential
0
72
Member Avatar for veledrom

Hi, [code] function myWindows(link) { if (!window.focus) return true; var href; if (typeof(link) == 'string') href=link; else href=link.href; window.open(href, 'width=5000,height=500,scrollbars=yes'); return false; } } [/code] [inlinecode]<a href=2bla.php" onClick="return myWindows(this)">Open</a>[/inlinecode] Above code opens new plain windows. How can i do same thing with a submit button? It will be plain as …

Member Avatar for essential
0
126
Member Avatar for ssfhlcommish

I am new to spry and am creating a webpage with multiple spry tables on it. I got the first table in and it works fine, but when I went to add the second table I receive this error: I included the portion of the script file that it says …

0
32
Member Avatar for ximath

Hi All, I have been desperately trying to solve a serious ajax issue and decided to try asking it here. I have simplified the problem and will illustrate it with an example. First of all, please consider; [CODE]<span onClick='makeClickRequest();'><a href='http://www.google.com'>Text Here</a></span>[/CODE] where the javascript is about [CODE] function makeClickRequest() { …

Member Avatar for ~s.o.s~
0
263
Member Avatar for lonestar23

Hello, I am having problems retrieving correct values from two radio buttons in my AJAX script below. The radio button values are either a 1 or 0 and always produces 0 regardless of which button is selected. Once in AJAX, I can not have the script retreive a 1 or …

Member Avatar for essential
0
1K
Member Avatar for chandanmahajan

Hi, I am working on the application in which Ajax, JSP, Javascript and html is used in UI part. We have our own UI frame work in which we update the page through AJAX. i.e. Initially page is loaded and later on we request to AJAX to update that particular …

Member Avatar for langsor
0
119
Member Avatar for Mylena

Hi, In the code below, when I click on the link [I]Colour[/I], it needs to connect to javascript function and display "Hello" or alert message. For some reason, it does not do it. If anyone spots a mistake, pleeese let me know - I'll be here. Appreciate! [CODE] <!DOCTYPE html …

Member Avatar for Mylena
0
170
Member Avatar for lonestar23

Hello, I am having problems retrieving correct values from two radio buttons in my AJAX script below. The radio button values are either a 1 or 0 and always produces 0 regardless of which button is selected. Once in AJAX, I can not have the script retreive a 1 or …

Member Avatar for lonestar23
0
110
Member Avatar for Alex5248

Hi everyone, I tried to embed a video from YOUTUBE to my website with autostart. The suggested code is [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>[/code] I modified it [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param> <param name="allowFullScreen" value="falce"></param> <param name="allowAutoPlay" value="true"></param> <embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="falce" allowAutoPlay=”true” …

Member Avatar for Alex5248
0
187
Member Avatar for OmarKhatib

Hope I am posting to the right place. I am creating a form in Acrobat that needs a little Javascript, but I don't know anything about JavaScript so any help will be appreciated. In the form there are for separate price fields and a field that automatically fills in an …

Member Avatar for OmarKhatib
0
123
Member Avatar for venetian_jigsaw

I am unable to get my pop-up to resize or hide the toolbar when I select a thumbnail. I entered the width & height in my onclick event, bu that did not seem to work. I am guessing that I probably need to enter the attributes in the function and …

Member Avatar for langsor
0
136
Member Avatar for dele454

[IMG]http://www.killerinstinct.co.za/gall.jpg[/IMG] Hi, I have a galleries page in the CMS am developing that looks like the above. This section of the page allows the admin to upload multiple pictures taken by a photographer. On clicking the 'edit' button on any thumbnail - whether a blank or already uploaded pic thumbnail, …

Member Avatar for langsor
0
68
Member Avatar for Diode

I don't know what happened to my previous topic about this. But I am using an AJAX menu on a page I am making for somebody, and I used the exact same code w3schools recommends to use: [CODE]function updatemenu(leagueno, confno, location, mode) { xmlHttp=GetXmlHttpObject(); if (xmlHttp==null) { alert ("Your browser …

Member Avatar for langsor
0
181
Member Avatar for dev.cplusplus

Hi to all, hi have the following problem, I hope someone can help me. I need to replace special chars that appear in a string. [B]for example if I have the string:[/B] this- is a !string with special chars- [B]I want to receive[/B] this45 is a 33string with special chars45 …

Member Avatar for ~s.o.s~
0
167
Member Avatar for cskinpg

hello Possible to calculate mathematical expression like 2x(square)+3x+1 using javascript? any link i refer to perform mathematical calculations? and example

Member Avatar for langsor
0
77
Member Avatar for matthewwilkes

Hello All. I am currently working on a project which basically makes splash screens for plasma displays. Details on objects are stored in an Oracle database accessed using ASP.NET and requested using AJAX. I have already got a working version of this project which people are happy with but I …

Member Avatar for matthewwilkes
0
74
Member Avatar for electron33

If you want to create Ajax based web solutions. I will recomment ZK framework. Take a tripp to ZK I'm developing websolution with ZK, Java and PostgreSQL. [URL="http://www.zkoss.org"]http://www.zkoss.org[/URL]

0
73
Member Avatar for moerpheus

hi people, I am weak in most computer aspects, i think because of my school. I am creating this website and inside it there is a registration page. I used tables to create this page. So, text fields, radio buttons and check boxes belong to different forms. I want to …

Member Avatar for electron33
0
103
Member Avatar for shobha1335

[B][/B] Hi, I have 3 radio buttons which are in the radio button group. On tab change it has to focus on next radio button. I have written a function to do that, but Its going from first to second radio button, after that again its coming back to first …

Member Avatar for essential
0
1K
Member Avatar for waaliban

Hello friends, I want to write a javascript to list of all files in a folder including files in the subfolders. This is for the scorm purpose to list all the files. some examples are listing files but not listing the files inside the subdirectories. I want the file's full …

Member Avatar for mahlerfive
0
74
Member Avatar for veledrom

Hi, I want a messagebox or alert to appear in my screen after i click on a link. I can do popup windows but i can't do this. How do i this? Thanks

Member Avatar for essential
0
71
Member Avatar for aparnesh

The client needs to select a vendor from a drop down list (Select). The list is quite long, so it takes some time to load and scroll. It would be better if there was a way for the client to type in the first few letters of the name and …

Member Avatar for aparnesh
0
119

The End.