17,115 Topics
![]() | |
Hi In internet explorer, the default zoom percentage for ' print preview ' is 75%. In programming by using the <object clsid> how can i set the default zoom percentage to 100%. thanks in advance. regards, aras | |
hi all, i want a menu script like[URL="http://www.emirates.com/cn/english/"]http://www.emirates.com/cn/english/[/URL] the main thing is the border red line should appear i tried but left with no other option to request for help from u guys plz help ![]() | |
hey guys, I am not sure if this is the right place to ask this question but i was wonderring if you could print out a letter in a web page using html. Actually m making a project in which if a user's form is accepted then a confirmation letter … ![]() | |
Hey guys! I recently made a html document with a password field. But for some reason when i load the page the password field already has some text loaded inside it. Was it because of the java script used in it or the Html document itself? ![]() | |
Hi everyone, I'm a newbbie on javascript... I'm trying to develope a js to compare the first two letters of two fields... Any help would be appritiated!!!! Thanks Chris ![]() | |
Ok, let me try to explain what I am doing here. I have five buttons that are red and when rolledover display the same five images except in color. Pretty typical rollover. But when you rollover a button, not only does the image turn to color but the image underneath … ![]() | |
Hello everyone, I just have a quick Javascript question I haven't found an answer to on the net. What is the difference between [icode] arrayName[0] [/icode] and [icode] arrayName.item(0) [/icode] I've run across instances of both, but nowhere have I seen the difference between the two. Thank you, Jmasta | |
Hi, I have a aspx form on which I have a ListBox control a text field a button (btnA) and a submit button (btnB). The scenario is: the user enters text in the text field and clicks btnA. The value in the text field is added as an option in … | |
Hi, I have 2 textbox and 2 buttons in my form. Seperatly, Button 1 will validate textbox 1 and Button 2 will validate textbox 2, if they are empty or not. How can we do it? Thanks | |
i want to scroll table or div with javascript for paging. So how can i track scroll bar or custom scroll bar and renders table records dynamically as user scrolls up or down. Please help me for this. ![]() | |
i have a login page which contains a text box for a username i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry i know its so simple but im new to JS | |
I am developing a website that uses AJAX to change the content on the page. Everything is working fine in Firefox, but I cannot get the links to change anything in Internet Explorer. Here is the AJAX code: [code] var loader = null; function Onload() { try { loader = … | |
hey guys, I want to make a table but i want the first column of the table to have a radio button. On clicking the radio button i want the user to go to another page. Please suggest some ideas or some coding which could help me. | |
hello please send code for autoreply of email in contact form my contact form is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Welcome </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <SCRIPT>//global variable for error flag var errfound = false; //function to validate by length function … | |
Guess this is javascript. Similar as in excel, (I have seen this before), lets say I have 3 fields in a form. Now when entering a numeric value in field 1, and lets say field 2 has the value of 5, then the value of field 1 times field 2 … | |
I am self taught Dreamweaver novice I have created a popup window, but even though in the code it asks it to open at 600 wide x 400 high, the pop up is opening in a tiny window It seems to be fine with Firefox, just a problem on IE … | |
Hi here is my first post hope you can help me I will try to explain the case without posting too much code I am using a script which is connected to a paypal form I have 2 radio buttons in the form and a text field One radio button … ![]() | |
Hi there I've never dealt with Ajax and I'm having a rather frustrating time with an upload progress bar I found on the net that's supposed to be really good. That's beside the point. I just wanted to know if there are any Ajax related packages out there that need … | |
Hello, I am having problems with Internet Explorer (as always) and AJAX. My code works with Firefox, but the page returns errors when trying to execute this script in Explorer: [ICODE] <script type="text/javascript" language="javascript"> var xmlHttp = false; function createPostRequest(url, parameters) { if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); } … | |
Hi Geniuses, I need u r help again... I want to creat a confermation alert. this is my .js code function show_confirm(){ var c=confirm("Are you sure to do this"); } and this is my html code <input name="confirm" type="button" id="confirm" value="Show" tabindex="1" onclick="javascript:show_confirm()"/> Now my question is how I change … | |
Hello, I have designed a website that has some things for only registered users. I have javascript to hide these object if the user is not logged in using <body onload="a();">. But the problem is that when the page loads these items show up for a while and then hide … | |
Hi all, I am trying to edit [URL="http://www.dynamicdrive.com/dynamicindex8/ddwindowlinks.js"]this script[/URL] so that it not only changes offsite targets to _blank, but also changes their href from their original link, to [url]http://www.mydomain.com/externallinks/+origionallink[/url] Can somebody help me find out what is wrong with this script? It is editing the target and href of … | |
Hello ! I am a student of a university i and we are group into different categories in executing a project. The Template of the project was design by our lecturer and they want us to read , interprete and edit a website written in php and was givien to … | |
I decided to try and redo a site I'd had active ages ago and while looking over things to see what needed to be fixed, tweaked, and just in general redone I discovered that while viewing the site in IE everything works just as it should, but in Firefox the … ![]() | |
I have been working on a vertical accordion but seems not to be working, Can some one please check where the error is? Thanks in advance; At the Head Event.observe(window, 'load', loadAccordions, false); function loadAccordions() { var verticalAccordions = $$('.accordion_toggle'); verticalAccordions.each(function(accordion) { $(accordion.next(0)).setStyle({ height: '0px' }); var Accordion = new … | |
Hi all. I basically need to know how to get a link's href value using the getelementbytagname code and storing that value in a variable so it can be used later in the same function. Thanks, Max | |
I'm reading the specs on a development framework, and it touts [I]No JavaScript namespaces or API architecture [/I]and I'm wondering what exactly this means, and why it's a good thing? Cheers! | |
I have an html form with multiple fields. Some of the fields are required, others are not. I have a JavaScript validation form that will send an alert if a field is empty. However, I only want it to send an alert if a required field is empty. How do … | |
Any input is appreciated. [code]<!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="text/javascript"> function validateForm(form1) { alert("Please enter your name."); } </script> </head> <body> <form name="form1" id="form1" method="post" onSubmit="validateForm(form1);"> <input type="text" id="name" name="name" /> <input type="submit" name="SubmitName" value="Submit" /> … | |
We have got a good way to upload a file in struts framework, using enctype="multipart/form-data" and using tag html:file. But in one of my applications I need to use a PNG image for the functionality of html:file. The reason is, I cannot make the textbox of html:file readonly. The user … | |
i am developing a milt-language dynamic website in Classic ASP. the site is in English, arabic and French and the data is all stored in an Access database. my problem is specifically with grabbing the "FRENCH" submenus in a dynamic heir menu: [code] <script type="text/javascript" language="JavaScript1.2" src="includes/stmenu.js"></script> <% cl="Arabic" clF="French" … | |
hi im pretty new to software development. i was wondering if theres a way to pass a parameter to a javascript or c# timer from an sql database. i want the timer to be a countdown timer. i only know how to hard code the time limit but is there … | |
I'm not sure where to exactly post this. There is a website called mint.com which let's you enter your username and password for a bank, stock broker, etc and the aggregates all your information from all different accounts onto one screen (balances, transactions, etc). How does mint.com do this? I … ![]() | |
Hello all! I have a page with multiple forms on it and they are all using relative addresses in their action lines, but I have a strange discrepancy I cannot figure out. All of the forms have lines like this. <form action="indexreport.cfm?fuseaction=casereport" etc. etc. But one of them has to … | |
i can't figure out how to delete my records in php. my page displays all the records from the database, and i want to place a checkbox beside each record and the function delete. please help me. code is php code [code language="english"] <?php //Connect to MySQL Server mysql_connect($dbhost, $dbuser, … ![]() | |
I'm stuck with a big problem. :sad: :sad: :sad: I have the following script resizeing my iframe based on height. The problem is if my site is on one domain say [url]http://mydomain.company.com[/url] and the target page is on another domain say [url]http://anotherdomain.mycompany.com[/url] the script does not resize the page. I … | |
this page opens in a pop up where it fetches an image from the Database ...everything works perfect except for passing the id part.. i'm tired of trying and i kept 5 days googling but could not solve it !! any help would be appreciated .. here's the line that … | |
Hi Guys hope you can help me I am using the following AJAX code to get SUB-Buttons. If no new button is selected I need the main button to revert back to the originally selected main button on mouseout with a timeout function or delay please help. so the code … | |
Hi, Code below sends values to the test1.php with button. Is there any way to use <a> link to do same thing? Thanks [code] <form method="post" name="form"> <input type="text" name="name" /> <input type="submit" name="submit1" value="submit1" onclick="javascript: form.action='test1.php';" /> </form> [/code] ![]() | |
I'm experiencing a big time problem with IE7 that I'm looking for help with. I've created a bookmarklet, it grabs data from the current DOM, builds a form, posts the data to a remote page. It works great. BUT although IE7 will behave properly when the bookmarklet is first fired, … | |
I want to validate [B]contact number [/B]field.That field allow [B][COLOR="Red"]only number[/COLOR][/B].how to i validate use javascript | |
Hi, I am using apache server on my local system [http:\localhost\xy]. Problem is like:- i have made radio buttons, push buttons and associated actions that are handelled using YAHOO.util.Connect.asyncRequest. Then the actions like displaying results , poping up of other dialogs are handled via mozilla but not through IE. Nothing … ![]() | |
Hi everyone, I need to create an image scroller in my .NET application. I've found a way to do it using html (with the marquee tag) but the problem is the pictures displayed are static. Meaning I have to define them in the code. I need the image scroller to … | |
Hi all, I found a script on dynamic drive that makes all links linking to a page that is on another website open in a _blank window. ([url]http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm[/url]) I have just finished creating a page which has 2 frames: 1) At the top with my logo and menu on it … | |
Hi All i want to develop a code such that when i click on the text next to the radio button the radio button should be selected and even if the button is clicked how can i achieve this any help would b appriciated thanks in advance [ICODE]<html> <head> <script … | |
Hi all, I want to use advanced search with dropdown box which has all the products on my site, but i want to give the user the facility to choose the product by alphabetical order, choose letter A give him all produts starts with "A" and so on.... please, see … | |
hi. i need help. when i preview deleteKom.asp there is no error on it. here is the coding. [code]<%@LANGUAGE="VBSCRIPT"%> <!--#include file="../Connections/data1.asp" --> <% Dim RSKom Dim RSKom_numRows Set RSKom = Server.CreateObject("ADODB.Recordset") RSKom.ActiveConnection = MM_data1_STRING RSKom.Source = "SELECT * FROM tblKom" RSKom.CursorType = 0 RSKom.CursorLocation = 2 RSKom.LockType = 1 RSKom.Open() … | |
Hi..! I am trying to get whole browser in my jsp page. I have a sample url as, "http://www.ab.com/#/pages/ab" I need this whole URL to be print in my scriptlet code in jsp. I can't use javascript as that is disabled. I tried with REQUEST objets several methods like getURL … | |
dear frds i need some info reg: dynamic row generation how to generate a new row at the end of the table at last field when i press tab or enter keys it will automatically generate a new row | |
Hello, I'm frustated because I can't solve a problem I've got. I explain the develop envionment i've got 3 frames in a page. In the left frame, i've got a tree which elements can be dragged to the main frame. this is the code to simulate drag and drop action: … ![]() |
The End.