15,127 Topics

Member Avatar for
Member Avatar for nandoo

Hi everyone, Last time i posted an question but still there is no response. ok no problem but this time i came with solution but with small difficulties. could you please help atleast in this difficulties. i have created the page with button and on clicking the button it produces …

0
140
Member Avatar for Secret Agent

This is my form script which has one simple problem that I do not know how to fix. If the name/email fields are left empty, it confirms this in a pop-up, but still proceeds to submit the form as is anyway. How do I fix this? [code] <form name="TheForm" method="POST" …

Member Avatar for jpn311
0
124
Member Avatar for Yaz

Hello everybody, I'm new to the site and just as new to dhtml, so please be patient with me. Here's my dilemma: I'm trying to change my existing nav bars (in FrontPage 5.0), to slide-out nav bars; however, I'm lost as to where to insert the dhtml code that I've …

Member Avatar for jpn311
0
123
Member Avatar for sooim3

Hello, I've been trying to find something about why window.opener doesn't work for IE (I'm using 6.0) when I use the window.opener in a separate JavaScript file. It works without any problem when I use Mozilla/Netscape, but not for IE. The implementations I've seen in my searching for an answer …

Member Avatar for manou
0
835
Member Avatar for sham

I am using Internet Explorer browser .Does it support Javascript or I have to use other scripting languages?

Member Avatar for Dani
0
340
Member Avatar for Janistalis

Since I logged on to my computer 3 days ago, it showed that a registry file had been recovered successfully, but now Javascript has disappeares. I have tried a lot of the tips on here, but nothing works. What I really want to do is download the Microsoft Script thing, …

Member Avatar for dlh6213
0
163
Member Avatar for mtumavrick

I'm using a javascript like this to transfer to another page (a popup that occurs conditionally) string popupScript = "<script language='javascript'>" + "window.open('Duplicate.aspx', 'CustomPopUp', " + "'width=800, height=600, menubar=yes, resizable=no')" + "</script>"; Page.RegisterStartupScript("PopupScript", popupScript); My question is how would I get data from the first page to the second one, …

Member Avatar for mtumavrick
0
99
Member Avatar for Tdot

Hi guys, I am looking for javascript that slides a pointer (an image) from from end to another (left to right) on the movement of the mouse. I have the navbar and I want the pointer to be on the top so that when the users moves his mouse on …

Member Avatar for Tdot
0
189
Member Avatar for buddyb

This is probably a tall order; need some input from the talented folks hanging out here. I'm really just getting started, and blundering my way through the code. I'm running Win XP Pro/1024 X 768; my wife Win 2000 Pro/1024 X 768. I'm going to include the code I'm using, …

Member Avatar for buddyb
0
246
Member Avatar for DanceInstructor

DaveSW I hope you will help me :) At this [URL=http://www.AgentsWarZone.com/forum/home.php]site[/URL]. There is a vertical menu on the left side of the page. It uses some javascript for styling and animation. It works fine and looks good in firefox, but in IE as you hover over the different menu options …

Member Avatar for DaveSW
0
212
Member Avatar for Vegas

I am very new to anything computer related. I am using dreamweaver and I made a table with websites and how many members they have on the site. How do I make it, so the person viewing the website and catogrize them by users? basically, how do i make it …

Member Avatar for retard
0
90
Member Avatar for belama

I am having a problem with a javascript script. Add this code to an html file if you wanna try it. [CODE]<html> <head> <script> var n = 0; function addtb(){ document.getElementById('TextEditor').focus(); cmd = 'InsertInputText'; document.getElementById('TextEditor').document.execCommand(cmd,'true'); document.getElementById('TextEditor').blur(); var TE = document.getElementById('TextEditor'); var TEcn=TE.children; for (i=0;i<TEcn.length;i++) { n++; if(TEcn[i].id == "") TEcn[i].id …

Member Avatar for belama
0
179
Member Avatar for mark25787

Hi, I'm modifying a template using Dreamweaver that I downloaded from the web and I would like it to check the browser resolution and resize accordingly. It was designed at 1024x768 and looks OK at that resolution, but is someone is running 1280x1024 it is small on the screen. Does …

Member Avatar for DaveSW
0
266
Member Avatar for Secret Agent

Got everything set except dont' know where to put the no scrollbar (scrollbars=0 or scrollbars=no) command. [code] <html> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Eric King (eric_andrew_king@hotmail.com) --> <!-- Web Site: [url]http://redrival.com/eak/[/url] --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] --> …

Member Avatar for Secret Agent
0
211
Member Avatar for kah22

I'm desperately trying to finish of a site for my writers club and I know nothing about programing only got as far as I have care of WYSIWYG program. Anyway I want to insert a series of forms in one of the pages giving random Male Names, Female Names, Places, …

0
77
Member Avatar for redsabre

Hi all, I have an issue and am looking for some help. This would be a quick fix (if it's even possible), 'cause I am working on, and will be going the Perl/CGI/etc. route, but for now, here's the sit. I have a "mailto" web form. When the site visitor …

Member Avatar for Comatose
0
173
Member Avatar for nivedita

How can we parse the request header in Java scipt to find out the protocol of the request, whether it is http or https? Thanks in advance Nivedita

Member Avatar for tgreer
0
259
Member Avatar for Ben501wh

Below is html for a form... when the visitor hits the submit button i want the information to be sent to my email address... how do i do this? <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="COLOR: black; mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman"></FONT></FONT></SPAN>&nbsp;</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN …

Member Avatar for DanceInstructor
0
158
Member Avatar for Killer_Typo

Wow, its been awhile since ive posted, but hopefully some of you still remember me :-P well here goes. im desiging a site and i need help with how to make it so when i click one link, not only will it load a new page within an iframe, it …

Member Avatar for Killer_Typo
0
163
Member Avatar for ! !

A9 Search Engine and Google are using what is becoming a new Language that combines several elements in a unique interactive way This is the newest evolution above DHTML Asynchronous JavaScript+CSS+DOM+XMLHttpRequest

Member Avatar for ! !
0
190
Member Avatar for mr woo

Hi there, I'm a complete novice on javascript and am trying to make a basic currency convertor as part of my college course. I have the beginning sorted, but am struggling to get the code to output the answer. Can any kind soul tell me where I'm going wrong? // …

Member Avatar for MrsParadox
0
229
Member Avatar for BlackDice

I have a row of images on the left side of a web page that act as buttons with javascript for the changing of the image if it's rolled over. That works fine on most of the pages because besides that they're all text. Now I've created a few new …

Member Avatar for BlackDice
0
146
Member Avatar for Comatose

Any idea's about a javascript function, that will move you to specific line number in a textarea? I'm making a mini-page where I can edit text/perl files on a server. I want to be able to plug in the line number that causes the error, hit go, and have the …

Member Avatar for tgreer
0
2K
Member Avatar for Ann Drew

Hello, I have got a problem. In my forum software the DOCTYPE is for some reason set to XHTML Now I have implemented a scroller using setInterval. This scroller works fine if there is no DOCTYPE specified or even if I specify it as HTML 4.01 The scroller does not …

Member Avatar for tgreer
0
239
Member Avatar for belama

Hey all, I am trying to remove some style from a table cell with JavaScript but it is not working as I wish it would. As you can see in the code below I am trying to remove all borders from cells that are dotted. If I use the following …

Member Avatar for belama
0
197
Member Avatar for tepster

Over the past year, ive been making games in javascript, learning everything. With alot of help from my friend, we made a 3d maze using only the ASCII table as graphics. Heres the page i uploaded it to www.tepster.com/maze.html And heres the actual code, and i would endeavour for anyone …

Member Avatar for tepster
0
172
Member Avatar for TimmyRaa

I have a form where you select a player's name from a drop down list, and there are 6 input boxes next to it for their separate scores and a box at the end for their total score (all the separate scores summed). I want to have the form dynamically …

Member Avatar for TimmyRaa
0
128
Member Avatar for autocrat

OK, this is the link! [url]http://www.oreillynet.com/pub/a/javascript/synd/2002/03/01/css_layout.html?page=2[/url] please go have a look.... they are on about using CSS instead of tables... and provide you a a sample page with the table, and a sample page with the CSS.... the only problem is.... both use tables! What is more, when you try …

Member Avatar for DaveSW
0
151
Member Avatar for LowelG

I need help with newWin.document.write. I can document.write to a new window, but I need it to seperate the information into three columns so that the user can print the new window containg the information that they entered into the form fields. This can not be used in conjunction with …

Member Avatar for eagleeye
0
202
Member Avatar for gruntled

I am having a problem getting two javascript snippets to run on a single html document. Whichever one is loaded last (further down in the html doc) runs fine. I am not any kind of javascript expert and would appreciate any help here. Thanks ------------------------------------------- The two examples of the …

Member Avatar for gruntled
0
153

The End.