Avoid Dropdown in text box

339 byte By bharadwajrv at 2007-11-17 18:05:47
Hi,some text boxes, we see a drop down list will be shown when we start typing in them,Ex. While typing e-mail coount name in text box a drop down list will be shown..Any one know how to avoid this drop down..(i'm not using any cookies to store this values...)Thanks in adv.Venu...

Embedding Flash File

97 byte By bharadwajrv at 2007-11-17 18:05:48
Hi,<br/>any one know how to insert a Flash file in the html pages...<br/>Thanks in adv.

Pre-loading need help

930 byte By mattmac_ca at 2007-11-17 18:05:49
Can anyone please tell me what is wrong with this code, because it is not doing what it is supposed to do.function preloadimages(){ var back = new Image() var home = new Image() var prices = new Image() var hosting = new Image() var contact = new Image() var bugs = new Image() var port...

Secure eCommerse just using JavaScript?

286 byte By gangelo2 at 2007-11-17 18:07:44
Would it be possible to create a secure eCommerse site just using JavaScript? I guess I would use cookies for the shop cart, but what about the Credit Card information that needs to be emailed to me? Would there be a secure way to encrypt the credit card information?<br/>Thank you

Bookmarking, by Javascript

921 byte By parsh at 2007-11-17 18:11:05
Hi,I am fairly new to Javascript. I am sure for the scripting gurus here this is a fairly simple task.I want to have a URL (or button) when clicked should add the current page to 'Favourites'. I did some searching around and found i can use 'window.external.AddFavorite' function...

(ATL Server) No chance to use .ASP scripting inside of .SRF, ridiculous way of M

760 byte By Oddmarr at 2007-11-17 18:12:00
Hi every one.// RemarksIf you ever work with ATL Server, you should know what Server Response File is.// EndRemarksI choice to work with ATL Server, because i have alot of fun by developing WebSites in VC, but i find terrible thing, i CAN NOT (i hope im wrong)use any powerfull features inside of SRF...

"Target" values ?

252 byte By bharadwajrv at 2007-11-17 18:12:25
Target values <br/>hi,<br/>in hyperlink tag (<a> ) what are the values for "target" properties.<br/>ex<br/><a href="" target=_new> some text </a><br/><a href="" target=_top> some text </a><br/>thanks in adv.

Underlineing Hyperlink

202 byte By bharadwajrv at 2007-11-17 18:12:35
Hi,<br/>pl. can u tell me when the mouse is moved over the hyperlink, how to make show the underline to it (when the page is shown the underline will be disabled)..<br/>thanks in adv.<br/>venu

how to make tables content dynamic?

673 byte By irit19 at 2007-11-17 18:13:07
Hi everybody,I write for netscape. I have a simple table like this:<table id="table1"><tr id="tr1"><td id="td11">text1</td><td id="td12">text2</td></tr><tr id="tr2"><td id="td21">text3</td><td id="td21">text4</td></tr><...

dynamic dropdown / select -- cross browser compat

6743 byte By rudyrockstar at 2007-11-17 18:14:41
Hi All, I've been tweaking this for a few days. & i can't seem to get it working correctly in IE, however it works well in Opera & Mozilla + Netscape. O guru, help me see the light. Javascript isn't as straightfwd as other OOPL'sthe outline is this |Make |-- |Model|--| Year |...

Triple dynamic select/dropdown -- Cross browser compat -- Calling web genies!

7062 byte By rudyrockstar at 2007-11-17 18:14:50
Hi All, Forgive me if I double posted. I've written such simple straightforward code I can't figure why it doens't work. Hopefully you (o great coding genie) can show me what i missed. This script works in Opera, Mozilla, Netscape...however IE is on strike.Documentation:- The sc...

I cant believe noone can answer this!

520 byte By gangelo2 at 2007-11-17 18:16:19
Noone knows the answer to this??Would it be possible to create a secure eCommerse site just using JavaScript? I guess I would use cookies for the shop cart, but what about the Credit Card information that needs to be emailed to me? Would there be a secure way to encrypt the credit card information?A...

Formatting web for printing

361 byte By baldric at 2007-11-17 18:18:24
Hi there!I'm looking for a way to format a web page for printing. My site uses pages that sometimes have quite a bit of info on them, so when the user prints, every page must include a "header" and "footer". How should I set up the header, footer and body sections of my page so that it prints i...

Javascript Question

815 byte By Boumxyz2 at 2007-11-17 18:20:18
Hi all, I'm working on ASP pages and I need some javascript to be done. I was thinking you might help me out with this : here's the problem I dynamically add forms to my html page ( search results ) and I need to send the form when the user clicks on the link of the form. here...

USB autorun program?

467 byte By kennyritch at 2007-11-17 18:21:20
Hi Folks I'd be interested to hear anyone's views on the following ... I would like to write a program (or find one on the web!) so that when I connect a USB pen drive to my PC, the PC automatically copies the contents of the drive to a specific folder on my PC.Any ideas if, or how, this c...

Accessing ActiveXControlMethods in IE

592 byte By AThaler at 2007-11-17 18:23:19
Hi!I am including a third-party ActiveX-component in my site (via classid="clsid:..." id="pic" > </object>)The component is marked as safe to be initialized and safe for scripting. The component has a IObjectSafety interface.No prob to set/get properties/events via JavaScript. (e.g. pic.r...

set focus on load using script

518 byte By zeenie at 2007-11-17 18:24:36
I needed 2 things1. To set focus on a text box on load in a jsp page. But the probelm that I have is that I don't have the body tag in it, as the pages are split up. So I tried to do as given below<script>document .formName .login.focus();</script>But this did not work2. I want the...

Using <OBJECT> s

143 byte By corcor at 2007-11-17 18:26:06
I create COM Server using the <OBJECT> tag.<br/>How can I determine (with Javascript - code), that the server was created properly ?

disabling right click menu that appears with options like back

180 byte By mryogi at 2007-11-17 18:26:26
i want to disable the rightclick menu that appears whan i rightclick in iexplore using javascript.I do not want to disable right click but want to disable only right the click menu

Disable Printing in a web browser

278 byte By nileshkarania at 2007-11-17 18:27:15
I am creating a web page , whose content should be only viewed and not reproduced by any way like cut copy paste or alt+printScrn or file -> print or file -> Save as <br/>I would like to know if there is any method by which u can disable the print options in a web browser

Wait until page is downloaded

263 byte By mjxnjx at 2007-11-17 18:29:20
Is there a way to prevent the web page from being displayed until all it's parts are fully downloaded? <br/>I'm trying to get rid of the effect of showing one image at a time - I just want all of them to appear once everything has been transferred.

Submit method from image file

129 byte By bharadwajrv at 2007-11-17 18:30:31
Hi,<br/>i wanted to use image file insted of submit button...<br/>how to write a code for this...<br/> thk in adv..<br/>venu

vbscript

596 byte By AXEmonster at 2007-11-17 18:31:54
hi allIm building a form using .hta which outputs a text file <script language="vbscript"> Function mybutton Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.Createtextfile("C:\test.txt", True) a.WriteLine (form1.textfield1.value & form1.textfield2.value) a.Close End Function as...

Sending Email using Form (bypassing email client)

299 byte By gangelo at 2007-11-17 18:33:15
Does anyone know a way to send an email to someone without starting the email client simply using JavaScript? For instance, capture information from a <form> and then email it to an email address without having to go through, say, Outlook Express. <br/>Thank you for your help in advance.

Why is my Page Displaying like this? (link provided)

332 byte By gangelo at 2007-11-17 18:34:34
Anyone got any ideas? In Netscape 4.76 there is alot of blank lines between the "Instructions" text and the "Contact" form on my page. It displays fine in my version 6+ browsers. Can anyone help me?p.s. The code to submit the form is not in yet. http://www.stillwaters.org/Contact.html Thanks in advan...

HTML-Reading a File

75 byte By Rog at 2007-11-17 18:35:37
Can you give me an example of how to read a file from my WEB site in HTML??

New to ASP: Sending Email using Form (bypassing email client) - THE SEQUEL!

485 byte By gangelo2 at 2007-11-17 18:35:59
Okay, I broke down and upgraded to a domain that supports ASP. I have 3 questions:1) How do I send an email to a client machine (preferrably in VBScript) WITHOUT invoking the users email client?2) How can I format the Body of the email i.e. line breaks etc.?3) Can the page submitting the form data t...

ASP NewBie.

502 byte By kandukondein at 2007-11-17 18:37:33
Hello allI am a new member related to ASP.I just have lot of doubts in ASP. Could anyone suggest me some sites where i can look upon. I want to go into some internals concepts of ASP.Currently i have a doubt.I have 3 frames in a html page and i load 3 different ASP's in those frames. Everything...

resizing window

123 byte By mryogi at 2007-11-17 18:39:27
how can i resize browser window when user clicks on my html file<br/>also i want to disable resizing maximizing an tool bar

HTML bmps not showing in IE5.5SP-2 & IE6

332 byte By noonxnoon at 2007-11-17 18:41:02
Hello, Have a strange thing when trying to show images on my HTML page. On one system running IE 5, my little bmp will show.but on 5.5 service pack 2, and IE6, it wont show.I was able to convert the bmp to jpeg and the jpg will show up.anyone have any idea why the bmp wont show up?...

How to check if edit control is visible or hidden

1149 byte By manishjain at 2007-11-17 18:42:20
I am using the "Contractible Headers Script" from Dynamic Drive ( http://www.dynamicdrive.com) I have a long form, and I hide the fields that are not mandatory.If one supplies invalid values in these "collapsed" fields, then, when I try to Set Focus to this field, There is an error as the control to...

use .htaccess to redirect to another part of site

382 byte By TheIceman5 at 2007-11-17 18:45:56
I have a web server and 2 urls that point to that. when i goto both of these urls it opens the index.htm file on the server.Is there a way to redirect one of the urls using any method so that one url will still open the index.htm file in the root and the other url will open an index.htm file in ano...

Zindex

99 byte By bharadwajrv at 2007-11-17 18:46:26
hello,<br/>what is zindex, referred for in <span> and <div> tags..<br/>thanks in adv..

FTP in HTML

39 byte By Rog at 2007-11-17 18:47:29
How do I do a FTP in an HTML document??

ASP client-side script debugging with VID,how to?.

458 byte By nnd at 2007-11-17 18:49:19
I used Interdev to debug my asp page, but I can only debug server-script,break point at client script code didn't work (it said that:"The break pointwill not current be hit.The current document is not loaded", I'm sure that it is loaded).I read MSDN Library ,but I still can't solve th...

File Transfer

176 byte By Rog at 2007-11-17 18:51:39
Are there any facilities for File Transfer from a Web Site in Java, VBscript, HTML or DHTML? If so, could I have an example. Thank you very much if anyone can give me a clue.

Formatting body in email with CRLF?

504 byte By gangelo at 2007-11-17 18:53:43
I am sending out emails using html format (ASP/VBScript). On the email that I sent, I have a link to reply to the original sender (I do not want to send the graphics back to the original sender). The link looks like this:<a href=mailto:orig_email@nowhere.com?subject=Re:Reply%20Text&body=Body...

is it possible to change favicon ?

431 byte By Yovav at 2007-11-17 18:53:44
it work when I define:[.ShellClassInfo]IconFile=favicon.icoIconIndex=0ConfirmFileOp=0InfoTip=Stores your local web sitein desktop.ini file,now I want to change the icon lets say "random"or just give it a new icon for every sub link in my web,is there something like: document.IconFile = "NewIcon.ico"...

Call func

245 byte By kandukondein at 2007-11-17 18:54:53
Can anyone show me <br/>1 ) simple example how to call a function written in VbScript from a Java script function.<br/>2) simple example how to call a function written in JavaScript from a vbscript function.<br/>Thanks<br/>Kandukondein

Drag and Drop from a list (SELECT) ?

514 byte By manishjain at 2007-11-17 18:56:55
Platform: IE6/Win2KSP2/IIS5I am implementing drag'n'drop functionality.I have one list (multiple SELECT) and one edit box.I am able to drag text from edit box (and elsewhere) into the list.But I am not able to do the vice versa ie selected list item into edit box.I am not able to find OnDr...

SSI includes remain in sessoin memory?

494 byte By gangelo2 at 2007-11-17 18:57:01
I think remember reading somewhere that code included in an ASP page using <!-- #include... -->, remains resident in memory or some caching method for that Session, is this correct? In other words pageA includes an SSI containing code for a banner. pageB includes the same SSI containing the sa...

HTML Add in

153 byte By Rog at 2007-11-17 18:58:13
Can you 'add in' procedures like INET into an HTML program? I know in VB or DHTML you can but I don't know if you can in an HTML program

javascript - "document.all"

626 byte By bjnst6 at 2007-11-17 18:59:01
i've just found this script to create a really neat cascading menu...and i'm trying to understand it...if (document.layers) { visible = 'show'; hidden = 'hide';}else if (document.all) { visible = 'visible'; hidden = 'hidden';}these are the first few...

How to "Trim" in JScript?

185 byte By manishjain at 2007-11-17 19:00:47
I have a string like " This is a string"<br/>How do I:<br/>1) Get the count of number of blanks<br/>2) "Trim" the string so that I get "This is a string"<br/>Regards<br/>Manish

Javascript problem in Netscape 6.2

777 byte By zelda fan at 2007-11-17 19:02:08
Someone help please:the following code works fine in I.E., but nothing happened in Netscape 6.2. Any suggestions for code also working under Netscape? Thanks a lot.***************************************<html><head><script type="text/javascript">function moveover(){image.src="bul...

Windows Script Host problem.

314 byte By zeuss at 2007-11-17 19:02:46
Dear gurus:I have a problem about running script with WSH from server site.For example, I write a "Good morning!" message in the JScript, and I want to let everybody receive this message while they are logging to the Domain server. What should I do?please give me a hint.regards....

File Downloading

312 byte By anupam kant at 2007-11-17 19:03:22
Hi, I have a text file that is to be downloaded on the user visiting the site (ofcourse by his permission). but I want my user to click on a button and the file gets downloaded in a particular location.The user should not encounter any security message or file location prompt...any help?...

Positioning of Layers

349 byte By General C at 2007-11-17 19:03:32
On my web page I have a menu system that uses <div> layers so that when the user moves their mouse over the text in the menu the corresponding layer is displayed. Is there a way using javascript to determine the position of the text on the screen to make sure that the layer is in the correct p...

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> - Can I get some help PLEASE?

584 byte By gangelo2 at 2007-11-17 19:04:08
I get ASP errors saying that "@" cannot be the first character except for the first ASP page or something like that (sorry I do not have the exact error message).My first page (Default.asp) does not have a problem because it is the first page.However, what is strange is that I have TWO links to othe...

I need information

49 byte By Boumxyz2 at 2007-11-17 19:04:29
Is there a way to generate a page break in HTML ?