17,115 Topics
![]() | |
I saw one of these and looked very effective and professional. I have been doing research and four methods have come up: - Flash - Javascript - CSS - PHP So which to use and why? and If so how do I make one? Any tutorials? Thanks, Regards X | |
Dear all, Firstly thanks for reading this post. I have couple questions n problems to solve, and i believe all the masters and gurus here are kind enough to help me. I am not a programmer, nor that i'm experience with jscript. But i have this task or challenge to … | |
i have one date field i want to validate that field that date should not be less that current date if it is there show alert box pls tell solution for this | |
Hi all, Sorry to bother u all, I think i previously post about the quiz script, and i read and research abit here and there, anyway i manage to write some but found some difficulties,especially about random generator.. I have this several 'set' of question and answer, and i like … | |
Hi, I have got a script to refresh a single image but I want the user to be able to change the refresh rate of the picture by clicking a link. I have tryed the following code: [CODE]<p><IMG src="http://rc-xbot.ath.cx/webcam.jpg" width="320" height="240" border="1" name="refresh"> <SCRIPT language="JavaScript" type="text/javascript"> <!-- function Change(t) { … | |
I did a search of this forum and didn't find anything on this issue. I want to display a specific message based on a date range. For example if it's June 10, I would like to display the message "Schools out! Enjoy your summer break." I would like this message … | |
I saw one of these and looked very effective and professional. I have been doing research and four methods have come up: - Flash - Javascript - CSS - PHP So which to use and why? and If so how do I make one? Any tutorials? Thanks, Regards X | |
Is this a forum to submit a question on actionscript3.0? if not. my apologies. if so: I made two move clips. one in sepereate layers and an action layer. I have symblos changing position on these movie clips via keyframes. What would code look like to write a method to … | |
hi, I am creating one website in that website i dont want allow right click and if one clicking right then i want to show alert message i-e right click is not allowed here like this can one provide some sample code for this. Thanks and Regards Punitha Pary | |
hellow i make a javascript function. i can call it via onLoad attribute and via form input. but there must be someother way to call the function, i mean from script. can anyone help me out here. thanks in advance - iqbal | |
Hi there all! I do not have a great knowledge of php but I do know basic html. I have a javascript popunder script that I would like to try on my site that runs on a php script. I know how to insert this script into an html page … | |
Hi, If i select 1 or 2 in "selectPay" then, "selectDate" should be filled with [icode]"Select date From acc Where date=1 (Or 2)";[/icode] How can i do this? Thanks [code] <select name="selectPay"> <option value=""></option> <option value="1">Pay 1</option> <option value="2">Pay 2</option> </select> <select name="selectDate"> <option></option> </select> [/code] | |
Hey All, I am trying to write a php script and would like to have an autosuggest text box with data from a mysql database. This would be for designating a town in a form. The sql query I would use would be. [CODE]<?php $connection = @mysql_connect($server,$dbusername,$dbpassword) or die(mysql_error()); $db … | |
in my pop up window if user want to go parent window only by cancel button or submit , in this way i use all attributes [CODE] popupWindow=window.open("pharma_finance_master_bank_add.jsp?ma="+ma+"&gr="+gr+"&na="+na+" " ,"mywindow", "height=400, width=600,titlebar=0,resizable=0,menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=0"); [/CODE] but i can't disable the X (close) on the top right, could u plz help me regarding … | |
in my form there is 4 fields in that 2nd one is list box in that if u select item have to open pop up window and in that pop up window after enter all values( 4 fields) when click submit button window have to close and control come back … | |
hi everyone, iam having a textbox in my application containg a calender iamge as shown below,which when clicked displays a calender,on clicking on the calender,the date is displayed in the textbox. [code] <asp:TextBox ID="txtfromdate" runat="server" Width="100px"></asp:TextBox> <A id="A5" href="javascript:show_calendar('aspnetForm.ctl00_ContentPlaceHolder1_txtfromdate','','','DD/MM/YYYY');" runat="server"> <img id="Img5" border="0" height="20" src="../images/cal.gif" runat="server" alt="Pick a date" width="24"/></A> … | |
I'm only 11, but I know html, CSS, javascript, and C#. I was wondering, [B]if Java is like C#[/B], as it looks pretty similar, I could just start coding :)! -worldwaffle | |
There is this Flash banner which expands when rolled over ... it falls behind the javascript scroller that is on page... how can the flash banner made on top of the javascript scroller ... | |
Hi everyone, I would like to ask if there any ways to pre-fill the Subject and Body field of my Web Outlook create message. I tried using URL commands and I was able to populate the To: field. However, I don't know the syntax or URL commands to populate the … | |
Hi All, When i tried to execute my ASP.Net Application, I got the Runtime error in IE " 'null' is null or not an object ". Im using Visual Studio.Net 2005 and using some Ajax Controls in my application. If i click some Events, it shows the above message. Please … | |
I need a code that hides the content when clicked and reveal them on demand using javascript. This is in webdesigning anyone to help | |
Hi Guys I want to know that when I use an image as a link the mouse pointer changes to hand type pointer. What to do to prevent it? I mean how could I make mouse pointer just remain same on image link. Should I buttons then instead. If yes … | |
I can't see why my left and right cols are falling below the main col. Here's some of the html (using dtd xhtml 1 transitional) [code] <link rel="stylesheet" href="cg3col.css" type="text/css" /> </head> <body> <div id="pagewidth"> <div id="header"> <a href="index.html"><img src="images/logoTop.jpg" alt="Cape Gazette" name="cgLogo" width="554" height="126" border="0" id="cgLogo" /></a> <div id="navigation"><script … | |
Hi, Javascript below doesn't work. It always retuns false. Where is mistake? thanks [code] <script Language="JavaScript"> function validateAreas(){ if (document.form1.selectS.value=="") { alert("Please select a S"); form1.selectS.focus(); return false; } return true; } </script> <form name="form1" method="post" action="" onSubmit="return validateAreas();"> ..... <select name="selectS"> <option selected="selected"></option> <?php $q="SELECT id FROM spp"; $run=mysql_query($q); … | |
can some one please help me! Can any one please answer the following question for me. Describe the circumstances when technologies such as Active Server Pages, PHP, JavaScript, JavaApplets and XML are required?!? I dnt have a clue and i gta hand in my assignment by 5 oclock sum 1 … | |
hi everyone, iam having a textbox in my application containg a calender iamge as shown below,which when clicked displays a calender,on clicking on the calender,the date is displayed in the textbox. [code] <asp:TextBox ID="txtfromdate" runat="server" Width="100px"></asp:TextBox> <A id="A5" href="javascript:show_calendar('aspnetForm.ctl00_ContentPlaceHolder1_txtfromdate','','','DD/MM/YYYY');" runat="server"> <img id="Img5" border="0" height="20" src="../images/cal.gif" runat="server" alt="Pick a date" width="24"/></A> … | |
[B][COLOR="Red"]My ideal career choice is to be a web developer - creating web sites with powerful functionality.[/COLOR][/B] So far I've learnt: [B][I]Front-End[/I][/B] xhtml, css, javascript [B][I]General[/I][/B] SQL, C, C++, and Java [B][I]Back-End[/I][/B] php ( just started learning ) [B][I]Applications[/I][/B] Dreamweaver, mySQL, Visual Studio, Eclipse, Borland, Apache [B][COLOR="Red"]What language/application do you … | |
Please provide me a sample code of adding tree view menus to my jsp page. Also tell me how to make my logo transperent. ...presently it is blocking my background picture. I want to display my background as well as my logo. Please help ....................... | |
in my [B]jsp [/B]form , there is one dropdown list , if select one particular list item have to open new pop up window which doesn't have any menu's, address bar etc., [B]upto this i completed using window.open()[/B] [B] i got problem from now[/B] but when i fill the textbox … | |
Hello, I need help... i want to access the array which will come from xmlHttp.responseText for adding the options in list box. i have echo the array. like echo $arr; now i want to access that responseText for adding the options... like... [B]JS code[/B] [code]xmlHttp.onreadystatechange=function() { if(xmlHttp.readyState==4) { var arrServerList=new … | |
My name is Michael, I'm 15 and I'm from New Zealand. I'm currently at High School where they unfortunately don't offer any courses in programming (the closest I get to a computer course is word, excel, internet explorer (:'(), and other microsoft products) so any threads I post won't be … | |
Hi there all! I do not have a great knowledge of php but I do know basic html. I have a javascript popunder script that I would like to try on my site that runs on a php script. I know how to insert this script into an html page … | |
Hello all: I have been developing a web site using PHP and MySQL. I have generally had sucess but am stuck on this. i have a php page that builds and displays a list of products based on a query on the previous page. the list is generated by a … | |
Hi everybody, I have problems with refreshing page in iframe (by javascript window.location=http://siteRunningAtWinsAndApache2.2...). When the javascript loops refreshing the page in iframe (every minute), it's nice, page loads and everybody is happy. But as time passes, e.g. after one hour of looped refreshing the iframe src, the page in iframe … | |
Hi! Im creating a search engine for products. it can search by category, model_no and so on.. when i searched for multimedia, it would return lists of products under multimedia. every result should be clickable and would display info for each product. problem is, how can i pass the value … | |
Is it possible to assign a value to a variable onclick? I know that I can assign a value to an input field, but I wanted something where I could do this: var mysample = ''; <input type="button" id="sample0" onclick="mysample is assigned the value of 0" /> Possible? | |
[code]<head> function chk() { var x=document.getElementByID("txtmax"); } </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax in the … | |
[code]<head> <script> function chk() { var x=document.getElementByID("txtmax"); } </script> </head> <body> <form runat="server" id="form1"> MaxValue:<asp:textbox id="txtboxmax" runat="server" /> <asp:gridview id="gr" runat="server" > <columns> <asp:templatecolumn> <asp:textbox id="txtboxmin" runat="server" /> <asp:CustomValidator ID="cv" runat="server" EnableClientScript="true" ControlToValidate="txtmin" ClientValidationFunction="Chk()" ErrorMessage="*" /> </asp:templatecolumn"> <asp:boundfield datafield="name"/> </column> </asp:gridview> </form> </body> [/code]i want compare the value of txtmax … | |
Hi All, I have built a website using frontpage and would like to have a couple photos on my home page to change from one to another but have no idea how to do it.Have looked up some tuturiols and cant understnad any of the language. Can Someone please help. | |
Hello, I'm a noob with PHP and unversed in Javascript, but I need to implement some Ajax in a page I'm building. I'm using the Scriptaculous libraries. Here's the problem I'm having: I have four different links in the menubar. When I click on the first link, it makes a … | |
Need your help in javascript I am using following script for image over (to display another image) <html> <img src="mobilesmallimage.jpg" name="ShowRoom" width="129" height="96" onMouseOver=" ShowPic(name,'mobilebigimage.jpg') " onmouseout="ShowPic(name,'mobilesmallimage.jpg')" border="0"> </a> I am sending 2 parameters 1. Name of image - variable name 2. Name of image to be displayed Using following … | |
i have to make a search engine for my client, but i am confusing about indexing websites to search engine database, please can any one tell me how can i achieve this goal? can any one tell me how can i make spider / crawler to do this ? please, … | |
i have make tabs and when some one click on tab "Add Comment" Comment Form will appear through AJAX, and same for another tab which is "Tell A Friend" .. my problem is that both tabs displays same captcha image, and after adding comments or sending email to friend they … | |
If you have any interest in Web form usability, you may find my [url=http://lostsouls.org/grimoire_form_autofocus]Web form autofocus JavaScript[/url] snippet useful. The idea is simple: if a user is presented with a form, they should be able to start typing right away in the most appropriate place. As all of us know … | |
My script works successfully when I validate a form field using; <input type="submit" onClick="return chkrange(this.form)" But, when I remove the onclick from the input type and try to use onSubmit="return chkrange(this.form)" within the <form> tag it doesn't work Why not? | |
I know that AJAX can be used in conjunction with PHP. Can it also be used to interact with other "server-side" languages as well, for example ASP, ASP.NET, ColdFusion? | |
hellow guys.. i have been onto one site which is embedding videos from zshare.net servers the problem with zshare embedding is that it the file path keep on changing each time you visit the link an example is Code: [url]http://www.zshare.net/video/39062271789b05[/url] this link.. when u goto this link.. and check the … | |
hi i am very new to ajax .when a user post comment i want to diaplay immediately ie something like dani web quick reply please tell how do tat in ajax | |
I am trying to use ajax to 'embed' a youtube video on page. I make my calls and put the responseText to the innerHTML. But the embed object does not appear. I have verified that I can write to the div tag by ID (I pumped some straight text into … |
The End.