Test Embedded Media Player if Done Playing.. How?

492 byte By softdeveloper at 2007-11-19 17:00:29
Hi,I am currently developing this website: http://www.gofish.ph/It has embedded media player. It now plays the selected video, however, I wanted a javascript that will test if it has done playing a video. If it does, I will feed another video for it to play.I want to have a loop (through javascript)...

javascript error when using object.click event

1009 byte By bjswift at 2007-11-19 17:01:01
I have an ASP.net app, with some control buttons, one that fires a stored procedure and gets a result either 0 or a number > 0. If the number is > 0, it calls a javascript function that throws a confirm with a dynamic message using the result. If the user presses OK on that confirm, then I u...

Detect keypress of ENTER

552 byte By bjswift at 2007-11-19 17:02:42
I need to basically detect the key press of ENTER on a asp.net web form, using javascript of course, whenever the user presses the ENTER button, no matter what part of the screen has focus.I've written code, and added its function to a text field so when they press enter some javascript code wo...

Activex methods calling

869 byte By shemnabeevi at 2007-11-19 17:05:40
dear friendsI have an OCX. i have to use that ocx in a web page.i have effectively inserted that ocx to my web page. i used Vb script to call the functionalities of the ocx.But i was unable to perform that functionality.My code is like this<script type="text/vbscript">playfile = Array(filename...

Compiling perl scripts

202 byte By exterminator at 2007-11-19 17:08:04
I was curious if there was any way to just compile a perl script file and not run it? Could anyone be knowing if this is possible and guide me to right direction? Thanks for having a look. Best regards.

adding divs on runtime

551 byte By brosnic at 2007-11-19 17:10:34
hi,how can i code this:everytime a user clicks on an image button a new div will be created with new text fields in it.the div looks allways the same...i have this code (but it's not dynamic)<div id="div1"><input name="input1" /></div><div id="div2"><input name="input...

the perfect layout

1252 byte By neoswf at 2007-11-19 17:13:09
http://www.dogma.co.il/shlomi/htmlTest/stracture_everything.html http://www.dogma.co.il/shlomi/htmlTest/layout_stracture.gif hi :)i need to build this page as structured at the Giff and been started working on at the html page i attached. i need to make a 3 columns pagei have a Left column, a Right...

Clicking on a link inside browser

343 byte By szerby at 2007-11-19 17:15:52
I am building an app to auto logon a site and download a file. How do I "click" on a specfic link? Here is here HTML that references the link I want to hit.<td style="white-space: nowrap"><a href="#" onclick="downloadPage('BalancesAndPositions'); return false;">Export data</...

Oracle Access from Javascript

768 byte By sathya81 at 2007-11-19 17:16:23
Hi Frnds,I wish to know how can i access an oracle table from Javascript.Actually this is my original requirement. I have a dropdown consisting of a list of customers, so in the current situation, based on the selected customer, each time i submit the page and get the customer id, pass it to a bean...

vbscript/asp

129 byte By xiuwen at 2007-11-19 17:17:26
is this possible ?<br/>how can I list all active/connected usb's available using asp/vbscript ?<br/>Thank you very much

urgent help on javascript

427 byte By sansircar at 2007-11-19 17:18:35
I have a web page, say Page1.aspx containing 2 controls - a textbox and a button.i click the button to open another page say Page2.aspx, using window.showModalDialog containing another textbox and a button.i type something on this textbox and click the button on Page2.aspx.what i need is that Page2....

How to restrict Url Display on Title bar

305 byte By query4u at 2007-11-19 17:19:08
Hello,i am creating one site, in which i am having two or three links. when any user clicks on that link, it's url should not be displayed in Title bar & status bar of browser. can we restrict it using server side scripting. I using Asp for server side coding.please tell me how to do that....

Perl - Build MIME::Entity object

585 byte By exterminator at 2007-11-19 17:19:35
This is the situation (new to Perl). I have a text file that I got when I saved an email from Outlook. The text message looks like:From: abc@abc.comSent: Thursday, January 09, 2006 3:18 PMTo: xyz@xyz.comSubject: Some subject Have fun, Regards,ExterminatorNow, how do I build the...

Urgent help in dropdown menu

1024 byte By vigneshb4u at 2007-11-19 17:23:08
HiI had been trying to create a drop down menu in java script, very similar to a "file" menu in any applicationI have a main horizontal and on the mouseover on each element, I have a drop down menu appearing below the element and on the mouseover on each element of the drop down menu, a menu will ap...

Very simple javascript question

66 byte By xiuwen at 2007-11-19 17:26:14
Can null objects be used with "open(something)" ? --lol- Thank you

html+javascript read and processed by application

616 byte By rafal.karas at 2007-11-19 17:26:58
I guess this is possible! - I mean preparing e.g. java application that reads html site - automaticaly filling the site's javascript text field and pressing submit button (event). I have no malicious intents - just want to make life easier -now I am monitoring some auction service checking for...

Html button

1394 byte By azi_1 at 2007-11-19 17:27:35
In the following code when the user clicks on the text Continue, the text highlights and the link leads the page to a new page and the code works fine. However, I need the text Continue to become a button. When I replace out.println("Continue"); with out.println("<INPUT TYPE='button'...

detecting the closing of a dialog...

329 byte By gilly914 at 2007-11-19 17:30:28
Hey There,I'm using HTML and Javascript : I hava a form, that has a button that opens a new window with a different form on it. I need to know when the user closes the newly opened window so I can refresh the main form...How do I detect the closing of the newly opened window?10X, gilly914...

XHTML 1.1 Inserting Videos

446 byte By johneva at 2007-11-19 17:32:14
I have added some videos to my pages and I have tryed playing around with the code so it will validate in XHTML 1.1 and show in both IE and FF.Thing is once I have removed the embed tag it dont work in either so I did the same as you do with Flash and added the data attribute to the Object tag and t...

how to count the checkbox? HELP

2257 byte By jfernandez at 2007-11-19 17:37:25
Hi,I am writing a PHP script which requires me to count the checked checkboxes in javascript. I've got the following js script online,<html><HEAD><SCRIPT LANGUAGE="JavaScript"><!--function anyCheck(form){var total = 0;var max = form.ckbox.length;for(var idx = 0; idx < ma...

simple javascript question...

968 byte By gilly914 at 2007-11-19 17:38:47
I created a 2 dimensional array, that looks something like this :var Cities = new Array();Cities[1][1] = '<some city name>';Cities[1][2] = '<some city name>';Cities[3][3] = '<some city name>';Cities[3][4] = '<some city name>';Cities[3][...

foreach() loop in javascript...?!?

186 byte By gilly914 at 2007-11-19 17:38:49
Is there some kind of loop in Javascript that's equivalent to the foreach() loop in PHP?<br/>foreach ( $AREA as $AreadID => $AreaName) {<br/> // do something //<br/>}

VBScript Question

5792 byte By rsieloff at 2007-11-19 17:39:13
Hi, I am trying to create a script that will search all the user directories in XP "Documents and Settings" and delete a certain cookie in the cookies folder. the cookie would be named "<UserName>@sourcetimepro.ceridian[2].txt"I have a script I use to delete files from similar locations that...

Active X javascript detection help needed!

1094 byte By jamessayer at 2007-11-19 17:40:46
Hey Guys,Need some major help here; we have a remote camera system (dvr) that you can access over the internet via internet explorer.In order to view the system you must install an active x file on the pc wanting to view them. We have this active x file in an .exe installer so it can simply be click...

Dynamically populate drop down list

3721 byte By ritu2005 at 2007-11-19 17:41:04
hii want to dynamicaly populate a drop down list called center based on the city selected in the city drop down. My problem is that the code that am using works fine when run in mozilla but when i use IE am getting the error 'Object doesnt support this property or method' at the statemen...

Accessing Windows Media Player properties through JavaScript

429 byte By donalmeida at 2007-11-19 17:41:32
Hi, I would like to know how can I make use of JavaScript to access properties of an embedded Windows Media Player object like PlayState, CurrentPosition and others within an HTML page when viewed in the Mozilla Firefox browser. This, however, seems to be working fine when tested in others browsers...

Accessing an ActiveX method from VB script

668 byte By dickh@clinicview.net at 2007-11-19 17:42:20
I am not a VBScript/HTML programmer, so I hope you can help me with a problem:I have an ActiveX control that contains a Show() method, that creates a window, and then paints it. I want to create the window of the control as a child of the IE browser. The only way I know of to do that is to pass into...

getting content of iframe

978 byte By shrndegruv at 2007-11-19 17:44:24
we are using an iframe to download content that a user specifies -- then we submit that content to a servlet for processing. The question is, after the download, how to get the content out of the iframe.this works to have the iframe get the content document.getElementById('downloader').sr...

Javascript menu problems

266 byte By akgalp at 2007-11-19 17:45:18
hello all<br/>I am trying to develop a js menu system. (the code for the menu is from web)<br/>the problem is.<br/>i have an iframe in the page, and the js menu goes 'under' the objects(like dropboxes) displayed in the iframe . Please see the attachment .

removing options from a SELECT object

833 byte By gilly914 at 2007-11-19 17:46:36
I created a form with a select object, that already has a couple of options, that were taken from a database...These options (because they were taken from a database) do not have incremented values. hence, the values could be something like: 2,4,5,6,8,9,12... etc...anyhow, I wanna create a button, u...

Excel VBA - File Properties

3789 byte By Alzeric at 2007-11-19 17:47:11
Was needing a bit of API help on this one. I'm needing to change the file properties (Author, Subject, Keywords, Comments...etc) of a file (non-Office). I've been able to pull the properties from the file using the following code but have yet to figure out the edit part of it. Any help...

dynamic population of list box

139 byte By karthikeyam at 2007-11-19 17:47:32
i have dropped a html list box control onto the form<br/>i want to populate it using javascript<br/>can anyyone he[pl me out with the code?

How to identify whether flash player is installed in the system.

370 byte By samfrance at 2007-11-19 17:47:35
HiI am developing web application using JSP.I want to know how to find out whether flash player is installed in the system.my problem isThe heading image in home page can be a image or flash object. If the user does not have flash installed the image object will be displayed instead. Please help.Re...

data path

147 byte By lk@7 at 2007-11-19 17:49:57
any example of cgi script that displays content of a data buffer that gets filled by a c++ library call upon a cgi button click?. all in same page.

Category Selector Script

116 byte By asa_carter at 2007-11-19 17:51:14
Hi,<br/>I need to outsource a small script in javascript. <br/>Reply for more details.<br/>Asa Carter

javascript running on blank page

1250 byte By ramachandranv at 2007-11-19 17:51:20
Hello all,I have an application written in asp.net. In the application i have a checkbox which has autopostback property true. If the check box is checked in the onCheckchanged handler i have done a validation to check if a text box control is empty and if empty a javascript is registered using Reg...

Invalid scrolling in DIV

22605 byte By Gatwick at 2007-11-19 17:51:26
<!-- 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> <style type="text/css"> .SearchResultsTableHeader { background-color:...

Help in drop down menu and iframe

1455 byte By vigneshb4u at 2007-11-19 17:51:38
HiI developed a drop down menu using javascript. It works perfectly fine. I have an iframe right below the menu, so that I change the source of the iframe based on the menu item selected. Also the drop down menu drops over the iframe. I hope you can visualise.When I move the mouse over the main menu...

Classic ASP-Store/display user info temporarily

780 byte By becerob at 2007-11-19 17:52:17
Hi...I'm working on a web form and I need to be able to store a user entered info and display it for them on the page. The users' entered info should be displayed for them until they are ready to submit the form. The user will enter their info into text fields (input type="text") and I wou...

How can I launch a local application w/Javascript or Jscript?

600 byte By VicAtomic at 2007-11-19 17:52:21
Hello!I am delving into test automation and our scripting language of preference is Jscript. I have several scripts that run within our automated testing software, but I also need to run them by themselves, without having to rely on the app/UI. Could you tell me how to code this in Javascript/Jscr...

How to write a right click drop down menu?

536 byte By ZhiYi at 2007-11-19 17:52:33
Hello,I am developing a webparts control using asp.net. Visual Studio 2005 is used. I have to write a menu such that it appears when the user right clicks the label control using Java Script.So far, the code I have read focus on menus which are visible from the start and are already placed in a fixe...

Draw a arrow between two points. Click on the arrow and pop up a message.

234 byte By monoranjang at 2007-11-19 17:52:37
Hi,<br/> In my project I need to draw an arrow between two points using javascript. If I click on the arrow I need to display a pop up message. <br/>Can anyone help me to achieve the same.<br/>Thanks & Regards<br/>Monoranjan

How t creat a modal box in IE

70 byte By codefrog at 2007-11-19 17:52:39
culd anyone help me in creating a modal box using script<br/>thnx

Javascript to change cols dynamically in frameset

858 byte By se_ma_sg at 2007-11-19 17:52:41
Here below is the basic hmtl<html><FRAMESET rows='79,*' BORDER=0 FRAMEBORDER="no" FRAMESPACING=0 ><FRAME FRAMEBORDER="no" MARGINHEIGHT="0" MARGINWIDTH="0" NAME="ToolBar" NORESIZE="false" SCROLLING="no" SRC="head.html"><FRAMESET cols='200, *' BORDER=0 FRAMEBOR...

Opening a pdf from file into a frame

987 byte By ShazadAli at 2007-11-19 17:55:35
Hi, I have a frame called imageContent within my main page, and I want to open a pdf location on the local file windows system (i am using asp.net).Now I wrote a javascript function to navigate to a urlfunction setImageContentUrl(url) { if (url == null) return; parent.frames.imageContent.navigate(...

parent document question...

488 byte By gilly914 at 2007-11-19 17:55:45
I created a form, that opens a new window with some more options...now, once the user pushes a button on the newly opened window, I want some thins to happen in the main form window.I know that if I want some values to change, all I need to do is :parent.opener.document.getElementById("UserInput").v...

IFrame worries.

616 byte By Alsvha at 2007-11-19 17:56:07
Greetings all.For various reasons I'm having to use an IFrame to integrate content into somebody elses CMS system and thusly design/code.This is causing me problems, because I can not get the IFrame to expand dynamically with the content it loads.This either gives double scrollbars or much extr...

How to tell if parseInt overflowed?

257 byte By Martin O at 2007-11-19 17:56:29
Hi, I'm new to javascript. I found that I can use parseInt to convert a string to an integer. Is there a way to tell if parseInt overflowed? For instance:<br/>alert(parseInt("9999999999999999"));<br/>Shows as 100000000000000. <br/>Thanks

Trouble with adding numbers.. not your usual trouble though..

1456 byte By gtennant at 2007-11-19 17:56:37
Hi,I have a piece of code snippet, that I'd like to use to add two numbers, and what I was wondering about, is why DreamWeaver 8 is showing a portion of the code section in red? I have an idea it has to do with fields that start with numbers, but I was told be the person running the site where...

verticall text scroolling

278 byte By soniyakapoor03 at 2007-11-19 17:57:40
hi,<br/> i want to scroll text from top to bottom in a web page ,but i cannot specify the heigt.depending on the the main content height, this text should start scrolling from bottom to top on th leftern side of the web page..<br/>code urgently required.<br/>regards <br/>soniya