How to post form agian and again..

1008 byte By tejalm at 2007-11-19 20:05:30
Hi,I have one text file which is in tab delimited format and its on my local drive.All I want to do on client side only..Suppose I have 2 lines in text file like::1\tTest1\t2.52\tTest2\t3.1And I have three hidden fields named as ID, Name, Cost..Now I want one by one all values to hidden fields. It w...

gmail address picker

302 byte By sgp at 2007-11-19 20:06:09
HelloI am wondering the technique used by gmail to pick addresses (email addresses).Such as, when we press "s" it lists all the emails starting with letter "S" If anyone has clear idea or sample on how to implement such, please do help me.Thanks in advance.Suman...

HELP:VBScript ActiveX Error

723 byte By ttohme at 2007-11-19 20:07:25
Hello,When I try to run an HTA or an EXE file using VBScript I get XP warning message about ActiveX control might be unsafe to interact....Any ideas on how to bypass this warning?Thanks in advance.here is my code:<HTML><HEAD></HEAD><BODY><script language="vbscript">Set...

Newbie: Help with Combobox population

6641 byte By lordvader at 2007-11-19 20:09:41
Hi everyone, I'm a newbie and this is my first message, so bear with me if I make any mistake.I want to do the following:In a part of an Intranet, I'd like to have a combobox which lists Categories of works. Then, depending on the Category selected, I'd like another combobox, to popul...

How to pass a sever side object to a javascript function?

417 byte By ZhiYi at 2007-11-19 20:11:16
Hello,How do we pass a severside object (e.g a listbox) to a javascript function?I have an idea that it could be this://string variablestring objectID;//get the object's control identifierobjectID = listbox.ClientID;//pass the object's control identifierctl1.attribute["onClick"] = "return...

Delete mulitple lines in text file with VBS

3561 byte By gbstarkey at 2007-11-19 20:13:16
I have created a script that converts Word to a text file. The script reads the first line and replaces dash with slash, (required date fomat) in first line of text file. Scipt then rreads all, follwed by write back to file replacing first line with revised first line (new date format), then wite...

CSV files filed containing comma itself

385 byte By tejalm at 2007-11-19 20:16:25
Hi..I am using JavaScript..I have CSV file and I have fields like ID, Name, Value..In name field many times value is like::"America's Greatest Offer, get FREE"...So here comma coming and its separating and I am not getting proper data in table.Can i replace by anything so can get data as it is....

changeing images

468 byte By ifw at 2007-11-19 20:19:09
hello,..do you know how can i change the images frequently on header on my webpage ...i found many help websites . but none of them specify this ... i also try to use snippets in dreamweaver.. but that i not able to use it .... how can we change / rotate the my images.. on my webpages. ..if you know...

[RESOLVED] MS Script 5.6 Documentation

526 byte By Cyanide at 2007-11-19 20:23:41
Hi.I have been looking for a downloadable copy of the "Microsoft Windows Script 5.6 Documentation". All links, however, lead to the Microsoft site and when I try to download the file MS just tells me "The download you requested is unavailable". For instance, when trying to download the documentation...

Css - Fixed Text Box Over Image

1124 byte By Melannie at 2007-11-19 20:24:22
Hi! I have this script working fine in Firefox but problem with IE the box doesnt dissapear after mouseout... Can someone can help me ..?<style type="text/css">p a { position:absolute; color: #000; text-decoration: none;}a span { display: none;}a:hover {font-size: 100%;} /* IE/Win requires so...

Null or Not Object Error in Javascript

996 byte By nukomer at 2007-11-19 20:24:37
Can any one Help me!!I'm new to web development and can't get over this problem.I'm using a java script function to validate fields from a html form and then submit the form from the function.When I click the button I get the error 'document.details.fromcust is null or not an obj...

Urgent help needed : Reading from a .htm file using VBScript

685 byte By giftsana at 2007-11-19 20:26:02
I am new to VBScripting. have only worked on VC++,C# etc.Kindly help me with this.I have to develop a module using VBScript. The VbScript should be able to open an existing .htm file(this .htm file has a list of drivers name and file name).The VBScript has to basically be able to open this .htm fi...

help needed in VBScript - search for string after a special character

2768 byte By giftsana at 2007-11-19 20:29:09
I have a .htm file which has the name of drivers and associated filenames.i have successfully removed all html tags frm this htm file and logged all data into a log file using VBScript.The problem is i have to be able to search for 2 strings which appears after the occurence of a special character &...

chromeless window help

628 byte By jesse_j3000 at 2007-11-19 20:30:44
Hi...I need help on how to make a chormeless window. For example... In Macromedia Flash.... I made a graphic that has a shape of a star with the color yellow on it.... And I wanted my code to open this file: star.swf then strip all the color that is not yellow.... and even the window itself should b...

Dumping SNMP configuration data to CSV file

633 byte By RuaanD at 2007-11-19 20:32:40
Hallo Everyone,I have this script that enables me to write snmp information to muliple server's, reading it from a server.ref file.Now my question is how do I get the script to pull snmp information?Currently the scripts writes to the registry. How can I read the information from the registry a...

I see in title bar complete link and – title

408 byte By eugene2005 at 2007-11-19 20:33:15
When I open new window without address bar and navigation tools by this commandwindow.open(' http://www.mysite.com/popup/','popa', 'top=0,left=0,scrollbars=yes,status=yes,hotkeys=0');I see in title bar complete link and – titleHow can I replace it with Only TITLE o...

Is this IFrame javascript code correct?

1044 byte By ZhiYi at 2007-11-19 20:36:25
Hi,Is the javascript code used to create an IFrame correct? The script is typed in a seperate javascript file and asp.net(vb) code will call the javascript method.The script below is supposed to display an IFrame on the webpage when the webpage loads.<script language = "javascript">function sh...

Asp To Excel With Percentage

369 byte By theHero at 2007-11-19 20:37:08
Hi,Currently, i have a program which allows user to click on a "generate excel" button and export asp to excel. this excel format can then be saved and submitted as a report. However, my boss wants the excel format to be sent to his email without him doing anything. Is it possible? How?Any help is g...

button in flash

224 byte By LovelyHelp at 2007-11-19 20:38:21
I use flash to build my main web page. I have 3 image buttons. <br/>I am first time user playing in action script.<br/>What I want to do now is, when i click on button1, it will go to my main.htm<br/>How should my sciprt be?

VB script: newbee error: erorr with msgbox and forms

851 byte By massimofinance at 2007-11-19 20:39:49
Hello everyone. I am a brand new, learner on VBscript, and I think I have an easy question. I need the following code to pop the first name, last name in the box below where the user will enter their information, but it does not pop up. I also want the telephone number seperated by ( ) around the...

How to change the name on the MSG box buttons

560 byte By sudpat at 2007-11-19 20:40:28
Hi,I want to create a Message Box using VB script fro my ASP page. I want to have 3 buttons on this BOX with some warning messages as text. But the problem is I want to name these 3 buttons as Return, Continue and Detail .and the default buttons dont provide these name's on the button. Please...

check if Javascript is enabled and take actions

705 byte By ktsirig at 2007-11-19 20:40:40
Hi,I want to add a couple of pop-up boxes in my page, and I want to know :1) is there a small piece of code that I must paste in my page which will check to see if the client has JS enabled?2) do I use the <noscript> tag to enter the page that the user with no JS enabled will see?3) if a user...

how to associate enter to Login button? Help!

820 byte By jfernandez at 2007-11-19 20:41:06
Hi,I'm adding the login/password fields and a button as part of my home page. The scenario would be the same as your login in the webdeveloper.com website. User just need to give login/password and then press "Enter" key and no need to click the Login button.I wonder is that done in Javascrip...

Creating Passable Variables

3029 byte By capitolc at 2007-11-19 20:46:36
I am working with creating an web database application and I am having a bit of a problem. I have a form that is returning dynamic values in a form that will be passed to another page (action page?) to which SQL statements will be excuted. On the form page, I am using a select input statement to col...

use window.location in geocities

1081 byte By vplag at 2007-11-19 20:49:24
Hello gurus!!!I have a problem with geocities... i have already a site hosted by geocities but,finally i got my domain name. the thing that i want is everybody that visit's the geocities site, display him an alert that my web address was changed, and redirect him to the new website.the code is...

pass $_POST data into popup window

1099 byte By ktsirig at 2007-11-19 20:53:40
Hi all!I have a page (generated with PHP) that has a list of employee names. What I want to do is, when the user hits on each name, a pop-up window (using Javascript) to appear which will say some more details on the employee (i.e his age, job experience etc).So I thought I make a form for each empl...

VBS: Creating a vpn connection

330 byte By namiran at 2007-11-19 20:54:25
Hi! I have never written anything in vbs but now i really need a script that can create two vpn connections, one PPTP connection and one L2TP connection with ipsec. Or a vbs for copying these two existing connections from one computer to another including the username/password settings.Any help woul...

issue diaplaying times

637 byte By raj_cg at 2007-11-19 20:54:31
Hi, I need to display the local times of 3 or more cities in one of my pages.I use ASP,java script and IIS as the server. Is there any site that I can use to just show the local time of select few countries ? Or if I do it in javascript, how should I do it ? The thing is I should not use the syste...

cookie problem

2552 byte By pricecd at 2007-11-19 20:55:18
I'm basically trying to make a computer based training module. We had to choose a topic and basically make a module that is to educate someone on the topic. At the end of the section there will be a quiz top test you on what you learn. We need to have an index or beginning page that lists all o...

Problem while using Msg Box in ASP

1497 byte By sudpat at 2007-11-19 20:55:28
Hi,I have a following ASP code where in I am implementing a MsgBox inside an ASP code.When I use a string directly as in format 1 it works fine, but when I store this in a variable and try to use this variable as in format 2 it throws me following error Microsoft VBScript compilation error '...

Urgent:Programatically launching menu and submenu items of a window using shortc

1225 byte By giftsana at 2007-11-19 20:58:39
I have a particular window whose menu and submenu items i have to programatically launch one after the other using their shortcut keys only.I have already retrieved all the shortcut keys for all the menu and submenu items of the window and logged it into a text file.i have an idea one can use SendKe...

C style pointers in jscript

314 byte By hitai at 2007-11-19 21:00:50
Wat i want to do is to pass my value type variables in jscript by reference. I know objects lik arrays and programmer defined objects are passed by reference. But how do i pass value type by reference to a function so that the function can actually alter the original copy of the variable at the call...

How to get output

889 byte By fromalk at 2007-11-19 21:02:21
Hello all,I'm new to the javascript scene, I quickly ran trough the javascript course on w3c-school ( http://www.w3schools.com/js/default.asp ) because I need to define the width of a table through the javascript function screen.width.My goal is to implet this small script in my CSS source code...

HTML - CSS: How to make the width of a block element adjust to its content?

299 byte By Get_Free at 2007-11-19 21:03:14
I want to make the width of a DIV equal to the width of its content.<br/>The only block element that I know it can do that is a TABLE.<br/> <br/>An inline element is useless for me because I need to set borders to the object.<br/> <br/>Does anyone knows how to do that??<br/> <br/>Thanks in advance.

Embed javascript in a vb DLL

935 byte By Kooot at 2007-11-19 21:04:41
Is it possible to embed javascript inside of a vb dll.Pretty much what I'm trying to do is: I have a function in my dll called write_results, when this function is called it walks a result set and displays out the results. While its walking this result set I check to see if there are any reco...

javascript help

248 byte By J0n-1 at 2007-11-19 21:05:43
I was wondering if anyone could tell me how to make a page so when someone visits it then it will hide whats in the address bar and replace it with what ever you want ;/ i seen this done it like took away the address bar and replaced with a new one

window.open not working...

635 byte By AviLaviad at 2007-11-19 21:06:39
Hi,I have this simple code<html><body><script language="javascript"> function Open() { window.open('test2.html','aaa','width=50,height=50,resizable=no,scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no'); }</script> <inp...

Jscript and environment variables

533 byte By ssciarrino at 2007-11-19 21:07:37
Something I though would be simple..I just want to get a environment variable from inside of a Jscipt script.The script is being run from a Infopath form.I saw one way of doing it below var WshShell = WScript.CreateObject("WScript.Shell");var wshEnv = WSHShell.Environment("Volatile");var test = wshE...

Javascript and ASP .NET controls

1158 byte By Broodmdh at 2007-11-19 21:10:13
I am trying to write a simple javascript to check the values of several asp .net controls, and depending on those values return another value to an asp .net customvalidator. I am extremely new to javascript, and I am not sure of the correct way to reference the asp .net controls. Basically, if the...

Saving mouse click coordinates into a file

985 byte By llp00na at 2007-11-19 21:10:25
Dear everyone,First of all, I am a newbie to html and javascript (ie. never used them before) so please bear with me.I am trying to capture the x and y coordinate of the left mouse click and save them to a file. While browsing the internet i found the following code,<script type="text/javascript"...

JS - Weird encoding

327 byte By kepler777 at 2007-11-19 21:11:21
Good Morning,I've a webpage where the Java Script is encoded in a system unknown to me.However there are several repetions of the following sequence:a_x8%XFenDIDoes anyone knows what type of encoding is this?This matter is urgent.Kind regards,Kepler777...

JavaScript : Listbox

1033 byte By tejalm at 2007-11-19 21:11:51
Hi,I have one list box and I want to display data of list box in Ascending and descending order. List box's contains will always like "no-string" (34-test).So can get two arrrays after spliting it by -, and array named as arrID and arrName.Display is like this ::Id_Name Name_Id // both are...

Dynamically create links using the data from a tables cell as a parameter

866 byte By cypher_soundz at 2007-11-19 21:12:04
Im trying to using javascript to create a onclick even that will find the value in the 2nd cell of the row that has been clicked on and then create a URL link using this value per row. Example ID FirstName SecondName1 Mike Jones2 Jane DownsURL to create : http://www.aURL.cn?Val=MikeOR http://w...

How to open .msg and .eml file in Internet Explorer

146 byte By nimeshkgupta at 2007-11-19 21:13:29
Dear All<br/> I want to open .msg and .eml files in Internet Explorer with native format. Please help me...... <br/> Thanks in advance

VB script- Rename a file

345 byte By sunsilk10 at 2007-11-19 21:13:44
Hi,does anyone know a simple way (1 line preferably) to rename a file using VB scriptI have a number of files in a folder likewaterln_c1 waterpt_c1 etc..and I want to rename each one to remove "_c1" from the name.i.e new names are:waterlnwaterptetc..Thank you...

Disabling mouse right click

653 byte By llp00na at 2007-11-19 21:14:16
I am trying to disable the mouse's right click on all elements of a web page.i have produced the following code but it doesnt work !!!<script type="text/javascript">function disableLinks(){var bodyElement = document.body;traverseTree(bodyElement);}onload = disableLinks;</script><...

Checking to see if the client has the .NET framework installed

429 byte By hitai at 2007-11-19 21:16:36
Here is wat i would like to do.In my web page, i wil put a .NET windows form. Of course, the windows form wil only work if the client`s computer has the .NET framework installed. If the client does not have the .NET framework installed, i wish to display a message to notify the client that he or she...

Flash + Windows Media Player

1951 byte By Dr. Script at 2007-11-19 21:16:41
I'd guess that this is possible, although I'm not exactly sure. Currently, I have a page, playMedia.php. This page is invoked as: playMedia.php?loc=mediafile.wmv . The location can also be linked off the site, such as: playMedia.php?loc= http://dev-archive.com/mediafiles/media.wmv .What...

hide excel gridlines

137 byte By vbnov at 2007-11-19 21:18:16
guys<br/>help me out here plz. how to hide the grid lines in an excel spreadsheet programmatically. any help is greatly appreciated.

screen capture/print screen

248 byte By hitai at 2007-11-19 21:19:21
Is it possible to get a screen capture programatically in jscript? Wat i actually want to do is to place a button on my web page so that when the user clicks this button it wil take a screen capture similar to pressing print screen on the keyboard.