15,688 Topics

Member Avatar for
Member Avatar for nazarahmat

hi, i need to use HtmlAsText as a background tool in my javascript coding.i need to access this tool without user interaction. then i have to code the command line that can access HtmlAsText. htmlastext.exe /run "c:\temp\convert.cfg"

Member Avatar for ShawnCplus
0
49
Member Avatar for shanawazway

I m getting problem while creating a dynamic website. In Ajax I have good tutorial book. but it missing, "how to create XML file filled with data which comes from SQL server. Second thing is that: How to retrieve the data from XML file. Please Help out me for this …

Member Avatar for Thirusha
0
51
Member Avatar for SKANK!!!!!

how can i use [URL="http://www.w3schools.com/HTMLDOM/met_win_setinterval.asp"]setInterval()[/URL] to make a slideshow of images with the code i have now that only has thumbnails that display in one big div(larger pic of the thumbnail) when the thumbnail gets hovered over.(onmouseover) this is the javascript function.: how can iuse set interval to make the …

Member Avatar for SKANK!!!!!
0
298
Member Avatar for zorro-az

hi, everyone i would like to learn more about parentnode and childnode (with exaplanation) with the tutorials The reason i am beginner i dont understand this properties does anyone help

Member Avatar for Airshow
0
138
Member Avatar for amodi

Hello Friends, I have an <img> Tab to play a video(of type .wmv). The image tag is as follows: <img border="0" dynsrc="Test1.wmv" start="fileopen" loop="1" width=1081 height=838> Everything works fine, but now I need to play a video list (up to 5 videos). As soon as one video stops another video …

Member Avatar for Airshow
0
59
Member Avatar for jithusdani

Hi Folks, I have 2 texboxes with the name names like 'des0' and 'des1', So i need to validate this two controls for required filed with the help of loop. something like this [CODE] for (var i=0;i<=1;i++) { } [/CODE] So i have confused what will write inside the loop …

Member Avatar for network18
0
116
Member Avatar for jithusdani

Hi Folks, I have 2 texboxes with the name names like 'des0' and 'des1', So i need to validate this two controls for required filed with the help of loop. something like this [CODE] for (var i=0;i<=1;i++) { } [/CODE] So i have confused what will write inside the loop …

Member Avatar for jithusdani
0
100
Member Avatar for nazarahmat

javascript is new to me. i've to develop software using javascript. i know how to read file in javascript activeX. but i dun know how to input files in javascript activeX.

0
64
Member Avatar for Xessa

I have phone area textbox and i want to test it against values like 1111111 or 9999999. I want at least 1 character to be different in this text area(it is exactly 7 characters long) How can i do this in its shortest way?

Member Avatar for ShawnCplus
0
80
Member Avatar for hajjo

on firefox its working. on ie it gives me error on page.. how to solve it?

Member Avatar for Troy III
0
50
Member Avatar for camilia

hello, can i check with you all,how do i code to get the parameters from textbox in javascript and pass the parameters to the servlet after a button is click. thanks camilia

Member Avatar for Thirusha
0
249
Member Avatar for mark2326l

This is my first project using JavaScript. I have a PHP page that loads text fields "if" called for. I thought JavaScript would be a great way to get the total of all Text Fields without Submit. The code below is an example of my problem. [CODE]<SCRIPT language = JavaScript> …

Member Avatar for mark2326l
-1
76
Member Avatar for nazarahmat

i have html files at C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. the html files is in my hard disk. then how im going to called the html files to be an input in my javascript coding.someone please help me

Member Avatar for nazarahmat
-1
132
Member Avatar for SKANK!!!!!
Member Avatar for hemgoyal_1990

Hi all, I am New in Javascript and Not Having too Much Knowledge of Javascript. I Have a Javascript That Disable Enter Key in Textarea in Whole Form in Page. but I Want to Disable Enter Key only One Textarea. Below is my Code: [CODE]<html> <head> <title>The Title Of Your …

Member Avatar for JavaScriptBank
-1
2K
Member Avatar for matthewl

I have been working on an email validation functions that would validate the e-mail and I am having problems communicating the "EmailState" from the ajax. The state the php gives is 1 if the email address exists and zero if it doesn't. I do this check with Email_Exists() and when …

-1
62
Member Avatar for becraig

I have a question I am have been googling all day with no examples I can use and need to come up with something. I want to have a Javascript session timeout which does it's own internal countdown ie: 5 mins left before your session expires etc I then would …

Member Avatar for becraig
-1
140
Member Avatar for Scottmandoo

Im not sure if this is a php problem or javascript, but since the actual photo gallery is run by javascript I'll post it here, sorry if its not though. Everything works fine but when I click on another image to change the main image the caption wont change with …

Member Avatar for Scottmandoo
-1
91
Member Avatar for edDev

First a little background. I have a client (in-house) who insists that our training pages (launched from within iframes on a parent page) be able to load .wmv files with variables for the width and height parameters so we don't have to recode when videos are switched. Flash videos are …

Member Avatar for edDev
-1
1K
Member Avatar for Graphix

I'm having a problem with IE, while it works in FF: the var doesn't save any \n aka enter. I have the following code: [code] <script type="text/javascript"> function addu() { var message = window.prompt("Enter the text that needs to be underlined below"); if (message != "" && message != "null") …

Member Avatar for ShawnCplus
-1
154
Member Avatar for hajjo

I have, <input type=text> inside a table.. The table is static... how can i in a javscript function, retrieve number of rows.. which will also be number of textboxes..

Member Avatar for Traevel
-1
75
Member Avatar for Ariel_medel

I have this code to open a new window and pass a div's content into a div in the new window: [code] <script type="text/javascript"> var changeIt, print_div; changeIt = function() { print_div = document.getElementById("sec_content").innerHTML; newwindow=window.open( 'targetpage.html', target="_blank" ); setTimeout('newwindow.document.getElementById("print_content").innerHTML=print_div',100) }; </script> [/code] but for some reason it's not working online …

Member Avatar for Ariel_medel
-1
157
Member Avatar for SKANK!!!!!

[URL="http://www.webtoolkit.info/ajax-file-upload.html"]http://www.webtoolkit.info/ajax-file-upload.html[/URL] i see the javascript but i see nothing about the actual upload process. is there a place to add it in or what im confused

-1
64
Member Avatar for j_limboo

New to javascript I was looking for a help I have a web application where it does not accept double quotes, If the user inputs " (double quotes) it should prompt that double quotes are invalid and instead use ' single quotes Any advice would be helpful

Member Avatar for Thirusha
-1
63
Member Avatar for MDanz

e.g. i have 4 images... i'm trying to do onclick i swap id's(mysql) with the next onclick(image).. basically just swap id's but its activated by javascript onclick. the javascript part is what i'm having trouble with because you can't write mysql statements in a function.. any help

Member Avatar for Airshow
-1
84
Member Avatar for Venom Rush

Hi there I have a set of radio buttons each with an onclick event that has a numeric value. When the button is clicked an input box called "Total" is updated with the new value. The problem I'm having is that if a radio button is checked and one clicks …

Member Avatar for aw2xcd
-1
150
Member Avatar for Designer_101

Hi I need an onHover effect for a blog. I would like it to look similar in design to daniwebs. (where you roll your mouse over the title and the box appears with the first few lines of text from the topic) Could anyone suggest some code for this ? …

Member Avatar for pmcd9
-1
371
Member Avatar for azegurb

Hello, I have one question again if i dont disturb you thank you very much you helped me with your help i created one table again and in this table i added some another options for ex at the previous table there were only one problem sum of the dynamically …

Member Avatar for Airshow
-1
264
Member Avatar for Altairzq

Hello... I can't see why this form is not working, when I generate if from a php script through Ajax. I made a test with the same code written directly in an html document and it works ok. Would appreciate any help. This is the code that generates the html …

Member Avatar for Altairzq
-1
125
Member Avatar for cmills83

Hi not sure if its technically a timeout but I am building a sliding jquery nav, the sliding is fine. theres 4 buttons you can click whatever one and they will slide into place even if they are in the middle of sliding, cool. BUT they each also open a …

Member Avatar for cmills83
-1
175

The End.