14,054 Topics

Member Avatar for
Member Avatar for NuGG

I want to print a html file by clicking on a hyperlink/button in a small popup window. I already have the popup that is not the problem, i was just wondering if this script can be modified to print the main window from the popup. [CODE]<!-- Begin function printWindow() { …

0
89
Member Avatar for flub

Hi All, I wonder if any Javascript experts can help me. I have the following code on my site which create a rotating graphic in the header every time the page loads. This works great. However what I want to do is to change the way it works slightly so …

Member Avatar for flub
0
117
Member Avatar for NuGG

I want a ".doc" file to be printed when you click on a hyperlink, however so far all i have been able to print is the page on which the link is situated, and not the doc file. Im using this script: [CODE] <!-- Begin function printWindow() { bV = …

0
96
Member Avatar for NuGG

Ok, ive created a login script and i have saved it as login.js. See below: <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="someone" && password=="something") { window.location="page.htm"; done=1; } if (done==0) { alert("Invalid login! (try lower case)"); } } // End --> …

Member Avatar for tgreer
0
458
Member Avatar for RiverKqj

Hi everyone could anyone find or know the code for the above? I've looked but can only find it for add to fav's. Any help would be great.

Member Avatar for GreenDay2001
0
153
Member Avatar for noman78

Dear All i am totally confuse in how to explain the issue. i will try i am web master of one site [URL="http://www.makepakistanbetter.com/why_how_what_forum.asp?GroupID=5&Group_title=Pakistan&ArticleID=351&Article_Title=Burney’s%20concern%20for%20thousands%20underage%20missing%20jockeys%20in%20Dubai&ArticleFName=350-2-5.html"]www.makePakistanbetter.com [/URL] if you check this link,there is one issue you will be seeing there this txt 1 "Burney’s" but this is not what i entered. in the …

Member Avatar for SnowDog
0
135
Member Avatar for hasleweb

Hi All, First post here - so high hopes! I have created a rollover button that I want to use as a print button in DW MX but when I add Javascript print button code it doesn't work on my rollover. Can it be made to work or is it …

Member Avatar for GreenDay2001
0
210
Member Avatar for EnderX

I have two questions, somewhat linked together. I'm trying to create a webform, and for a few pieces of it I'll need to be able to enter descriptions into a field. I've been requested to make the fields in question larger, much like the reply-box field here, so as to …

Member Avatar for SnowDog
0
152
Member Avatar for mim3

ok i got a lot of question what i need to have to use java scripts whats css scripts how do i use it and what i need to have to use it html: when i made a script how do i make a site with it exemple: [URL="http://www."]www."********".com[/URL] like …

Member Avatar for GreenDay2001
0
178
Member Avatar for DNRSmitty

How do I create a list box (pulldown menu field) that will allow the user to type in their own answer if it is not included on the list. If you know please give an example of code. Is this possible in asp or Javascript?:rolleyes: Thanks.

Member Avatar for GreenDay2001
-1
89
Member Avatar for shaun09

I need to come up with a leave application script. For example i have 21days of annual leave. The actual amount will be taken from a database. If i select today from the drop down box and one week later in the other drop down, the script will automaticall minus …

0
77
Member Avatar for mikel_2006

Hello Everyone, I am having quite a problem with a program I am trying to get working. I am trying to make a marks tracking program using an array that has an array of strings 3 elements long called Names. Has a 2D array of integers 3 * 2 elements …

Member Avatar for FC Jamison
0
82
Member Avatar for NuGG

I want some information about a browser, to be inserted automatically into a text box when a page loads. However quite how to do this im not sure. I have made the form and have a JavaScript which does the job, but I want to know how to get the …

Member Avatar for NuGG
0
160
Member Avatar for jrivera

I would like some help on creating a function that on clicking a submit button will allow the user to add the data of the selection box into an uneditable text box and hidden file. IE: User selects option 5 [code]<option value="5">Option 5</option>[/code], then clicks the "add Option" button. It …

Member Avatar for tgreer
0
129
Member Avatar for Silverwolf

Hi everyone, Am hoping that someone can please help me with this problem. Its a little indepth for me but i have been unable to find out any information concerning it. On this page [URL]http://www.region3.com/stafflist.htm[/URL] the Email link opens up a popup box that allows you to send an email …

Member Avatar for GreenDay2001
0
88
Member Avatar for jeffphotos

Hello- I am creating a puzzle that is like the "Rubik's Cube," although this puzzle is played on the computer monitor, and the puzzle involves images placed on the sides of a cube. The mouse is used to rotate the sides of the cube. Each side of the cube is …

Member Avatar for jeffphotos
0
100
Member Avatar for cycleops

Hi, Can anyone help me with dynamically adding to a multidimensional javascript array that has an arbitary number of dimensions? Something like: myArray [5] ['aKey'] [4] = 'hello'; That code does not work unless the cells were populated when the array was defined+initialized. So you can't add new cells or …

Member Avatar for cycleops
0
98
Member Avatar for #tbone

I have used the Suckerfish drop down menu and have run into a problem. I found the sample code [URL="http://www.htmldog.com/articles/suckerfish/dropdowns/"]here.[/URL] Here is a simplified version of what my code looks like: [code]<style type="text/css"> body { font-family: arial, helvetica, serif; } #nav, #nav ul { /* all lists */ padding: 0; …

Member Avatar for FC Jamison
0
192
Member Avatar for benito

Hi Guys! I need help with some javascripting because I am pretty new at it. I have a slider (scriptaculous) with values that are saved into a database when the slider handle is moved. I need to write a function that only executes (which saves the actual value of the …

Member Avatar for Mushy-pea
0
64
Member Avatar for bodikon

I have a problem with a drop down menu box, the box is generated from asp, so the amount of [INLINECODE]<option>[/INLINECODE] available will vary. When there are too many options in the list, the list gets too high and goes off the page, and the last options can't be seen. …

Member Avatar for tgreer
0
165
Member Avatar for Mushy-pea

Hello everyone. I am trying to write a drop down menu Javascript and have run into a little problem. I need to change the (opacity=0) value inside this custom style: [code]<style id="menu_style" type="text/css"><!--.menu {z-index: 3; filter: alpha(opacity=0); position: absolute; left: 200px; top: 100px; width: 180px; height: 210px; background-color: #0000FF}[/code] The …

Member Avatar for Mushy-pea
0
128
Member Avatar for manish Kishore

Hi All, I want to pass the value of java script variable in perl? how can I do that. Please help me. Thanks

Member Avatar for cycleops
0
107
Member Avatar for Rupak
Member Avatar for achisolomon
0
607
Member Avatar for DanielGardner

I have a problem that is particular to certain browsers. My Dad's website attempts to show a video when the user clicks on the video title link. On clicking, a drop down box extends, and the video content plays. Then if user choses to close the dropdown box, the video …

0
72
Member Avatar for designhound

Hello i am new to the forum but i am hoping that someone will help me here with a problem. I have a site written in FrontPage that is up and running. I wanted to incorporate a brief Powerpoint Point program using it as my opening page onload and then …

Member Avatar for azoapes
0
63
Member Avatar for cath120

I put together a few pages of a fledgling site in Dreamweaver MX, so have set out the overall design including the menu bar. But I would like to make the menu bar into a drop down menu. I thought this would be easy but after searching for hours on …

Member Avatar for tgreer
0
213
Member Avatar for Killer_Typo

I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that …

Member Avatar for tgreer
0
93
Member Avatar for eihd

I need a Javascript drop down menu maker to work as the add-on of DW. Any advice? Thanks in advance.

Member Avatar for eihd
0
100
Member Avatar for beatle555

I Use Dreamweaver For Css,html ,javascript And Other Scripts It's Easy To Work With And Helpful Like Vb For Those Who Know Dreamweaver Give Some Techbits To Newbie And For Those Dont Ask Ur Questions Here!!:)

Member Avatar for Mardie
0
83
Member Avatar for Killer_Typo

Hi all i will try to be as clear as possible! I am currently working on a site for a customer at [URL="http://www.privacymaker.com/gcs/dev/"]www.privacymaker.com/gcs/dev/[/URL] (where im developing it, the main site location is [URL="http://www.gerbercentral.com"]www.gerbercentral.com[/URL]) well here is the issue i am running into. I have decided to go with mouseovers that …

Member Avatar for Killer_Typo
0
135

The End.